i have follow problem, i want to farm some mobs, but without running - just standing still.
if i use wander with radius 0 then i have the problem the bot doesnt run to the original position. im using this atm:
Code: Select all
<waypoints>
<option name="PATH_TYPE" value="wander"/>
<option name="WANDER_RADIUS" value="0" />
<!-- # 1 --><waypoint x="x" z="z" y="y"> player:restrnd(100, 3, 10) </waypoint>
</waypoints>
so he runs back after every fight, but the bot is circling his head, and that is obviously a bot after some minutes.
If i dont pause, the bot is circling his head continuously - but it doesnt fight or scan for targets.
Can someone help me?