Creating a new NPC
Hey everyone,
I'm trying to make a new npc in Halas and am having some trouble getting her to respond to hails etc. I added her to the database, and spawn her on entering the zone. I made a script file for her but it's not working. Her name is Sabrina nightingale, and the script file is called Sabrina_Nightingale.pl here it is: Code:
## Sabrina_Nightingale.pl Thanks for any help here :) EDIT: I found the problem.... typos! |
note sure if it'd break the quest but should:
Code:
quest::pause(10): Code:
quest::pause(10); |
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); |
All times are GMT -4. The time now is 05:05 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.