PDA

View Full Version : Quest trouble


dclark
02-05-2005, 09:19 AM
I am having a little trouble getting quest to work. I got the quest editer 1.6. When I run it and pick a npc in this case a translocator in east freeport and put this in the text area:
sub EVENT_SAY
{
if ($text=~/hail/i){ quest::say("Hail name where would you like to go ocean of tears or butcherblock."); }
}
it add a folder quest in the eqemu floder and a freeport folder in the quest. I am guessing that this is right, but I can't get the npc to responed to my hails.

RangerDown
02-05-2005, 09:30 AM
You must restart your server completely before any quest changes will take effect.

dclark
02-05-2005, 09:42 AM
I have restarted many times it has had no effect.

cavedude
02-05-2005, 10:01 AM
Make sure the folder is named freporte, naming it freeport won't work. Also, name the file NPC_name.pl Oh, and you don't need to reboot the server to get quests to work. I add/change quests on the fly all the time. Just select the NPC who gives the quest and use the #reloadqst command.

dclark
02-05-2005, 10:47 AM
Well still can't get them to work not sure why.

Draktanton
02-05-2005, 11:32 AM
you have perl inable'd?

mattmeck
02-05-2005, 11:34 AM
moved to proper forum

dclark
02-05-2005, 04:29 PM
Oh no I don't how do you enable perl?

dclark
02-06-2005, 03:08 PM
Ok it took many hours but I got perl enable and the quest work now.

phasepuma
02-17-2005, 01:44 PM
#reloadpl is what I use when I am adding/fixing quests.

canehdian
02-17-2005, 06:15 PM
or you do it the easy way, put it in the freporte folder..and when you save it in there save it as the mob's ID number, then in the game type #reloadqst...and bam! its done