It is listed. Where I describe how to change items needed for enchant. Reqluc is ItemID of item needed to enchant. The value you are trying to insert shouldn't be negative though. You detract 65536 from it. 44061-65536 = -21475 (Reqluc).
So if i go through the csv and any value over 32,767 I should subtract 65536 from it giving me a negative number that is what the database shows now is negative amounts of -21475 where the csv shows 44061.Quote:
It is listed. Where I describe how to change items needed for enchant. Reqluc is ItemID of item needed to enchant. The value you are trying to insert shouldn't be negative though. You detract 65536 from it. 44061-65536 = -21475 (Reqluc).
Make sure your SData files are decrypted. I got that error when I tried using encrypted files. Open the file in a Hex Editor and if the start values are numbers like 0001CBCEB... then the file is encrypted.Quote:
Excuse my stupidity for not understanding the fix for this but i get
[Only registered and activated users can see links. Click Here To Register...]
Yes, i have looked at other posts on the same problem but i still do not get how to fix it. Sorry.
If you get this error then It means your SData file in encrypted and you must decrypt it.Quote:
for i in range(record_total):
MemoryError
Press any key to continue . . .