Quote:
Originally Posted by cruey
OKAY SO HERES THE DEAL. IM REALLY FRUSTRATED.
I have done everything right, I checked everything in my table so that it meets the requirement, I did it twice. I even checked to make sure there were no special characters 3 times before reading that it wasn't Eurions problem. I have tried everything I can and tested every method I know.
I'm attaching my cq_itemtype in txt so if anyone can help me I would be so fkn appreciative. I tried doing half of it and it worked, and then 3/4s and look I've tried everything. I'm guessing one of the rows is making it stop or there is a limit on how many items it will take. Can someone pleaseeeeeeeeee help me I'm going insane.
|
Do this. Open your current working itemtype.dat with your preferred hex editing program. (I use WinHex)
Select starting from the item number before the description of the item until the start of the next item number. If you use WinHex, on the bottom right it will give you your total byte used for 1 item.
Pretty much you have to make sure your byte structure is the same as in your current itemtype.dat.
In the ItemtypeStructure.ini make sure that: EntrySize=your total byte used for 1 item. This must match, otherwise you will get a broken itemtype.dat that the client wont recognize.
Could you upload a working itemtype.dat for comparison?