Item issues
I have been trying to create items, but I always get this error:
Quote:
Code:
ALTER TABLE `items` CHANGE `UNK132` `UNK132` TEXT NULL; |
I think the default is 0, not null. See how that goes.
|
i dont even see an UNK132 in my items table.. i would try deleting it.
Code:
ALTER TABLE `items` CHANGE `UNK132` `UNK132` VARCHAR(11) NOT NULL DEFAULT ''; Code:
ALTER TABLE `items` CHANGE `UNK132` `UNK132` INT(11) NOT NULL DEFAULT '0'; |
First one returns this:
Quote:
Quote:
|
I used navicat to find if any cells had a value to them (sort descending) I came up with only one item:
Battered Silver Runed War Shield which has a value of: 00000400000000000000000000000000000000 After changing this to zero, Code:
ALTER TABLE `items` CHANGE `UNK132` `UNK132` INT(11) NOT NULL DEFAULT '0'; and it apparently gives me no error when coping an item! WOOT! Thanks a lot. I'm just hoping I didn't brick anything important heh. |
All times are GMT -4. The time now is 09:55 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.