Re: uberEmulator R63+ Breakz0nes Edit
Whats the commands?
:commands dont work
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
wichard
Use my fking Database and emu, not your emu and my Database, or your database and my emu.
---------- Post added at 07:16 AM ---------- Previous post was at 07:13 AM ----------
Ultra VIP is for people who purchased VIP in your hotel, you can set it in Database -> Users -> UserRow -> is_ultra_vip -> To 1.
I take this DB and this emu and here comes IMochteGernCamper! Please Fixxed in! Who really nice!:/:
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
Shredinator
All I know is its a SQL error, and unless I get more info I can't tell you what the problem is.
No errors during import?
No errors on import. :S Mind helping me on teamviewer if you not to busy? :)
Re: uberEmulator R63+ Breakz0nes Edit
Re: uberEmulator R63+ Breakz0nes Edit
Lol, Problem solved thanks for your help.
Re: uberEmulator R63+ Breakz0nes Edit
@habbofreak123
Quote:
Originally Posted by
PEjump2
Here's the fix:
Inside Uber > HabboHotel > Rooms > RoomUser.cs replace the void Serialize(ServerMessage Message)
with this:
Code:
public void Serialize(ServerMessage Message)
{
// @\Ihqu@UMeth0d13haiihr-893-45.hd-180-8.ch-875-62.lg-280-62.sh-290-62.ca-1813-.he-1601-[IMRAPD4.0JImMcIrDK
// MSadiePull up a pew and have a brew!hr-500-45.hd-600-1.ch-823-75.lg-716-76.sh-730-62.he-1602-75IRBPA2.0PAK
if (IsSpectator)
{
return;
}
if (!IsBot)
{
//Message.AppendBoolean(true);
Message.AppendUInt(GetClient().GetHabbo().Id);
Message.AppendStringWithBreak(GetClient().GetHabbo().Username);
Message.AppendStringWithBreak(GetClient().GetHabbo().Motto);
Message.AppendStringWithBreak(GetClient().GetHabbo().Look.ToLower());
Message.AppendInt32(VirtualId);
Message.AppendInt32(X);
Message.AppendInt32(Y);
Message.AppendStringWithBreak(Z.ToString().Replace(',', '.'));
Message.AppendInt32(2);
Message.AppendInt32(1);
Message.AppendStringWithBreak(GetClient().GetHabbo().Gender.ToLower());
Message.AppendInt32(-1);
Message.AppendInt32(-1);
Message.AppendInt32(-1);
Message.AppendBreak();
Message.AppendInt32(GetClient().GetHabbo().GetAchievementScore()); // R63 Room User change for achievement score!
}
else
{
//btmFZoef0 008 D98961JRBQA0.0PAJH
Message.AppendUInt(PetData.PetId);
Message.AppendStringWithBreak(BotData.Name);
Message.AppendStringWithBreak(BotData.Motto);
Message.AppendStringWithBreak((IsPet) ? PetData.Look : BotData.Look);
Message.AppendInt32(VirtualId);
Message.AppendInt32(X);
Message.AppendInt32(Y);
Message.AppendStringWithBreak(Z.ToString().Replace(',', '.'));
Message.AppendInt32(4);
Message.AppendInt32((BotData.AiType.ToLower() == "pet") ? 2 : 3);
if (BotData.AiType.ToLower() == "pet")
{
Message.AppendInt32(11);
}
}
}
Goddamnit, its 2 pages back.
@refraction
Please share :D
Re: uberEmulator R63+ Breakz0nes Edit
Who can post the fix of the roller
Re: uberEmulator R63+ Breakz0nes Edit
Find the bug :O (Without editing the picture or whatever)
http://imageshack.us/m/823/426/buggk.png
Re: uberEmulator R63+ Breakz0nes Edit
Its just in dev. BTW swimming works fine now :D
Re: uberEmulator R63+ Breakz0nes Edit
Do you have a working SWF pack?
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
Shredinator
@habbofreak123
Goddamnit, its 2 pages back.
@refraction
Please share :D
There is still nothing fixxed! There stands still IMoechteGernCamper? wtf?
Re: uberEmulator R63+ Breakz0nes Edit
The emulator is kind of unstable, from 70+ online all peoples can run no more. (FREEZE BUG).
---------- Post added at 11:31 AM ---------- Previous post was at 11:30 AM ----------
HabboFreak123 no, debug the Emulator!
Re: uberEmulator R63+ Breakz0nes Edit
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
VortreX
I get this on the emu "specified cast not valid"
go to the items table and set just a noob item everything to 1 1 1 1 blabla and run the emu and it works
Re: uberEmulator R63+ Breakz0nes Edit