View Single Post
  #3  
Old 08-07-2008, 05:10 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Oh, it is the case sensitive issue lol. I am using GoergeS' Quest Editor Tool and it is changing this:

Code:
$npc->CastSpell(6536, $userid);
to this:

Code:
$npc->castSpell(6536, $userid);
I edited the quest manually and it started working right away lol. I am going to post that issue in his tools section so he can get it resolved.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote