Page 1 of 1
help? :D
Posted: Thu Aug 20, 2009 4:49 pm
by hg478
is their any way to get the waypoints to go to every waypoint without interfearing with NPCs? so that it dosent attack basicly... i thought i saw someone say put in "travel" for path types, but that dosent work.. not a code. is their any way so that my bot dosent attack when its gathering? thankx :3
Re: help? :D
Posted: Thu Aug 20, 2009 4:53 pm
by Suffering
At the top of your waypoint.xml file it will say <waypoint> make it <waypoint type="TRAVEL"> Now it will only attack when it is attacked.
Re: help? :D
Posted: Thu Aug 20, 2009 4:55 pm
by hg478
Suffering wrote:At the top of your waypoint.xml file it will say <waypoint> make it <waypoint type="TRAVEL"> Now it will only attack when it is attacked.
yea i just figured it out XDD looks :p
Code: Select all
<waypoints>
<!-- # 1 --><waypoint x="-175" z="-7357" type="TRAVEL">player:harvest();</waypoint>
<!-- # 2 --><waypoint x="-23" z="-7335" type="TRAVEL"></waypoint>
<!-- # 3 --><waypoint x="126" z="-7436" type="TRAVEL"></waypoint>
<!-- # 4 --><waypoint x="343" z="-7545" type="TRAVEL"></waypoint>
<!-- # 5 --><waypoint x="489" z="-7595" type="TRAVEL"></waypoint>
<!-- # 6 --><waypoint x="394" z="-7732" type="TRAVEL"></waypoint>
<!-- # 7 --><waypoint x="383" z="-7945" type="TRAVEL"></waypoint>
<!-- # 8 --><waypoint x="395" z="-8068" type="TRAVEL">player:harvest();</waypoint>
<!-- # 9 --><waypoint x="246" z="-8253" type="TRAVEL">player:harvest();</waypoint>
<!-- #10 --><waypoint x="-26" z="-8285" type="TRAVEL">player:harvest();</waypoint>
<!-- #11 --><waypoint x="-123" z="-8430" type="TRAVEL">player:harvest();</waypoint>
<!-- #12 --><waypoint x="-348" z="-8373" type="TRAVEL">player:harvest();</waypoint>
<!-- #13 --><waypoint x="-677" z="-8352" type="TRAVEL">player:harvest();</waypoint>
<!-- #14 --><waypoint x="-589" z="-8395" type="TRAVEL"></waypoint>
<!-- #15 --><waypoint x="-432" z="-8649" type="TRAVEL">player:harvest();</waypoint>
<!-- #16 --><waypoint x="-315" z="-8739" type="TRAVEL"></waypoint>
<!-- #17 --><waypoint x="-69" z="-8651" type="TRAVEL"></waypoint>
<!-- #18 --><waypoint x="166" z="-8553" type="TRAVEL"></waypoint>
<!-- #19 --><waypoint x="155" z="-8324" type="TRAVEL"></waypoint>
<!-- #20 --><waypoint x="182" z="-8040" type="TRAVEL"></waypoint>
<!-- #21 --><waypoint x="264" z="-7810" type="TRAVEL"></waypoint>
<!-- #22 --><waypoint x="278" z="-7632" type="TRAVEL"></waypoint>
<!-- #23 --><waypoint x="377" z="-7401" type="TRAVEL"></waypoint>
<!-- #24 --><waypoint x="386" z="-7149" type="TRAVEL"></waypoint>
<!-- #25 --><waypoint x="259" z="-6872" type="TRAVEL"></waypoint>
<!-- #26 --><waypoint x="168" z="-6577" type="TRAVEL">player:harvest();</waypoint>
<!-- #27 --><waypoint x="-15" z="-6635" type="TRAVEL"></waypoint>
<!-- #28 --><waypoint x="-149" z="-6741" type="TRAVEL"></waypoint>
</waypoints>

thanks for the help tho :3
Re: help? :D
Posted: Thu Aug 20, 2009 7:07 pm
by Suffering
uhhh,no at the very top you can save yourself some time at the top where it says <waypoints>,change it to <waypoints type="TRAVEL">
This will save you alot of time,and it will make every waypoint in your file TRAVEL (attack only if attacked.),Unless you tell it so.
Re: help? :D
Posted: Thu Aug 20, 2009 7:58 pm
by hg478
Suffering wrote:uhhh,no at the very top you can save yourself some time at the top where it says <waypoints>,change it to <waypoints type="TRAVEL">
This will save you alot of time,and it will make every waypoint in your file TRAVEL (attack only if attacked.),Unless you tell it so.
heh oopz XDDD thanks man

now i can make 800 line codes!

Re: help? :D
Posted: Thu Aug 20, 2009 8:11 pm
by Suffering
no problem
