What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Chasing and backtracking

Jalockin

Member
Joined
Aug 29, 2012
Messages
441
Reaction score
0
Hi Everyone

Was wondering if it was possible to implement some kind of "continue from this spot" in the bot.....

Occasionally the bot will chase som mob a goblin or some ranged idiot mob, and it will kill everything in its path - now lets say during that chase the bot have crossed 3 wps, now he has killed the mob he has to run all the way back to the initial point of contact. Would it be possible for it to continue from the nearest wp ?

Thanks for a great bot

Jalockin
 
If you use Trinity's XML tag <TrinityMoveTo /> it does what you're asking. If it should run from points 1 - 2 - 3, but engages an enemy that drags the bot from 1 to 3, it will continue from point 3 (or 4 if its near it). I don't know if there's an attribute for current DB's <MoveTo /> tag that implements this.
 
So in the profile script i have to apply TrinityMoveTo instead of MoveTo ?
 
thanks alot man, could you explain in few words what "pathprecision" is I have an idea about how it works tho I'm in no way sure.
 
Back
Top