Which one of these regions match moonglow zoo? in Regions.xml

This is in trammel. I get the message "you are under guard protection" at x4544 and y1404

<region type="TownRegion" priority="50" name="Moonglow">
<rect x="4535" y="844" width="20" height="3" />
<rect x="4530" y="847" width="31" height="61" />
<rect x="4521" y="914" width="56" height="49" />
<rect x="4278" y="915" width="54" height="19" />
<rect x="4283" y="944" width="53" height="73" />
<rect x="4377" y="1015" width="59" height="37" zmin="-10" />
<rect x="4367" y="1050" width="142" height="145" />
<rect x="4539" y="1036" width="27" height="18" />
<rect x="4517" y="1053" width="23" height="22" />
<rect x="4389" y="1198" width="47" height="39" />
<rect x="4466" y="1211" width="32" height="25" />
<rect x="4700" y="1108" width="17" height="18" />
<rect x="4656" y="1127" width="26" height="13" />
<rect x="4678" y="1162" width="25" height="25" />
<rect x="4613" y="1196" width="23" height="22" />
<rect x="4646" y="1212" width="14" height="17" />
<rect x="4677" y="1214" width="26" height="22" />
<rect x="4622" y="1316" width="22" height="24" />
<rect x="4487" y="1353" width="59" height="21" />
<rect x="4477" y="1374" width="69" height="35" />
<rect x="4659" y="1387" width="40" height="40" />
<rect x="4549" y="1482" width="29" height="27" />
<rect x="4405" y="1451" width="23" height="23" />
<rect x="4483" y="1468" width="21" height="13" />
<go x="4442" y="1172" z="0" />
<music name="Moonglow" />
 
I saw your message in discord earlier, mobiles have a property you can set called "GuardImmune", you can set it to true and guards will no longer drop on them.

In the XmlSpawner that handles the mob. You can put something like Ghoul/GuardImmunte/true and respawn it.
 
Just go to each cord and check once you find the corner of it just remove those coords

example of coords with

<rect x="4483" y="1468" width="21" height="13" /> 21 is 21 steps to the east on map and 13 is ho many steps south of the coord to make a box
 
Back