Posts: 64
Threads: 10
Joined: Oct 2012
Reputation:
0
07-26-2013, 05:33 AM
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!!!!!
Posts: 198
Threads: 8
Joined: Jul 2013
Reputation:
0
07-28-2013, 12:52 AM
(This post was last modified: 07-28-2013, 12:54 AM by voonart.)
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.