ah Thank you :cool:
|
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); } } |
Make sure you have the return items plugin in your eqemu/plugin directory.
|
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.
|
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.