Quote:
Originally Posted by egg
I will add and compile to get $spell_id working
|
Not sure if you've already started on this, but the variables are exported in
zone/embparser.cpp:
Code:
509 case EVENT_CAST_ON:
It should be as simple as changing it to this:
Code:
case EVENT_CAST_ON:
ExportVar(packagename.c_str(), "spell_id", function);
However, I'm not sure what exactly
function will have to be, since I wasn't able to find any
useful functions to do it.
In any case, I hope this helps