BBot - The best bot of the world
Auto Move if - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Auto Move if (/thread-11067.html)



Auto Move if - leonel13jaime - 07-26-2013


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!!!!!



RE: Auto Move if - leonel13jaime - 07-27-2013

some help plx?


RE: Auto Move if - voonart - 07-28-2013

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.


RE: Auto Move if - leonel13jaime - 07-28-2013

(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