Stuck at 76%

Lephy

New Member
Oct 9, 2019
2
0
Need help it wont start i guess..! Getting this message in the Emulator.

17:18:30 - [INFO] Connected to Database!
17:18:30 - [INFO] Loaded 9 language locales.
17:18:30 - [INFO] Loaded 15 server settings.
17:18:30 - [INFO] Loaded 3 Color Palettes
17:18:30 - [INFO] Loaded 13 Set Types
17:18:30 - [INFO] Successfully setup GameSocketManager on port (30000)!
17:18:30 - [INFO] Maximum connections per IP has been set to [5]!
17:18:30 - [INFO] Loaded 7 moderation presets.
17:18:30 - [INFO] Loaded 6 moderation categories.
17:18:30 - [INFO] Loaded 6 moderation action preset messages.
17:18:30 - [INFO] Cached 0 username and machine bans.
System.FormatException: Inndatastrengen hadde ugyldig format.
ved System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
ved System.Double.Parse(String s)
ved Plus.HabboHotel.Items.ItemData..ctor(Int32 Id, Int32 Sprite, String Name, String PublicName, String Type, Int32 Width, Int32 Length, Double Height, Boolean Stackable, Boolean Walkable, Boolean IsSeat, Boolean AllowRecycle, Boolean AllowTrade, Boolean AllowMarketplaceSell, Boolean AllowGift, Boolean AllowInventoryStack, InteractionType InteractionType, Int32 behaviourData, Int32 Modes, String VendingIds, String AdjustableHeights, Int32 EffectId, Boolean IsRare, Boolean ExtraRot) i C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Items\ItemData.cs:linje 83
ved Plus.HabboHotel.Items.ItemDataManager.Init() i C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\Items\ItemDataManager.cs:linje 68
 

Hypothesis

Programmer
Jan 6, 2019
524
361
Something in your furniture table is messed up, did you run the required queries in the Plus Emulator folder?
Try running this query:
Code:
ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1) NOT NULL DEFAULT '0', CHANGE `mute_settings` `mute_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `ban_settings` `ban_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `kick_settings` `kick_settings` INT(1) NOT NULL DEFAULT '1';
 

Lephy

New Member
Oct 9, 2019
2
0
Still got the same as last time. Im running that query you sent and that other i was told in the video to use.
This one SET@@global.sql_mode=''; but still wont work.
 

Users who are viewing this thread

Top