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

Found a fairly nasty bug with the Quest Editor Tool, though it should be really easy to fix.

The Quest Editor Tool is automatically changing this:

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

Code:
$npc->castSpell(6536, $userid);
And, since this command is case sensitive, it causes the script to fail when the c is lower case.

I will keep an eye out for any more similar issues.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote