AssLikeThat
Posting Freak
- Jan 27, 2013
- 765
- 154
Hey there so i basically came across a glitch in BcStorm, when custom furni is added to a room and then you reload, it doesnt load if the item id is over 65535.
Example:
The ID for this furni (Charmander) is 30000162 which (obviously) is larger than 65535....
This is an image of the furni when it is placed in the room:
This is an image of the furni when I reload the hotel:
This is a quick fix:
Go to your DB in phpmyadmin and find the table called "items"
Click "Structure" at the top of the page.
Another page should show with 4-5 empty columns, Select "base_id" and press the edit tool.
It should look something like this:
Click the field that says "SMALLINT" and change it to "BIGINT"
Then click the field below that called "Length/Values" and change that to 11.
Click GO at the bottom of the page.
It should save perfectly, Restart your EMU and reload the hotel.
Place custom furni down which have ID's larger than 65535 and reload the hotel, they should work!
Any problems don't hesitate to contact me via PM or Post a reply on this thread, I will try my best to help you guys out
Enjoy.
Example:
The ID for this furni (Charmander) is 30000162 which (obviously) is larger than 65535....
This is an image of the furni when it is placed in the room:
This is an image of the furni when I reload the hotel:
This is a quick fix:
Go to your DB in phpmyadmin and find the table called "items"
Click "Structure" at the top of the page.
Another page should show with 4-5 empty columns, Select "base_id" and press the edit tool.
It should look something like this:
Click the field that says "SMALLINT" and change it to "BIGINT"
Then click the field below that called "Length/Values" and change that to 11.
Click GO at the bottom of the page.
It should save perfectly, Restart your EMU and reload the hotel.
Place custom furni down which have ID's larger than 65535 and reload the hotel, they should work!
Any problems don't hesitate to contact me via PM or Post a reply on this thread, I will try my best to help you guys out
Enjoy.