• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Nux for Plus Emulator!

Junior Spellweaver
Joined
Jun 16, 2016
Messages
119
Reaction score
41
Hey Ragezonerzzzz
I release now the Nux Stuff for Plus Emulator, its tested and works differently fine :)

RoomNuxAlertEvent.cs


https://pastebin.com/g3EshH3D


NuxAlertComposer.cs


https://pastebin.com/JBtFjcpk


MoveAvatarEvent.cs


https://pastebin.com/E3CEkMis


FindRandomFriendingRoomEvent.cs


https://pastebin.com/upcrnvu5


GameClient.cs



https://pastebin.com/USKg7E9c ( Near: PlusEnvironment.GetGame().GetRewardManager().CheckRewards(this)
Pepijntjuh - Nux for Plus Emulator! - RaGEZONE Forums



Habbo.cs



https://pastebin.com/E7dpvMyL (Near: private int _viprank)


Near VIPRank:
public bool NewUser

{
get { return this._NUX; }
set { this._NUX = value; }
}

a public bool Habbo( near vip_rank: bool Nux).

DB:


https://pastebin.com/Aen3NrS1

Credits to:
Some guys from a rival forum :)
 
Newbie Spellweaver
Joined
Nov 2, 2013
Messages
56
Reaction score
3
Re: [REL] Nux for Plus Emulator!

Great release! Could you provide some screenshot so I kinda get an idea about 'Nux' because I don't have any knowledge like what does it add for your hotel?
 
Junior Spellweaver
Joined
Jun 16, 2016
Messages
119
Reaction score
41
Re: [REL] Nux for Plus Emulator!

Great release! Could you provide some screenshot so I kinda get an idea about 'Nux' because I don't have any knowledge like what does it add for your hotel?
i dont have time to make n screenshot but its the same if u made an new account on habbo, you come in ur room
and then let it see some alerts with a toturial for noobs.
 
C# / Java Programmer
Joined
Jan 1, 2007
Messages
346
Reaction score
177
Re: [REL] Nux for Plus Emulator!

Great release! Could you provide some screenshot so I kinda get an idea about 'Nux' because I don't have any knowledge like what does it add for your hotel?

NUX stands for New User Experience. It's basically the tutorial mode, and the screen on first login that lets you change clothes/username.

I personally hate it but it's a good feature to have for hotels with a younger audience.

Great release, the code's pretty tidy too. I'm gonna work on adding this to Comet.
 
Newbie Spellweaver
Joined
Nov 2, 2013
Messages
56
Reaction score
3
Re: [REL] Nux for Plus Emulator!

NUX stands for New User Experience. It's basically the tutorial mode, and the screen on first login that lets you change clothes/username.

I personally hate it but it's a good feature to have for hotels with a younger audience.

Great release, the code's pretty tidy too. I'm gonna work on adding this to Comet.

Thanks for explaining, would love to see this in comet btw I use it so yeah
 
Banned
Banned
Joined
Jan 1, 2014
Messages
793
Reaction score
81
Re: [REL] Nux for Plus Emulator!

You probably missed some code to release, trust me.
 
Experienced Elementalist
Joined
Oct 12, 2012
Messages
260
Reaction score
37
Re: [REL] Nux for Plus Emulator!

ew, this can be coded much more simpler. I also believe you can add a few lines to your client.php and Nux will be added. But anyhow, good release.
 
Back
Top