EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Handing items in not working (https://www.eqemulator.org/forums/showthread.php?t=24602)

gutika113 03-09-2008 02:44 PM

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);
}
}

gutika113 03-09-2008 03:44 PM

nevermind figured it out. was missing the plugins.


All times are GMT -4. The time now is 09:18 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.