is that possible with the account PRIV flags?
i want players to be able to yell to all clients with the...
! mymessagehere
(with gms its allclients, but with players its region)
and not have hearall, but i think they are the same in 51a
http://babelfish.yahoo.com/translate_url...=yfp-t-899
PRIV=1040 is normal account
PRIV=1050 is with hearall
and YES i said 51a!
or a 51a workaround or trigger to be able to broadcast to serv.allclients would be nice...
i tried stuff like
ONTRIGGER=DCLICK
SRC.SERV.ALLCLIENTS SYSMESSAGE #0044,3,<SRC.NAME>: I Am Online!
SRC.SERV.ALLCLIENTS SYSMESSAGE #0000,1,<SRC.P>
or
ONTRIGGER=DCLICK
SERV.ALLCLIENTS SYSMESSAGE #0044,3,<SRC.NAME>: I Am Online!
SERV.ALLCLIENTS SYSMESSAGE #0000,1,<SRC.P>
but it wont work because of the PLEVEL
(works for GMs, but not for players)
or
how about a temp plevel change via script?