[2.3] Starting global shout

SabreMirSupport

LOMCN Leecher
Jul 26, 2012
2
0
12
is there a Script for a shout if when u start a new character it shouts the name of the player?

plz post here thanks :)
 

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
105
in QManage add

[@login]
#IF
ISNEWHUMAN
#ACT
sendmsg 1 "<$USERNAME> has just joined the server."


Give that a try, though I may be wrong, it's been a while.
And remember to keep all login commands under one [@login]
(same is true for all commands)
Example;

[@login]
#IF
ISNEWHUMAN
#ACT
sendmsg 1 "<$USERNAME> has just joined the server."

#IF
Checklevel < 10
#ACT
recallmob Oma 1 7
 
Upvote 0