Open up your RoomuserManager.csIs there a way to force ranks to have enable 102 when they join rooms?
much appriciated.
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
Ah, that was commented out. Cheers! xOpen up your RoomuserManager.cs
Search User.UpdateNeeded = true;
inside that .cs at the buttom of it add this.
Code:if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects) Session.GetHabbo().Effects().ApplyEffect(102);