View Single Post
  #1  
Old 06-03-2003, 05:13 PM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default When I give NPCs item in game i get Unknown Slot error

This is what i get...

ERROR: Getitem(): Unknown slot: 0x0050
ERROR: Getitem(): Unknown slot: 0x0050
ERROR: Getitem(): Unknown slot: 0x0051
ERROR: Getitem(): Unknown slot: 0x0051
ERROR: Getitem(): Unknown slot: 0x0052
ERROR: Getitem(): Unknown slot: 0x0052
ERROR: Getitem(): Unknown slot: 0x0053
ERROR: Getitem(): Unknown slot: 0x0053
ERROR: Getitem(): Unknown slot: 0x0054
ERROR: Getitem(): Unknown slot: 0x0054
ERROR: Getitem(): Unknown slot: 0x0055
ERROR: Getitem(): Unknown slot: 0x0055
ERROR: Getitem(): Unknown slot: 0x0056
ERROR: Getitem(): Unknown slot: 0x0056
ERROR: Getitem(): Unknown slot: 0x0057
ERROR: Getitem(): Unknown slot: 0x0057
ERROR: Getitem(): Unknown slot: 0x0058
ERROR: Getitem(): Unknown slot: 0x0058
ERROR: Getitem(): Unknown slot: 0x0059
ERROR: Getitem(): Unknown slot: 0x0059


I can talk to the NPC fine but when i hand in the item i get this and then i get my item back instead of the new summoned item.


Here is the quest code.




EVENT_SAY {
if($1- =~ "Hail"){ SAY("Hail. $name ! Welcome to Dragon's Den Server, Are you [ New ] Here?.") }
if($1- =~ "New"){ SAY("Give me your Newbie token for proof and I will help you.") }
}
EVENT_ITEM {
if ($item1=="32552"){ SAY("Take this for protection, and enjoy great adventures in this land.")
summonitem("32553") }
}




Any idea about how to fix this ??
Reply With Quote