PLUS EMU, Micro DB? Forced Enable For New/Old Users

Flukey

Officially the gratest alive!
Sep 17, 2018
105
18
Hello guys and girls,

#im wondering if there is a way to put a mass enable on for all users. so like when they register and load into the client they'll have an enable automatically above there head?

So like when they register, or the load into a client they'll have a automatic enable above there head?

thanks in advance.
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Could do, find in the Habbo.cs (I think) where the enable 102 is enabled for staff, it’ll say if they’ve got the permission mod_tool.

Edit the enable and change the permission to something every user has maybe?

Isn’t there a wired for this?

Is there an enable ID in the users table which could be edited?

Just off the top of my head, as I’m on my phone.
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
In the room user manager there is a method called where a user gets added into the room. Once their roomuser class is created you just say something like:

User.GetHabbo().Effects().GiveEffect(50)

That's not the exact code, probably not even the correct path - but its along those lines. Look at the :enable command to see how to access the users effect class
 

Users who are viewing this thread

Top