xsol
Member
- Joined
- Nov 7, 2011
- Messages
- 503
- Reaction score
- 12
<MoveTo peakNext="True" />
Explanation: Instructs the bot core that the profile developer wants the core to peak at the next MoveTo and if that MoveTo is closer than the current MoveTo skip the current MoveTo
Reason: prevent backtracking in static profiles when a fight drags the avatar to the next (or more than that) x,y,z coord
If a MoveTo is Skipped and the next MoveTo also has peakNext="True" that peakNext is also evaluated
If a MoveTo has peakNext="True" and the next element is not a MoveTo the peakNext is ignored
This allows for the ability to get the bot to skip ahead and not waste time back tracking (or look like a bot) and places the responsibility to use this wisely on the profile dev.
Explanation: Instructs the bot core that the profile developer wants the core to peak at the next MoveTo and if that MoveTo is closer than the current MoveTo skip the current MoveTo
Reason: prevent backtracking in static profiles when a fight drags the avatar to the next (or more than that) x,y,z coord
If a MoveTo is Skipped and the next MoveTo also has peakNext="True" that peakNext is also evaluated
If a MoveTo has peakNext="True" and the next element is not a MoveTo the peakNext is ignored
This allows for the ability to get the bot to skip ahead and not waste time back tracking (or look like a bot) and places the responsibility to use this wisely on the profile dev.