Thread: 5.0 Bug list
View Single Post
  #40  
Old 11-19-2003, 12:54 AM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

This is minor but the quest $item function seems to be truncating the item id. If i use #summonitem 13073 and then give the item to an NPC with the following quest:

EVENT_ITEM {
say($item1);
}

It returns 1307 instead of 13073. $itemcount does not have this problem.
Reply With Quote