View Single Post
  #4  
Old 05-20-2008, 01:31 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by egg View Post
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
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote