Gnomad
08-20-2010, 11:21 PM
For whoever is updating autowar these days, some things for illistim:
.lic:
elsif(closestGuild == 13307) # Ta'Illistim
@foodRoomID = 17189
@food = "leg"
@drinkRoomID = 17189
@drink = "lemonade"
XML:
<place name="ice" rooms="17207" />
<place name="boards" rooms="17128" />
<place name="branches" rooms="17151" />
<place name="boxes" rooms="17150" />
Illistim still needs the room #s for leaves, but I don't think my warrior gets guild cleaning chores any more (just batter and disarm left).
edit: Right now, due to an error in the map database, ;go2 can't get to the ice in 17207. (It thinks 17212 -> 17213 instead of 17212 <-> 17213.)
.lic:
elsif(closestGuild == 13307) # Ta'Illistim
@foodRoomID = 17189
@food = "leg"
@drinkRoomID = 17189
@drink = "lemonade"
XML:
<place name="ice" rooms="17207" />
<place name="boards" rooms="17128" />
<place name="branches" rooms="17151" />
<place name="boxes" rooms="17150" />
Illistim still needs the room #s for leaves, but I don't think my warrior gets guild cleaning chores any more (just batter and disarm left).
edit: Right now, due to an error in the map database, ;go2 can't get to the ice in 17207. (It thinks 17212 -> 17213 instead of 17212 <-> 17213.)