BBot - The best bot of the world

Full Version: Auto Move if
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

I need help plx!!!

How to do if my char stay in (x, y, z) position and if player on screen self move to another position (x, y, z) position just 3 SQM of first position???

and if player on screen leave then back to first position original

Usefull to runemaker in house (enter to house if player on screen)

Thx in advance plx help with macro!!!!!
some help plx?
1500 {RUN}
playerCount:=1
Creatures.PlayersOnScreen()>=!playerCount!
[else]
Self.MoveTo(houseX, houseY, houseZ)
Exit()
{else}
Self.MoveTo(nothouseX, nothouseY, nothouseZ)

Not tested. Please check before afk use.
(07-28-2013, 12:52 AM)voonart Wrote: [ -> ]1500 {RUN}
playerCount:=1
Creatures.PlayersOnScreen()>=!playerCount!
[else]
Self.MoveTo(houseX, houseY, houseZ)
Exit()
{else}
Self.MoveTo(nothouseX, nothouseY, nothouseZ)

Not tested. Please check before afk use.

i loved!!!

Thx is awesome just change player cout to 2 Smile