Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Move if
#1
Heart 

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!!!!!
#2
some help plx?
#3
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.
#4
(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


Forum Jump:


Users browsing this thread: 1 Guest(s)