You don't, they find you.Where would I find/get those?
:bubble (id) ? Dont forget to allow this command.Anyone have the command for chat colour for users?
No, not this.:bubble (id) ? Dont forget to allow this command.
Update headers n stuff, you can find on diff forums.Anyone have the command for chat colour for users?
Where is the default amount of respects (10) users get? Also, can I force users to have bubble 23 just like their effect is set to 102?
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool"))
Colour = 23;
Works great. Ta Craigin Habbo.cs search for 'int DailyRespects = 10;', also you'll see that moderators get 20. VIP/subscriptions is dynamic.
Yes, you'd just probably check it on the chat event in a similar fashion. In ChatEvent.cs & ShoutEvent.cs you'd do it just under where the colour is validated.
PHP:if (Session.GetHabbo().GetPermissions().HasRight("mod_tool")) Colour = 23;
I have no idea if 23 is staff only or not, been a while.
{
class AvailabilityStatusComposer : ServerPacket
{
public AvailabilityStatusComposer()
: base(ServerPacketHeader.AvailabilityStatusMessageComposer)
{
base.WriteBoolean(true);
base.WriteBoolean(false);
base.WriteBoolean(true);
}
}
}
I think the fix for that was posted months ago on the release. There are tons of fixed versions of this emulator not to mention Sledmore's upcoming release.Pickall exploit, wtf. Can make with tanji
Nah, it fixed, but atm you can pickall and fuck up rooms without room rights.Is that gnomes, or?
Nah, it founded up on our hotel, but atm you can pickall and fuck up rooms without room rights.
if (!Room.CheckRights(Session, true))
return;
Nope. ChekRights is true.I'm pretty sure that's impossible.
The PickAllCommand has the following:
PHP:if (!Room.CheckRights(Session, true)) return;
So that shouldn't be possible, unless you've modified it/CheckRights method.
LOL are you stupid.Nope. ChekRights is true.
New bug founded, maybe in db. So, when someone have VIP rank 2, they dont see catalogue, but rank 3 can show it.. Worked before.
"LOL are you stupid."LOL are you stupid.
It's not a bug, you've clearly changed the catalogue and made a boo boo.
You've probably set a child page min_rank as a higher rank than the parent page. iirc that stops sections showing at all."LOL are you stupid."
Yeah its not bug, im fucking bored now, but i dont changed the catalogue. So..