Skip to content

Commit

Permalink
Adjust group flags (otland#2848)
Browse files Browse the repository at this point in the history
* Adjust group flags

* Correct flags

* new line
  • Loading branch information
nekiro authored Mar 20, 2020
1 parent f3f7f5d commit 03ac715
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions data/XML/groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
<flag hasinfinitemana="1" />
<flag hasinfinitesoul="1" />
<flag hasnoexhaustion="1" />
<flag cannotusespells="1" />
<flag cannotpickupitem="1" />
<flag canalwayslogin="1" />
<flag canbroadcast="1" />
<flag canedithouses="1" />
<flag cannotbebanned="1" />
<flag cannotbepushed="1" />
<flag hasinfinitecapacity="1" />
<flag cannotpushallcreatures="1" />
Expand All @@ -40,9 +45,9 @@
</group>
<group id="3" name="god" access="1" maxdepotitems="0" maxvipentries="200" >
<flags>
<flag cannotusecombat="1" />
<flag cannotusecombat="0" />
<flag cannotattackplayer="1" />
<flag cannotattackmonster="1" />
<flag cannotattackmonster="0" />
<flag cannotbeattacked="1" />
<flag canconvinceall="1" />
<flag cansummonall="1" />
Expand All @@ -53,7 +58,10 @@
<flag hasinfinitemana="1" />
<flag hasinfinitesoul="1" />
<flag hasnoexhaustion="1" />
<flag cannotusespells="0" />
<flag cannotpickupitem="0" />
<flag canalwayslogin="1" />
<flag canbroadcast="1" />
<flag canedithouses="1" />
<flag cannotbebanned="1" />
<flag cannotbepushed="1" />
Expand All @@ -68,7 +76,7 @@
<flag notgainskill="1" />
<flag setmaxspeed="1" />
<flag specialvip="1" />
<flag notgenerateloot="1" />
<flag notgenerateloot="0" />
<flag cantalkredchannelanonymous="1" />
<flag ignoreprotectionzone="1" />
<flag ignorespellcheck="1" />
Expand Down

0 comments on commit 03ac715

Please sign in to comment.