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 03-09-2008, 02:44 PM
gutika113
Fire Beetle
 
Join Date: Nov 2006
Posts: 16
Default Handing items in not working

I have been creating quest pretty well so far but when i get to the part with turn ins, i dont get a response from the npc. is handing in broken or am i not doing something right.

here is my code.

sub EVENT_SAY {

if ($text =~/Hail/i){
quest::say ("Good day to you, $name. Are you ready to begin your [test]?"); }

if ($text =~/test/i){
quest::say ("Yes, the test of a warrior. To see if he is truly brave enough to recieve such [honor]" );}

if ($text =~/honor/i){
quest::say ("Honor is a big part of a warrior's life. Now go out and slaughter the goblin forces and bring me back three goblin brains.");}
}

sub EVENT_ITEM
{
if (plugin::check_handin(\%itemcount, 54505=> 3))
{
quest::say("FUCKING A. ABOUT TIME");
quest::exp(1250);
}
}
Reply With Quote
  #2  
Old 03-09-2008, 03:44 PM
gutika113
Fire Beetle
 
Join Date: Nov 2006
Posts: 16
Default

nevermind figured it out. was missing the plugins.
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 11:02 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3