Habbo staff badge above head

anthonyy

Member
Dec 23, 2014
127
10
Hello, I've changed the habbo staff badge above my head to represent my hotel, but it's still showing up as "Habbo Staff"

- Replaced Staff.swf In My Production
- Purged Files On Cloudflare
- Rebooted Emulator (Plus)
- Cleared Cache

Is there something I'm Missing?
 

Attachments

  • Screenshot_21.png
    Screenshot_21.png
    9.8 KB · Views: 36

Haid

Member
Dec 20, 2011
363
448
The staff enable is inside the Habbo.swf -.-
No, no it's not.
Hi sorry i don't normally do this stuff, my developer is away for a while, so ye sorry i do not understand what u mean, if it helps i just deleted the old Staff.swf and put the new one in lol?
From the steps you've taken it should be updating the image fine, can you attach your staff.swf so I can see if the images have updated or whether it's a cache issue.
 
Last edited:

Xuxu

Member
Nov 21, 2016
295
59
Find this in the RoomUserManager:
Code:
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
                Session.GetHabbo().Effects().ApplyEffect(102);
Replace it with this:
Code:
if (Session.GetHabbo().Rank > 6 && !Session.GetHabbo().DisableForcedEffects)
                Session.GetHabbo().Effects().ApplyEffect(102);
Feel free to change the > 6 to whatever you please >= # <= # etc.
 

Users who are viewing this thread

Top