Re: uberEmulator - Stabilized
Quote:
Originally Posted by
PEjump2
Dude you'r really dumb..
MySQL Connector 6.2.3
Lol, xD PE ;)
Re: uberEmulator - Stabilized
Re: uberEmulator - Stabilized
h3h3h3h3 im not dumb, i just download them connectors and like, it has more than 1 folder, and im like?! wtf what do i do, so like
@ pe hump 2 sorry i don't spend much time on the computer like you.
anyway, who'd wanna hump pehump2
Re: uberEmulator - Stabilized
Quote:
Originally Posted by
Flurrie
h3h3h3h3 im not dumb, i just download them connectors and like, it has more than 1 folder, and im like?! wtf what do i do, so like
@ pe hump 2 sorry i don't spend much time on the computer like you.
anyway, who'd wanna hump pehump2
PEhump, Thats not nice.
Re: uberEmulator - Stabilized
Quote:
Originally Posted by
Flurrie
h3h3h3h3 im not dumb, i just download them connectors and like, it has more than 1 folder, and im like?! wtf what do i do, so like
@ pe hump 2 sorry i don't spend much time on the computer like you.
anyway, who'd wanna hump pehump2
WANNA FIGHT BITCH!? Im right here!, But yeah you'r scared because you know how hardcore i'm :3
Just kidding..
Re: uberEmulator - Stabilized
When i used this emu it was stable but the characters double like after 4-5 hours my character doubles..
Re: uberEmulator - Stabilized
Mk'y how do I fix this error when I load rooms? I d/c, as in I can load a room, but I d/c after..
I've correctly installed my SWF's..
Re: uberEmulator - Stabilized
Quote:
Originally Posted by
Flurrie
Mk so what do I need to edit in
Program.cs to make the Emulator close once it's came across an error.. & I see you edited T
CPConnection.cs in Net. (: Good.
------
ALSO I need help with a few errors I'm getting!
Error:
PHP Code:
The type or namespace
name 'MySql' could not be found (are you
missing a using directive
or an assembly
reference?)
I really need to fix that or then I wont be able to edit the Emulator cause It can't run a successful build.
In Program.cs
Find:
Code:
static void MyHandler(object sender, UnhandledExceptionEventArgs args)
and under:
Code:
Console.WriteLine("MyHandler caught : " + e.ToString());
add this:
Code:
UberEnvironment.Destroy();
---------- Post added at 04:29 PM ---------- Previous post was at 04:27 PM ----------
Okay, this is the only stable edit of uber you'll probably find. I've been running mine for about 3 - 4 days now, without crashing.
Re: uberEmulator - Stabilized
Anyone knows how to fix the double users bug?
Re: uberEmulator - Stabilized
Quote:
Originally Posted by
Milw0rm
Anyone knows how to fix the double users bug?
Add a lock (this.UserList) when doing Add.UserList on the Enter room void.
Re: uberEmulator - Stabilized
hey,
mind posting the code for this?
i do know how to code and shit, but i do not know anything about locks :S
Code:
lock (UserList)
UserList.Add(User);
Session.GetHabbo().OnEnterRoom(Id);
Like that?
Re: uberEmulator - Stabilized
Does anyone know how to make a user talk during a command?
Re: uberEmulator - Stabilized
Re: uberEmulator - Stabilized
Re: uberEmulator - Stabilized