Closed.
Closed.
Last edited by lM3ssi; 03-04-14 at 06:55 PM.
Tell me how to fix it.
Tell me as fix once.
To me it looks you have modified the structure of your catalogue.
Try deleting the tables and adding them back from the database that came with it.
What I have to do?
Same problem see here:http://forum.ragezone.com/f333/pluse...6/#post8029486
hmpf..
Your furniture table in your database should have this order of rows:
corresponding to the emulator sourceCode:id, spriteID, publicName, itemName, type, width, length, height, allowStack, allowWalk, allowSit, allowRecycle, allowTrade, allowMarketplace, allowGift, allowInventoryStack, interactionType, cycleCount, vendingIDS, sub, effect,StackMultiplier, ToggleHeight
Any other order will give you the error you got till now.Code:id is dRow[0] so first, spriteID is dRow[1] so second, publicName is dRow[2] so third, itemName is dRow[3] so fourth... and so on
When you use Navicat you can right click the furniture table and click "design table". In the window there is a menu button "Move Up" and "Move Down". Just select the row that is in the wrong order and move it to the right place with these buttons and save the table when done.
Got it now?
Will if you cannot do simple stuff like this, you better give up on retro's already unless you want to learn it.