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.