Habboon PlusEMU - PRODUCTION-201602082203-712976078

Woiah

Member
Mar 5, 2012
234
8
302574dbacc636513e79249c5059744f.png

I got this error on my Habboon PlusEMU!
What does it mean ?
 

Woiah

Member
Mar 5, 2012
234
8
I downloaded the plusclean.sql.. But when i uploaded the sql to navicat it showed some errors doe..

Skickat från min SM-G930F via Tapatalk
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
You've added a record to the furniture table incorrectly. Something isn't parsing properly, go to line 69 and paste it here.
 

Woiah

Member
Mar 5, 2012
234
8
Will do when i get home

Skickat från min SM-G930F via Tapatalk
 
You've added a record to the furniture table incorrectly. Something isn't parsing properly, go to line 69 and paste it here.
INSERT INTO `achievements` VALUES ('113', 'ACH_FriendListSize', 'social', '14', '5', '15', '140', '0');
This is the line 69 in the sql file!
 

Woiah

Member
Mar 5, 2012
234
8
Line 69 from the emulator source please.
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));
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Code:
SELECT item_name,height_adjustable FROM `furniture` WHERE height_adjustable NOT LIKE "%,%,%"
Run this query and see what happens. Review all of the items if you find anything that is not 0 , change it to 0.
 
May 1, 2015
467
152
Alright, must be your furniture table then.
Here is my furniture table, import this into your database and let me know if it works.

Also for that error, run the following query in your database like i said, it works for me when i get importing errors:
Code:
SET @@global.sql_mode= '';
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Alright if everything is 0 then check this:
Code:
SELECT item_name,height_adjustable FROM `furniture` WHERE height_adjustable NOT LIKE "%,%,%" AND height_adjustable != 0
 

Users who are viewing this thread

Top