Ride mount, ignore mobs
Posted: Sun Mar 04, 2012 4:50 pm
Hey,
I was wondering, is there a function to ignore mobs when riding mounts?
Or something that can be added in the waypoint like
I thought i saw this 2nd option somewhere before but can't find it anymore.
The do="ride" would than avoid my bot stopping to kill the mobs and just move from waypoint to waypoint on the mount.
I was wondering, is there a function to ignore mobs when riding mounts?
Or something that can be added in the waypoint like
Code: Select all
<!-- # 1 --><waypoint x="1" z="1" y="1" > player:mount(); </waypoint>
<!-- # 2 --><waypoint x="2" z="2" y="2" do="ride"> </waypoint>The do="ride" would than avoid my bot stopping to kill the mobs and just move from waypoint to waypoint on the mount.