Remove Staff Badge from Above Head Automatically

GuruGuru

Member
Dec 1, 2016
52
3
Hi for all staff members they automatically have the badge above their head, basically an auto-enabled :enable 102.

Any idea how to get rid of this? It's a bit obnoxious!

Thanks in advance :)
 

Liam

smooth and dynamic
Staff member
FindRetros Moderator
Apr 10, 2013
1,267
830
Say :forced_effects in-game then reload the client and it won't show anymore.
 
Last edited:

Velaski

winner
Aug 4, 2015
562
165
Go to RoomUserManager.cs and remove the code along the lines of:
PHP:
if(Session.GetHabbo().HasPermissions().Modtool)
Session.GetHabbo().Effects().ApplyEffect(102)
It should be somewhere near this, but I don't have visual studio open.
 

Users who are viewing this thread

Top