Nice :)
This is a discussion on Habbo Emulator - Sit Command [r63] within the Habbo Releases forums, part of the Habbo Hotel category; Just wanted to release this for fun, took maybe 5 minutes to make it so enjoy. It will seat a ...
Just wanted to release this for fun, took maybe 5 minutes to make it so enjoy. It will seat a Habbo in any room. You can modify as need be for Uber.
Thought I would release this for the lols so have fun.
Screenshots
Code
Code:private static void cmd_sit() { TargetRoomUser = Session.GetHabbo().CurrentRoom.GetRoomUserByHabbo(Session.GetHabbo().Username); if (TargetRoomUser.Statusses.ContainsKey("sit") == false) { // Checks body position (ensures it is not diagonal). // @notes: // - Do not check head position as it swivels when Habbos talk in the room. if ((TargetRoomUser.RotBody % 2) == 0) { // Sets seated status. TargetRoomUser.Statusses.Add("sit", "1.0"); // Puts them on the ground level of the room. Comment out to have them 1 space above the ground. TargetRoomUser.Z = -0.5; } // Sends update to Habbo in-game. if (TargetRoomUser.Statusses.ContainsKey("sit") == true) { // Updates Habbo. BaalEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId).UpdateUserStatus(TargetRoomUser, true); Session.SendNotif("You are now seated."); } else { Session.SendNotif("You cannot be seated diagonally."); } } else { Session.SendNotif("You are already seated! Relax."); } }
Last edited by TheLongP; 23-06-12 at 06:15 PM. Reason: Enabled signatures.
Nice :)
Sorry for my bad English I'm from the Netherlands.
I'm Back bitch ;d
Arjanterheegde.nl | retrotop100.nl | topserverlist.nl | drabbo.nl
Love her
can you make it work on phoenix 3.7.4?
Workaround for the diagonal thing:
if ((TargetRoomUser.RotBody % 2) != 0)
TargetRoomUser.RotBody--;
else
{
....
}
Search on O.taku for Fix
Its with your VPS/Dedi settings, i tink.
[SIGPIC][/SIGPIC]
Not bad Jacob, can I expect more releases from you on here?
Take it easy,
- vLife
That I can help with. It has been a long time and I'm sure most have gotten over it, though no one at the time wanted to listen to reason.
Take it easy,
- vLife