PDA

View Full Version : ITEM_EVENT not working


elcapototal
10-17-2009, 02:53 PM
Greetings all:

I've setup my own server (Angphax) a couple of days ago, it is EQEmu v0.8.0 with PEQ DB and quests. Unfortunately for all quests and all NPCs the ITEM_EVENT seems not to be working. When I give an item to any NPC nothing happens (the item gets swallowed). The code in the PL file for the NPC never gets executed.
I've been trying to look for a solution but I haven't found any yet. Any help would be appreciated.

thanks

Shin Noir
10-17-2009, 03:19 PM
first I'd recommend trying:
sub EVENT_ITEM {
quest::say("I got an item");
}

Since you referred to it to "ITEM_EVENT", you may have called your sub the wrong name.

joligario
10-17-2009, 05:14 PM
Make sure you move all the files from the quests/plugins folder over to the root plugins folder.