Well the syntax of your quest is ok, however you dont have your default.pl located in the correct directory.
Default.pl should ALWAYS stay in C:\eqemu\quests
Plugin.pl should ALWAYS stay in C:\eqemu
Question:
Are you trying to make EVERY mob in the zone respond with "why hello there mister!" when you hail them or just one?
If you're just trying to make the one npc respond:
Make certain that the name of your quest file (1234.pl) Matches the NPCID of the npc you are applying it to. You can find NPCIDs by using EQEmu admin tool (easiest).
If you're trying to make ALL mobs in zone respond:
Create a new quest file, put in your quest text, and save this file as default.pl into your quests\qeynos directory.
NOTE:: Do NOT get THIS default.pl mixed up with the default.pl in your C:\eqemu\quests directory.
That should do it.
|