Checking whether a player is near

Forum closed. Read only permissions.

Moderator: Moderators

Message
Author
k9z56t
Noob
Noob
Posts: 6
Joined: 05 Oct 2008, 14:10
Noob?: Yes

Checking whether a player is near

#1 Post by k9z56t »

I wrote a macro for a buffing non party members but it acts crazy when there isn't anyone around
i tried this bu it doen't work
automacro Buffme {
call Buffall2
timeout 7
@player player_name != -1 or @player player_name not -1
}

which statement should i use

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: Checking whether a player is near

#2 Post by Dark Airnel »

Code: Select all

automacro buffall {
player /(.*)/, 7
timeout 7
call buffall
}

Locked