View Single Post
  #5  
Old 05-20-2008, 04:16 PM
Bulle
Hill Giant
 
Join Date: Jan 2008
Posts: 102
Lightbulb

What is in my embparser.cpp file :
Code:
		case EVENT_ZONE:{
			ExportVar(packagename.c_str(), "target_zone_id", data);
			break;
		}

		case EVENT_CAST_ON:{
			ExportVar(packagename.c_str(), "spell_id", data);
			break;
		}
Indeed the lines for EVENT_CAST_ON are not in the 1108 source code. This part must have been forgotten when the event was added to the Emu code.
I will open a bug for that so the job can be completed for a future release.
Reply With Quote