Plus Emu Enables

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,531
hey guys, does anybody know how to make it so that a certain rank has an enable on? like for example i want rank 2 to have :enable 178 over their head when they come into a room ect
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Under RoomUserManager.cs

Find Method "AddAvatar" or something similiar.

In that method, after the user is fully created and added into the room:

If rank > 2
Apply effect
 
Last edited:

HarmonicRain

NextGenHabbo.com
Jun 27, 2012
177
163
In arcturus you can just add this to the permissions table, why not move to that instead? Has the ability to change pretty much everything all in the database. Even allows you to choose which enables users can't use.
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Yeah the code isn’t there. Search for 102 for a similar piece of code.

Copy that and make it so rank 2 gets the 178 enable, or use a permission etc.
 

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,531
Yeah the code isn’t there. Search for 102 for a similar piece of code.

Copy that and make it so rank 2 gets the 178 enable, or use a permission etc.
but the code in that has "ifhas_modtool" and my rank 2 doesn't?
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
I mean boon doesn't even have a camera, it isnt an essential feature ;)
You can choose to pay for whatever silly upgrades you wish. You could literally recode it into plus emu if you wished , the only thing they are doing is giving you access to upload the camera images to their server ... You could code it yourself and upload them to your own server.

Let's stay on topic , he's asking how to do 1 task in plus emu

RoomUserManager

public bool AddAvatarToRoom(GameClient Session)

At the bottom of this method, or after the user is actually added to the room

If ( Rank > 2 )
Give effect
 

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,531
You can choose to pay for whatever silly upgrades you wish. You could literally recode it into plus emu if you wished , the only thing they are doing is giving you access to upload the camera images to their server ... You could code it yourself and upload them to your own server.

Let's stay on topic , he's asking how to do 1 task in plus emu

RoomUserManager

public bool AddAvatarToRoom(GameClient Session)

At the bottom of this method, or after the user is actually added to the room

If ( Rank > 2 )
Give effect
ikr, i'm lowkey sick of people preaching other emus like fuck off not relevent
 
You can choose to pay for whatever silly upgrades you wish. You could literally recode it into plus emu if you wished , the only thing they are doing is giving you access to upload the camera images to their server ... You could code it yourself and upload them to your own server.

Let's stay on topic , he's asking how to do 1 task in plus emu

RoomUserManager

public bool AddAvatarToRoom(GameClient Session)

At the bottom of this method, or after the user is actually added to the room

If ( Rank > 2 )
Give effect
where abouts?
41ir3Jd.png
 

Users who are viewing this thread

Top