Ellu
Donator
- Mar 8, 2018
- 42
- 66
Hey. I'm trying to add diamond exchange to my hotel but am seeming to have some difficulties.
I changed the files ItemUtility.cs and CreditFurniRedeemEvent.cs
After rebuilding Plus emulator and running in debug I get the following error code while trying to redeem a diamond furni.
Help is appreciated
I changed the files ItemUtility.cs and CreditFurniRedeemEvent.cs
You must be registered for see links
- ItemUtility.cs
You must be registered for see links
- CreditFurniRedeemEvent.csAfter rebuilding Plus emulator and running in debug I get the following error code while trying to redeem a diamond furni.
Code:
01:05:54 - [ERROR] Exception:
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe
r& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in
fo)
at Plus.Communication.Packets.Incoming.Rooms.Furni.CreditFurniRedeemEvent.Par
se(GameClient Session, ClientPacket Packet) in C:\Users\Administrator\Desktop\Re
lease 2\Emulator Source\Communication\Packets\Incoming\Rooms\Furni\CreditFurniRe
deemEvent.cs:line 45
at Plus.Communication.Packets.PacketManager.TryExecutePacket(GameClient Sessi
on, ClientPacket Packet) in C:\Users\Administrator\Desktop\Release 2\Emulator So
urce\Communication\Packets\PacketManager.cs:line 154
at Plus.HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientPacket Mes
sage) in C:\Users\Administrator\Desktop\Release 2\Emulator Source\HabboHotel\Gam
eClients\GameClient.cs:line 65
Help is appreciated