EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   What's wrong with this quest... (https://www.eqemulator.org/forums/showthread.php?t=25974)

Weldarr 08-18-2008 05:03 PM

What's wrong with this quest...
 
sub EVENT_ITEM
{
if (plugin::check_handin(\%itemcount,1382=>1))
{
quest::say("These are exactly what I was looking for $name! Take this as a reward");
quest::summonitem("1386");
}
}


whenever i hand in item 1382, the mob doesnt do anything

trevius 08-18-2008 05:25 PM

That looks fine to me. Is that the entire quest? If not, you might want to post the whole thing. It could be breaking somewhere else and causing this to fail. Do you have your plugins in your /eqemu/plugins folder? If not, you need to move them there from the quests/plugins directory.

Weldarr 08-19-2008 03:21 AM

Ah that is the problem.. Thanks Trev. had the plugins in the quest directory


All times are GMT -4. The time now is 12:58 AM.

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