[Service] Uber Custom Functions and Commands [Service]

Page 1 of 2 12 LastLast
Results 1 to 25 of 48
  1. #1
    Proficient Member swimoTheBig is offline
    MemberRank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    [Service] Uber Custom Functions and Commands [Service]

    Uber Functions & Commands Coding Service

    Sup, theres hardly any request threads for uber, so here is one :)

    I will try to complete all requests as soon as possible, but you must remember I do have a life.

    Request template:
    • Function/Command
    • Function/Command Name
    • Decription/Purpose
    What you cannot request here:
    • Holograph Functions
    • Holograph Commands
    • Commands/Functions that are already released


  2. #2
    Account Upgraded | Title Enabled! Grant is offline
    MemberRank
    Sep 2009 Join Date
    Scotland, UK.Location
    728Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    What's the point of this thread?

    95% of the time, they all die out.

  3. #3
    Proficient Member swimoTheBig is offline
    MemberRank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by Grant View Post
    What's the point of this thread?

    95% of the time, they all die out.
    To allow people who aren't so good at coding, or can't code atall, to get functions/commands they may want for their flash hotel.

  4. #4
    sexiess is a sin. Subway is offline
    MemberRank
    Jun 2010 Join Date
    2,491Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Lol didnt a guy just opened one of these like 5min ago..

    Anywayz goodluck Swimo..

  5. #5
    Proficient Member swimoTheBig is offline
    MemberRank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by davidon View Post
    Lol didnt a guy just opened one of these like 5min ago..

    Anywayz goodluck Swimo..
    That was holograph commands.

  6. #6
    sexiess is a sin. Subway is offline
    MemberRank
    Jun 2010 Join Date
    2,491Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    oh ok sorry, I want a command for Sun

    :clone x or :swap y
    admin and mods only.

    When you type this commands you can switch / clone the exact same clothes as the users your trying to clone with.

    For example :swap User103 and now you will be dressed just like that user.

  7. #7
    Member Im Legend is offline
    MemberRank
    Mar 2009 Join Date
    93Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    :dailycredits
    rank 1 3000 Credits
    //edit: VIPs geht 5000 Credits!!

    When you typie this command you get 300/50000 Credits. But its only every day avaiable, so if you do the command, you can do the command not until the day is over.

    For example :dailycredits and now you get 3000/5000 credits.
    If you try again you get an error message: "You already received your 3000 Credits for today, noob."
    Last edited by Im Legend; 12-02-11 at 07:38 PM.

  8. #8
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    I did a clone one, ill post it here

    PHP Code:
    case "clone":
                            {
                                if (
    Session.GetHabbo().Rank >= 7)
                                {
                                    
    TargetRoom UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
                                    {
                                        
    TargetRoomUser TargetRoom.GetRoomUserByHabbo(Session.GetHabbo().Id);
                                        
    TargetClient UberEnvironment.GetGame().GetClientManager().GetClientByHabbo(Params[1]);

                                        if (
    TargetRoomUser == null)
                                        {
                                            return 
    false;
                                        }

                                        if (
    Params[1] == null)
                                        {
                                            return 
    false;
                                        }

                                        if (
    TargetRoom == null)
                                        {
                                            return 
    false;
                                        }

                                        
    Session.GetHabbo().Look TargetClient.GetHabbo().Look;
                                        
    Session.GetMessageHandler().PrepareRoomForUser(Session.GetHabbo().CurrentRoomId"");
                                        return 
    true;
                                    }
                                }
                            }
                            return 
    false
    - Mike

  9. #9
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by MikeDavies View Post
    I did a clone one, ill post it here

    PHP Code:
    case "clone":
                            {
                                if (
    Session.GetHabbo().Rank >= 7)
                                {
                                    
    TargetRoom UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
                                    {
                                        
    TargetRoomUser TargetRoom.GetRoomUserByHabbo(Session.GetHabbo().Id);
                                        
    TargetClient UberEnvironment.GetGame().GetClientManager().GetClientByHabbo(Params[1]);

                                        if (
    TargetRoomUser == null)
                                        {
                                            return 
    false;
                                        }

                                        if (
    Params[1] == null)
                                        {
                                            return 
    false;
                                        }

                                        if (
    TargetRoom == null)
                                        {
                                            return 
    false;
                                        }

                                        
    Session.GetHabbo().Look TargetClient.GetHabbo().Look;
                                        [
    B]Session.GetMessageHandler().PrepareRoomForUser(Session.GetHabbo().CurrentRoomId"");[/B]
                                        return 
    true;
                                    }
                                }
                            }
                            return 
    false
    - Mike
    Why do that?
    If you found the voids for wardrobe If you define the user's look they will change on their own?

  10. #10
    Valued Member Landana is offline
    MemberRank
    Jul 2009 Join Date
    109Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Wired would be nice ;l

  11. #11
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Teleport like holograph;p

  12. #12
    Enthusiast Haxxo is offline
    MemberRank
    Dec 2010 Join Date
    40Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    :pet command for uber :3

  13. #13
    Proficient Member swimoTheBig is offline
    MemberRank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by Haxxo View Post
    :pet command for uber :3
    description and purpose?

  14. #14
    Demi-God tweeney is offline
    MemberRank
    Aug 2008 Join Date
    888Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    He means a Pet transformation code -
    Changes your avatar into a pet

  15. #15
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by Tr0ll.™ View Post
    Why do that?
    If you found the voids for wardrobe If you define the user's look they will change on their own?
    Yeah, but as this is just for admins...

    It just reloads the room they were in

  16. #16
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by MikeDavies View Post
    Yeah, but as this is just for admins...

    It just reloads the room they were in
    As i was saying, you don't need to reload the room..

    If you just define their look it invisi-poof on it's own.

  17. #17
    You can call me Monty :D GuikBretas is offline
    MemberRank
    Apr 2009 Join Date
    NorwayLocation
    332Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    • :teleport
    • :teleport on/off
    • Teleport the user for the selected Room Box

    • :globalbadge
    • :globalbadge <badge code>
    • Give a badge for all users online
    Last edited by GuikBretas; 13-02-11 at 12:01 AM.

  18. #18
    Enthusiast Inesperto is offline
    MemberRank
    Jun 2010 Join Date
    32Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    • :muteroom / :unmuteroom
    • Silence all round the room, only administrators can talk.

    • :badgeall <badge code>
    • Leave badge to all members of the 'Hotel. (Administrators Only)

    Thank you!

  19. #19
    Member icesurvivor is offline
    MemberRank
    Apr 2010 Join Date
    58Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by GuikBretas View Post
    • :teleport
    • :teleport on/off
    • Teleport the user for the selected Room Box

    • :globalbadge
    • :globalbadge <badge code>
    • Give a badge for all users online
    - There was already one released for Uber.
    http://forum.ragezone.com/5677220-post94.html

    [/CODE]
    - Would you like a php script for it? Because I have one.

  20. #20
    Account Upgraded | Title Enabled! simoneihg is offline
    MemberRank
    Dec 2010 Join Date
    PalermoLocation
    243Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    :manutenzione
    • :manutenzione/togli manutenzione
    • manutenzione=puts on maniteance the hotel/togli manutenzione=puts on the hotel

    • :daidistintivo a tutti
    • :dai distintivo a tutti <codice badge>
    • Give a badge for all users online

    • :update credits and pixel
    • :update
    • if you do this command 1 time, it will update credits ands pixels every 30 minutes

  21. #21
    V.I.P Member Beny. is offline
    MemberRank
    Aug 2009 Join Date
    536Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    :manutenzione
    • :manutenzione/togli manutenzione
    • manutenzione=puts on maniteance the hotel/togli manutenzione=puts on the hotel
    Here you go. Coded by me so may not be up to best standards.
    Code:
                  case "maintenance":
                            if (Session.GetHabbo().HasFuse("fuse_admin"))
                            {
                                if (Params[1] == "on")
                                {
                                    {
                                        string Notice = Input.Substring(3);
                                        ServerMessage HotelAlert = new ServerMessage(139);
                                        HotelAlert.AppendStringWithBreak("Message from management:\n SuperRP will is going offline for the night momentarily, We hope to see you back in the hotel soon.");
                                        UberEnvironment.GetGame().GetClientManager().BroadcastMessage(HotelAlert);
                                        using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient())
                                            dbClient.ExecuteQuery("UPDATE site_config SET maintenance = '1'");
    
                                        return true;
                                    }
                                }
                                if (Params[1] == "off")
                                {
                                    if (Session.GetHabbo().HasFuse("fuse_admin"))
                                    {
                                        string Notice = Input.Substring(3);
                                        ServerMessage HotelAlert = new ServerMessage(139);
                                        HotelAlert.AppendStringWithBreak("Message from management:\n SuperRP will is back online, We hope to see you having fun :D");
                                        UberEnvironment.GetGame().GetClientManager().BroadcastMessage(HotelAlert);
                                        using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient())
                                            dbClient.ExecuteQuery("UPDATE site_config SET maintenance = '0'");
                                        return true;
                                    }
    
                                    else
                                    {
                                        Session.SendNotif(Params[1] + " is not a valid code for the command\"maintenance\" !");
                                    }
                                }
                            }
                            else
                            {
                                Session.SendNotif("Error! Your not the right rank to do this!");
                            }
                            return false;
    P.S: code is ":maintenance on" or ":maintenance off"
    Last edited by Beny.; 15-02-11 at 07:03 PM.

  22. #22
    Member SkyHacker is offline
    MemberRank
    Feb 2007 Join Date
    79Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    :teleall

    Teleport all Online in your Room

    :pet 1 you are a Pet

    :setmax All User work ^^

  23. #23
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    Quote Originally Posted by SkyHacker View Post
    :teleall

    Teleport all Online in your Room

    :pet 1 you are a Pet

    :setmax All User work ^^
    No, Don't be a dumbass and kill your server.

  24. #24
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    :restart (It restarts the emu)

  25. #25
    Member SkyHacker is offline
    MemberRank
    Feb 2007 Join Date
    79Posts

    Re: [Service] Uber Custom Functions and Commands [Service]

    yes niCe :D OR

    :badgeall Code

    or

    :pixelall 9999

    or

    :roombadge

    :give id amount Username Furniture



    :teleport model change



Page 1 of 2 12 LastLast

Advertisement