SET @@global.sql_mode= '';
INSERT INTO `achievements` VALUES ('113', 'ACH_FriendListSize', 'social', '14', '5', '15', '140', '0');You've added a record to the furniture table incorrectly. Something isn't parsing properly, go to line 69 and paste it here.
this._gifts.Add(spriteID, new ItemData(id, spriteID, itemName, PublicName, type, width, length, height, allowStack, allowWalk, allowSit, allowRecycle, allowTrade, allowMarketplace, allowGift, allowInventoryStack, interactionType, cycleCount, vendingIDS, heightAdjustable, EffectId, WiredId, IsRare, ClothingId, ExtraRot));Line 69 from the emulator source please.
this.AdjustableHeights.Add(double.Parse(H));Interesting, send me line 82 in ItemData.cs
The thing is. If i change to another database.sql the emulator works.. So it must be something with the DB ? right ?this.AdjustableHeights.Add(double.Parse(H));
Obviously.this.AdjustableHeights.Add(double.Parse(H));
The thing is. If i change to another database.sql the emulator works.. So it must be something with the DB ? right ?
Everything is 0Run this query and see what happens. Review all of the items if you find anything that is not 0 , change it to 0.Code:SELECT item_name,height_adjustable FROM `furniture` WHERE height_adjustable NOT LIKE "%,%,%"
SET @@global.sql_mode= '';