View Single Post
  #1  
Old 01-30-2015, 12:46 AM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default Just not seeing it...

Code:
sub EVENT_ENTERZONE {
	if (plugin::check_hasitem($client,36492)) {
		plugin::SEV($client, "timehere", "2");
	} 
	else { 
		plugin::SEV($client, "timehere", "1");
		quest::spawn2(999542,0,0,68,249,-134);
	}
}
It's choking on this and I cannot tell where exactly. #logs quest is ineffective as it appears to get disabled upon zoning and since it is an EVENT_ENTERZONE it has already choked on it before I can possibly do another #logs quest.

#questerrors displays nothing but high ASCII boxes for me, so I've come to rely on the #logs

Having stared at this for an hour or so, I'm hoping another set of eyes will see it.
Reply With Quote