EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Same Item Turn for Changing Quest Globals - Need Help (https://www.eqemulator.org/forums/showthread.php?t=24781)

ChaosSlayer 04-02-2008 02:00 PM

ah Thank you :cool:

xxarthurxx 06-09-2008 03:04 PM

i have tried every combination of the quest return items plugin and none of them will actually return any items, the npc just eats it every time.. what am i doing wrong?

samples ive tried:

sub EVENT_ITEM {
plugin::return_items(\%itemcount);
}

sub EVENT_ITEM {
plugin::return_items(\%itemcount);
return;
}

else
{
plugin::return_items(\%itemcount);
return;
}

else
{
plugin::return_items(\%itemcount);
}


and the full quest:

sub EVENT_ITEM
{
if (plugin::check_handin(\%itemcount, 16905 => 1, 16857 => 1, 10035 => 1))
{
quest::emote("removes a item from his pocket.");
quest::say("This is yours. Care for it well!");
quest::summonitem(10051); #gemmed crown
}
else
{
plugin::return_items(\%itemcount);
}
}

trevius 06-09-2008 05:06 PM

Make sure you have the return items plugin in your eqemu/plugin directory.

xxarthurxx 06-09-2008 09:06 PM

ah didnt think about that, that has to be what im missing. is there any chance i could get the link for all plugins? i cant seem to find them on the eqemu site.

xxarthurxx 06-09-2008 11:46 PM

http://www.eqemulator.net/forums/showthread.php?t=12203

meh found it after searching a bit harder for it, i guess i wont give up right away if i cant find it via search hehe


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

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