Can you provide screenshots of what you're talking about?How do i find and remove the staff badge above the hear in Firewind Emu ?
AND
How do i update the navigator ingame ?
Version: 1.0.6
Can you provide screenshots of what you're talking about?
RoomUserManager.cs
I'm not on visual studio right now but I'll guess it.
It should say something along the lines of if(user has modtool) - use this effect.
Where it says if(has modtools) change it to if(Session.getHabbo().Rank => 3)
Sorry if this didnt make much sense, I'm not at home.
I am on visual studio now..
Open RoomUserManager.cs and find this code:
Change this to:Code:if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects) Session.GetHabbo().Effects().ApplyEffect(102);
Hope this helpedCode:if (Session.GetHabbo().Rank => 3 && !Session.GetHabbo().DisableForcedEffects) Session.GetHabbo().Effects().ApplyEffect(102);
I'm pretty sure Firewind isnt structured like this, but shouldnt be too different i supposeHope this is what you're looking for... I'm sure you can remove it rather than change it
Ngl I didn't even read what Emu it was... lolI'm pretty sure Firewind isnt structured like this, but shouldnt be too different i suppose