The tag either doesn't work or just doesn't do what I think it should do.
My understanding of it was, that I put all the ID's of creatures I want to kill into this tag and the bot won't attack creatures I didn't list there. Am I wrong? Cause my bot keeps running face first into all the Prime mobs although they aren't listed. Did I miss something?
My understanding of it was, that I put all the ID's of creatures I want to kill into this tag and the bot won't attack creatures I didn't list there. Am I wrong? Cause my bot keeps running face first into all the Prime mobs although they aren't listed. Did I miss something?
PHP:
<Grind Condition="GameManager.LocalPlayer.Level >= 6 and GameManager.LocalPlayer.Level <= 8" >
<CreatureIds>31098, 31583, 30464, 30459, 30506, 30507, 30450, 30259</CreatureIds>
<GrindArea>
<Hotspot X="-3330.241" Y="-785.8608" Z="-3746.739" MapId="22" Timeout="750" Range="200" />
</GrindArea>
</Grind>