View Single Post
  #3  
Old 04-26-2010, 04:40 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

You said your NPC name is "Sabrina nightingale", but I assume you mean "Sabrina Nightingale" If the last name isn't capital on the NPC, but it is on the script, that will probably cause it to fail.

Also, scribespells() requires a level argument, and you have a colon there as well, so change that to this:

Code:
plugin::scribespells($ulevel);
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote