flickeringobscenity
New Member
- Joined
- Feb 24, 2012
- Messages
- 46
- Reaction score
- 0
Hi!
I suppose "technique" is a little grandiose for this
When I was using Pirox, i made a followbot using this code:
z=SetVar("xxxx", Target("x"))
z=SetVar("yyyy", Target("y"))
z=SetVar("zzzz", Target("z"))
z=WP($xxxx, $yyyy, $zzzz)
So essentially it set a variable with the x, y, and z values of its target and used those as its next waypoint.
Is it possible to do something like this with HB's hotspot system?
Maybe I should just have it spam a /follow macro...
I do realise that Partybot serves this function much more efficiently but I don't have a second key at the moment.
Thanks
I suppose "technique" is a little grandiose for this

When I was using Pirox, i made a followbot using this code:
z=SetVar("xxxx", Target("x"))
z=SetVar("yyyy", Target("y"))
z=SetVar("zzzz", Target("z"))
z=WP($xxxx, $yyyy, $zzzz)
So essentially it set a variable with the x, y, and z values of its target and used those as its next waypoint.
Is it possible to do something like this with HB's hotspot system?
Maybe I should just have it spam a /follow macro...
I do realise that Partybot serves this function much more efficiently but I don't have a second key at the moment.
Thanks