[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:
Quote:
- Function/Command
- Function/Command Name
- Decription/Purpose
What you cannot request here:
Quote:
- Holograph Functions
- Holograph Commands
- Commands/Functions that are already released
Re: [Service] Uber Custom Functions and Commands [Service]
What's the point of this thread?
95% of the time, they all die out.
Re: [Service] Uber Custom Functions and Commands [Service]
Quote:
Originally Posted by
Grant
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.
Re: [Service] Uber Custom Functions and Commands [Service]
Lol didnt a guy just opened one of these like 5min ago..
Anywayz goodluck Swimo..
Re: [Service] Uber Custom Functions and Commands [Service]
Quote:
Originally Posted by
davidon
Lol didnt a guy just opened one of these like 5min ago..
Anywayz goodluck Swimo..
That was holograph commands.
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.
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."
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
Re: [Service] Uber Custom Functions and Commands [Service]
Quote:
Originally Posted by
MikeDavies
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?
Re: [Service] Uber Custom Functions and Commands [Service]
Re: [Service] Uber Custom Functions and Commands [Service]
Teleport like holograph;p
Re: [Service] Uber Custom Functions and Commands [Service]
Re: [Service] Uber Custom Functions and Commands [Service]
Quote:
Originally Posted by
Haxxo
:pet command for uber :3
description and purpose?
Re: [Service] Uber Custom Functions and Commands [Service]
He means a Pet transformation code -
Changes your avatar into a pet
Re: [Service] Uber Custom Functions and Commands [Service]
Quote:
Originally Posted by
Tr0ll.™
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