Page 1 of 1
DoD Script
Posted: Wed Dec 21, 2011 9:19 am
by Murky
My DoD bot stops running on the dod2 waypoint sometimes, it never reaches waypoint #7 and it just stands in front of the portal. I tried changing the coordinates of waypoint # 7 but it still didn't work. anyone have any idea whats going on?
and also the bot stops just outside of dod sometimes. it says :
player address changed
Scout skill not found
Re: DoD Script
Posted: Wed Dec 21, 2011 8:50 pm
by lisa
It will be very difficult for anyone to help you with the very little information you have posted.
Without the actual code there is no way we can say what is wrong with it.
Re: DoD Script
Posted: Thu Dec 22, 2011 1:31 am
by Murky
Clearing target.
Moving to waypoint #1, (2208, 2550)
Moving to waypoint #2, (2142, 2589)
Moving to waypoint #3, (2070, 2660)
Moving to waypoint #4, (2009, 2744)
Moving to waypoint #5, (1893, 2872)
Moving to waypoint #6, (1782, 2885)
Moving to waypoint #7, (1640, 2890)
Clearing target.
Player address changed: 0x4CE8AA00
Ranged skill found: SCOUT_SHOT
as soon as i leave the portal it says this sometimes and just sits there.
Re: DoD Script
Posted: Thu Dec 22, 2011 2:20 am
by lisa
What is the code at that waypoint #7 ?
Re: DoD Script
Posted: Thu Dec 22, 2011 10:30 am
by Murky
lisa wrote:What is the code at that waypoint #7 ?
I'm sorry, i don't know what your looking for.
Re: DoD Script
Posted: Tue Jan 03, 2012 7:30 am
by kuripot
that error come out after entering portal..??? and loading...??? did you use "waitForLoadingScreen();" after waypoint 7??
Re: DoD Script
Posted: Tue Jan 03, 2012 7:34 am
by kuripot
i think you need to post the part of your waypoint that the error comeout... so they can figure out waht the cause of error
example:
Code: Select all
<!-- # 04 --><waypoint x="2754" z="959" type="RUN"></waypoint>
<!-- # 05 --><waypoint x="2489" z="1225" type="RUN"></waypoint>
<!-- # 06 --><waypoint x="2296" z="1154" type="RUN">
player:target_NPC(111256); sendMacro("ChoiceOption(5)");waitForLoadingScreen();
</waypoint>
<!-- # 07 --><waypoint x="-5918" z="2880" type="RUN"></waypoint>
<!-- # 08 --><waypoint x="-5889" z="3056" type="RUN"></waypoint>