Thread: zone emotes
View Single Post
  #3  
Old 10-14-2004, 06:54 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default

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...
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote