I have been trying to create some admin lands with some custom permissions. This post is specifically about setting "ability" for admin lands.
<land>
<name>tradepost</name>
<allowed>
<ability>7</ability> <!-- Use Shovel to Lower Ground Level -->
<ability>9</ability> <!-- Use Shovel to Flat Ground -->
<ability>10</ability> <!-- Use Shovel to Flat Upward Slope -->
<ability>11</ability> <!-- Use Shovel to Flat Downward Slope -->
<ability>69</ability> <!-- Use Shovel to Plow -->
<ability>70</ability> <!-- Use Shovel to Raise Ground Level -->
<ability>90</ability> <!-- Skin -->
<ability>108</ability> <!-- Special Look in Inventory -->
<ability>110</ability> <!-- Drop from Inventory -->
<ability>144</ability> <!-- Special Open/Close Door -->
<ability>146</ability> <!-- Prayer for Homecoming -->
<ability>147</ability> <!-- Praise your God! -->
<ability>212</ability> <!-- Special Open/Close the Gate -->
<ability>223</ability> <!-- Special Hide-->
<ability>224</ability> <!-- Special Get on -->
<ability>226</ability> <!-- Special Get Off -->
<ability>248</ability> <!-- Bless with a God's Mercy -->
<ability>249</ability> <!-- Bless with a God's Love -->
<ability>294</ability> <!-- Trade -->
<ability>300</ability> <!-- Put in Cart -->
<ability>301</ability> <!-- Pull from Cart -->
<ability>347</ability> <!-- Praise the God! -->
</allowed>
<restricted>
<ability>8</ability> <!-- Pour on the Ground -->
<ability>97</ability> <!-- Drop Object -->
<ability>170</ability> <!-- Create a Snare -->
<ability>173</ability> <!-- Create a Trap -->
<ability>12</ability> <!-- Dig a Tunnel Forward -->
<ability>13</ability> <!-- Dig a Tunnel Downward -->
<ability>14</ability> <!-- Dig a Tunnel Upward -->
</restricted>
</land>
I added this adminclaim rule to the admin_land_abilities.xml. the Problem is, it's not working. if I name the admin land a default name like abellaCentral, newbieWholeArea, newbieVillage or newbieQuestCoops. those rules work, but it doesn't seem to let me add new names or even add abilities to existing names. I am hoping someone could help me with what I am doing wrong.