public bool AddAvatarToRoom(GameClient Session) if that's what you're looking for
1562271793
The "check if ambassador and if so, give that effect"-code was also in that method, I just editted it so I could leave the is_ambassador part out, and just use ranks in the emu
if...
Hi, I'm trying to edit some code in the emulator for my hotel. I wanted rank 4 to get the staff badge above their heads, so I made the emulator assign effect 102 to them and the staff-chatbubble. The same for the helpers, but then for the helper effect and the helper bubble.
After entering a...
Hi,
I'm creating a hotel (obvious). But when I want to edit something in the emulator the client doesn't start and is stuck on 76%. I have tried Habbo Emulator and there it worked. I have these lines in the emulator:
22:27:27 - [DEBUG] Handled Packet: [4000] GetClientVersionEvent
22:27:27 -...
This is a little late but if you still want to know:
1. Open the emulator sln file
2. Find the (if you use HabboEmulator: HabboStaticGameSettings.cs. If you use another one, look for something like that)
3. Ctrl + f and type “DefaultConditionWiredSelect”
4. Change the 5 to 15 in your case
You save the changes you made. Then look for HabboUi-folder>habbo>habbo.swf. Copy that and override the habbo.swf in you production file. Now clear cache and you’re done!
Hi,
I wanted to edit some stuff in the client like colors and heights, but when I save it I don't get to see the changes in my client. I used HabboUI. How can I connect the edited version of the habbo.swf in my client?
Thank you alreadyy!
1558821917
Nvm hahaha, i’m so stupid
I did some editting in the habbo.swf. Does that matter for the game? The thing I editted is the staffbadge above the avatar.
It is running on localhost btw
1558015332
I do see the release and mixed platforms, but I can’t find that third button. Is that one important or can I also do thing...
The emulator says:
[Debug] Handled Packet: [4000] GetClientVersionEvent
[Debug] Unhandled Packet: [3392] BODY:
Visual Studio says (Debug):
I changed the DisableDiagonalCommand.cs. And tried to edit the language of the message you receive when you are not the room-owner
Hai, i’m pretty new to creating hotels and I set up one (which i’m really proud off XD), but now I want to change some commands. I read about visual studio and debugging, so I tried to do that. Unfortunally, when I debug the emulator, the emulator doesn’t function. I obviously do something...