[HELP]Itemset.csv

06/28/2011 14:36 Josinho#1
Hey people!

I have a problem, I try to add a new drop on itemset.csv for one treasure
box but when I open the box in the dbmon send me this error:

[ASSERT] Itemset flyweight is NULL ... index 5096

This is my line on itemset.csv:

Code:
5096,A8 WEAPS +6,100000,15,64706,1000,1000,1000,97000,64716,1000,1000,1000,97000,64726,1000,1000,1000,97000,64736,1000,1000,1000,97000,64746,1000,1000,1000,97000,64756,1000,1000,1000,97000,64766,1000,1000,1000,97000,64776,1000,1000,1000,97000,64786,1000,1000,1000,97000,64796,1000,1000,1000,97000,64806,1000,1000,1000,97000,64816,1000,1000,1000,97000,64826,1000,1000,1000,97000,64836,1000,1000,1000,97000,64846,1000,1000,1000,97000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
What mean that? what is wrong? I need some help here xD!

Greetings.:rolleyes:
06/28/2011 14:46 =Seph=#2
flyweight means duplicated id, so there is alrdy a itemset with the id "5096" so just change it.
06/28/2011 15:02 Josinho#3
Quote:
Originally Posted by yosef07212 View Post
flyweight means duplicated id, so there is alrdy a itemset with the id "5096" so just change it.
Thanks for answer, I already fix that error, on the server side had a wrong number, but emerged a new error:

Code:
[FAILED] cannot find right item...rand 000130A4 / sum 00003A98 / sum in table 000186A0
:S!