Quote:
Originally Posted by Cisyouc
i would suspect in client_process.cpp you can do a check for a field in the db, and if the user does not have a certain, maybe quest variable perhaps? it would do that emote.
|
in plugin.pl this would have to be added this is messy but a least a starting point.
Code:
undef $logon;
if($subr =~ /EVENT_LOGON/) { $event="logon";}
defined $logon && defined &{"$logon$event"} && &{"$logon$event"} && return;
umm i think it would have to be defined in the perl source also ...
thats about as far as I got so far...