View Single Post
  #2  
Old 07-02-2011, 11:01 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Well, your version comparison logic doesn't seem right, but I guess that depends on what you are wanting.

I would suggest starting as simple as possible with something like this:

Code:
sub EVENT_SAY {

	my $ClientVer = $client->GetClientVersion();
	quest::say("You are on Client Version: $ClientVer");

}
Then work your way up from there. Most likely something else in your script is breaking the script, which is causing the NPC not to respond.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote