View Single Post
  #1  
Old 09-21-2008, 09:40 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default merchantlist_temp riddle

Was wondering if someone might can help me here;
I know what the problem is with the temp merchantlists, but don't have the smarts to fix it;
anything past npcID 65535 will not display items; all merchants with id under this number will display items (all Npcs will hold items in merchantlist_temp, just the 65k+ ones will not display). I've tested this many ways for hours(if not days) to arrive at this conclusion
I know it's related to a an unsigned 32bit integer (thank you Cavedude), but don't know where or how to change. If we could fix this, all merchants will hold and display items tell server reset.
Reply With Quote