View Single Post
  #13  
Old 09-07-2006, 02:29 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default NPC no response from Hail

The solution files (Microsoft) are out of date, In the Zone project you need to add 2 preprocessor directives. (zone properties, c/c++, preprocessor, preprocessor definitions) EMBPERL,EMBPERL_PLUGIN. this will cause two more files to be loaded (but they are missing from within the project file).
you may want to change EQDEBUG=0 to EQDEBUG=5 for more debugging (same inside of world project)

Add to zone.vcproj to the "Source Files" section.

<File RelativePath=".\perl_perlpacket.cpp"></File>
<File RelativePath=".\perlpacket.cpp"></File>

you may have already add this one but if not....
ADD to the "Common Source Files"
<File RelativePath="..\common\rulesys.cpp"> </File>
Reply With Quote