Thread: spell book help
View Single Post
  #6  
Old 11-14-2008, 12:34 PM
spider661
Discordant
 
Join Date: Oct 2005
Location: michigain
Posts: 260
Default

errors errors and more errors :P

Code:
2>.\questmgr.cpp(1708) : error C2065: 'm_pp' : undeclared identifier

2>.\questmgr.cpp(1708) : error C2228: left of '.spell_book' must have class/struct/union


2>.\questmgr.cpp(1709) : error C3861: 'UnscribeSpell': identifier not found


2>.\perlparser.cpp(2335) : error C2660: 'QuestManager::unscribespell' : function does not take 0 arguments
plus had to change
questmgr.h
void unscribespell(); to void unscribespell(int spell_id, bool update_client);

althogh i think all calls should prob be set to
void unscribespell(int spell_id, bool update_client=true);
Reply With Quote