Log in

View Full Version : quest issue


jieseng
12-28-2005, 01:50 AM
I am having difficulty getting the quests to work properly. I added zoneperl to the boot5zones and so I get the text regarding the quests. However, when I turn in the items nothing happens. I noticed in the quest file there is a perl line that reads:

if(plugin::check_handin(\%itemcount, 13071 => 4))

How do I ensure that the plugin is working properly to handle the quests? Or is ti something else?

Thank you for your help.

Jieseng

mystic414
12-28-2005, 04:27 AM
Check to make sure there's a "plugins" directory in your quests folder. It should have a "check_handin.pl" file in it. If you're missing it, you can download it as part of the most recent PEQ Quest Pack at http://prdownloads.sourceforge.net/eqemuquests/peq-velious-rc1-quests.zip?download

fathernitwit
12-28-2005, 01:23 PM
the plugins directory actually needs to go in the same dir as the exe files, so if you have the PEQ quest pack, you need to symlink (linux) or move it up one dir.

jieseng
12-30-2005, 04:41 AM
Thank you. Works fine now :)

rojadruid
12-30-2005, 09:31 AM
Thank you. Works fine now :)


I will have to try this for my server, it might fix my quests problem.