Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 06-23-2007, 11:29 AM
Yohkoh
Fire Beetle
 
Join Date: Jun 2007
Location: CT
Posts: 6
Default New to EQEmu

Hi,

I just installed an EQemu Server following Techguy's latest server installation guide. So I've installed perl , using PEQ and copied the files I downloaded using winCVS to my EQEmu\Quest folder. The only thing I have done different was to use EQEmu-0.7.0-1002 instead of EQEmu-0.7.0-992

Doing the simple quest where I turn in 4 Rat Whiskers to Exterminator Gilea in Neriakc. I can hail and get a response but when I hand in 4 Rat Whiskers nothing happens and I loose the items without a reward. Here is the script from PEQ file Exterminator_Gilea.pl:

sub EVENT_SAY {
if($text=~/Hail/i){ #Start of Exterminate the Vermin Quest (Scripted By: Fatty Beerbelly)
quest::say("Hello, $name. I was hired to eradicate all these pesky rodents running around the city, but there are too many of them. If you could help me by bringing back four of their whiskers I should have a few spare coins for you.");
}
}

sub EVENT_ITEM {
#Handin: 4x Rat Whiskers
if(plugin::check_handin(\%itemcount, 13071 => 4)){ #End of Exterminate the Vermin (Scripted By: Fatty Beerbelly)
quest::say("Well there are still many rodents around, but I will honor my deal. Here are your coins. Now I must get back to work.");
quest::faction(87,10); # +Darkguard Inner
quest::faction(69,10); # +Dark Bargainers
quest::faction(155,10); # +Indigo Brotherhood
quest::faction(260,-10); # -Primordial Malice
quest::exp(5);
quest::givecash(1,1,1,0);
}
}

Being I am new to EQEmu, I expect I am missing something in my setup. Any suggestions?

Yohkoh
Reply With Quote
  #2  
Old 06-23-2007, 12:47 PM
Khaldore
Fire Beetle
 
Join Date: Jun 2007
Location: Montana
Posts: 6
Default

I had a simliar problem with the cudgel quest in Halas, and this post pointed me in the right direction.

After you follow the instructions, you can use #reloadpl in-game, although I camped out and relogged on to the server before I did. Seemed to work fine after that. What seems to be happening is the emu can't find the check_handin.pl file because the folder is in the wrong place, so hopefully that will fix things for you.
Reply With Quote
  #3  
Old 06-23-2007, 10:34 PM
Yohkoh
Fire Beetle
 
Join Date: Jun 2007
Location: CT
Posts: 6
Default

Thank you very much Khaldore. That fixed the problem.
Reply With Quote
  #4  
Old 06-23-2007, 11:18 PM
Khaldore
Fire Beetle
 
Join Date: Jun 2007
Location: Montana
Posts: 6
Default

Glad I could help, but I don't deserve much of the credit... I'm new to EqEmu myself, and if it weren't for the forum users and wiki having a wealth of information, I'd be lost.

As a side note, I found another post referring to the plugins folder being in the wrong place here... wish I'd have found it before.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:54 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3