Bot fighting not harvesting
Posted: Thu Oct 22, 2009 10:15 pm
I read all the posts regarding harvesting and followed the directions but my bot keeps fighting rather than harvesting. Below is my waypoint code. Please let me know what to do to fix, thanks!
Code: Select all
<waypoints type="TRAVEL">
<!-- # 1 --><waypoint x="-131" z="-6554"> </waypoint>
<!-- # 2 --><waypoint x="-97" z="-6612">player:harvest();</waypoint>
<!-- # 3 --><waypoint x="-25" z="-6734"> </waypoint>
<!-- # 4 --><waypoint x="-15" z="-6716">player:harvest();</waypoint>
<!-- # 5 --><waypoint x="150" z="-6572">player:harvest();</waypoint>
<!-- # 6 --><waypoint x="197" z="-6497"> </waypoint>
<!-- # 7 --><waypoint x="298" z="-6398">player:harvest();</waypoint>
<!-- # 8 --><waypoint x="405" z="-6557"> </waypoint>
<!-- # 9 --><waypoint x="482" z="-6545"> </waypoint>
<!-- # 10 --><waypoint x="465" z="-6518">player:harvest();</waypoint>
<!-- # 11 --><waypoint x="589" z="-6762">player:harvest();</waypoint>
<!-- # 12 --><waypoint x="726" z="-6855">player:harvest();</waypoint>
<!-- # 13 --><waypoint x="497" z="-6926"> </waypoint>
<!-- # 14 --><waypoint x="481" z="-6963">player:harvest();</waypoint>
<!-- # 15 --><waypoint x="487" z="-7049">player:harvest();</waypoint>
<!-- # 16 --><waypoint x="266" z="-7169">player:harvest();</waypoint>
<!-- # 17 --><waypoint x="271" z="-7211">player:harvest();</waypoint>
<!-- # 18 --><waypoint x="267" z="-7231">player:harvest();</waypoint>
<!-- # 19 --><waypoint x="163" z="-6989"> </waypoint>
<!-- # 20 --><waypoint x="-2" z="-6724">player:harvest();</waypoint>
<!-- # 21 --><waypoint x="0" z="-6679"> </waypoint>
<!-- # 22 --><waypoint x="-76" z="-6633">player:harvest();</waypoint>
<!-- # 23 --><waypoint x="-142" z="-6558"> </waypoint>
</waypoints>