Help Plus Emu errors

VitorNobre

New Member
Aug 22, 2016
8
0
Room ID [2] is currently having issues cycling wired.System.IndexOutOfRangeException: O ?ndice estava fora dos limites da matriz.
em Rocket.HabboHotel.Items.Wired.Boxes.Effects.GiveTeamScore.Execute(Object[] Params) na C:\Users\Vitor Nobre\Desktop\Emulator\HabboHotel\Items\Wired\Boxes\Effects\GiveTeamScoreBox.cs:linha 159
em Rocket.HabboHotel.Items.Wired.Boxes.Triggers.RepeaterBox.OnCycle() na C:\Users\Vitor Nobre\Desktop\Emulator\HabboHotel\Items\Wired\Boxes\Triggers\RepeaterBox.cs:linha 98
em Rocket.HabboHotel.Rooms.Instance.WiredComponent.OnCycle() na C:\Users\Vitor Nobre\Desktop\Emulator\HabboHotel\Rooms\Instance\WiredComponent.cs:linha 44
em Rocket.HabboHotel.Rooms.Room.ProcessRoom() na C:\Users\Vitor Nobre\Desktop\Emulator\HabboHotel\Rooms\Room.cs:linha 744
 

Kak

Posting Freak
Apr 21, 2017
951
165
if the issue has to do with wired then try this

SET @@global.sql_mode= '';
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');

restart emu
 

Users who are viewing this thread

Top