-
(Service) Habbo Commands (Service)
Okay, So as you all know the current command service has been
closed. So I am not trying to copy or follow I have gotten to the point where I am a good enough coder to contribute to the community. And I think we all can benefit off this service. So same things apply like the last service keep it in the format of -->
<Command>
<What is does>
<Version>
I am not doing Uber commands. Sorry
-
Re: (Service) Habbo Commands (Service)
Command: SmokeWeed
Does: Poofs your character and then says "Whoa, dats sum gud shit"
Version: v26
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
LMC
Command: SmokeWeed
Does: Poofs your character and then says "Whoa, dats sum gud shit"
Version: v26
Okay, I am just basing this off what you said.
#region
case "smokeweed":
{
Room.sendSaying(roomUser, "*Whoa, dats sum gud shit*"
refreshAppearance(true, true, true);
break;
}
#endregion
There now if you would like a more advanced one like make it have effects on you or anything else just tell me. :wink:
---------- Post added at 01:01 PM ---------- Previous post was at 01:00 PM ----------
Quote:
Originally Posted by
Adde
There is already a thread identicl with this service.. Why do u make another one? Aha, i see you want ur post to erase... Spammer...
Adde I am sorry you feel that way I clearly said in the post the other service has been closed. So take your comments else where if your going to call it a spam I am just trying to contribute to the community. K thanks :)
-
Re: (Service) Habbo Commands (Service)
Command = :brb
does = Makes username as *(BRB) Richie*
version = v26
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
richie4394
Command = :brb
does = Makes username as *(BRB) Richie*
version = v26
Okay your request was not very detailed but as I understand you want a command :brb and makes your mission brb then your username. And by the way RastaLulz already has that code in his emulator will someone please post it? and here you go if this is what you were looking for.
#region
case "brb":
{
_Mission = "*[BRB] + "_Username"*";
break;
}
#endregion
I am sorry if this isn't exactly what you wanted but you need to be very specific to me on what you want.
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
ReDoc
Okay your request was not very detailed but as I understand you want a command :brb and makes your mission brb then your username. And by the way RastaLulz already has that code in his emulator will someone please post it? and here you go if this is what you were looking for.
#region
case "brb":
{
_Mission = "*[BRB] + "_Username"*";
break;
}
#endregion
I am sorry if this isn't exactly what you wanted but you need to be very specific to me on what you want.
not the motto, i want it to change the username to (BRB) *username* not the motto
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
richie4394
not the motto, i want it to change the username to (BRB) *username* not the motto
I am sorry Richie but I don't exactly no for sure how to do it or if it is even possible I will definitely look into it and work on it though and get back with you as soon as possible.
-
Re: (Service) Habbo Commands (Service)
it was done on flexhotel :L
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
richie4394
it was done on flexhotel :L
Okay, well now that I know it is possible it is something I will work on. I am VERY sorry I cant get that right now.
-
Re: (Service) Habbo Commands (Service)
-
Re: (Service) Habbo Commands (Service)
Command: moonwalk
Does: Lets your user 'moonwalks'
Version: r54, uber (:
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
PEjump2
Command: moonwalk
Does: Lets your user 'moonwalks'
Version: r54, uber (:
Ok I will have to do some work on that haven't done much work with r54
-
Re: (Service) Habbo Commands (Service)
:shoot x Make sure you dont need enter the Username
Shoot other person
Holo: RP v26
-
Re: (Service) Habbo Commands (Service)
The BRB thing is the easiest thing ever...I would do it, I just don't have r26 on my computer.
-
Re: (Service) Habbo Commands (Service)
command - :teleport
Teleports a admin to a certain posotion
version - UberEmulator
HA HA, CAN YOU DO UBER? :p
-
Re: (Service) Habbo Commands (Service)
Emulator: Dissi's edit R26
Command: Sso ticket nuller
What it does: Nulls ur sso ticket before logging in. someon did it in the cms but that didn't work, so idk if it works in the emu?
Emulator: Dissi's edit R26
Command: :happyhour on/off
What it does: It puts the Rares catalogue_pages to rank 1 every friday night on 9pm and it refresh the cata too >;)
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
ReDoc
Okay your request was not very detailed but as I understand you want a command :brb and makes your mission brb then your username. And by the way RastaLulz already has that code in his emulator will someone please post it? and here you go if this is what you were looking for.
#region
case "brb":
{
_Mission = "*[BRB] + "_Username"*";
break;
}
#endregion
I am sorry if this isn't exactly what you wanted but you need to be very specific to me on what you want.
Firstly he wanted username not motto, secondly if you update their motto you need to poof or it won't update.
Your command should be:
Code:
#region
case "brb":
{
_Mission = "*[BRB] + "_Username"*";
refreshAppearance(true, true, true);
break;
}
#endregion
Note you don't need all the bools true only one of them but I haven't edited a v26 for a long time and can't think which is which.
-
Re: (Service) Habbo Commands (Service)
<Command> :invisible
<What is does> Like in old skool, make an admin invisible so nobody can see,
<Version> r53 uber
-
Re: (Service) Habbo Commands (Service)
Thats already coded. :spectator maybe? I remember me and matty fixed this before.
-
Re: (Service) Habbo Commands (Service)
[Command] -> :Teleport
[What it Does?] -> Teleport the Admin
[Version] -> r54/55/56/57 Uber
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
Eronisch
Emulator: Dissi's edit R26
Command: Sso ticket nuller
What it does: Nulls ur sso ticket before logging in. someon did it in the cms but that didn't work, so idk if it works in the emu?
Emulator: Dissi's edit R26
Command: :happyhour on/off
What it does: It puts the Rares catalogue_pages to rank 1 every friday night on 9pm and it refresh the cata too >;)
Yeah I have that command I will post it later. I used to have Happy Hour on my hotel. I will have to look for it though I got 200+ commands in my computer.
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
iJakey
Thats already coded. :spectator maybe? I remember me and matty fixed this before.
Do you mean the spectator BAR?
-
Re: (Service) Habbo Commands (Service)
Guys, this guy cant do Uber, so if you want anything Uber. Ill do it for you :)
-
Re: (Service) Habbo Commands (Service)
Mike, give me moonwalk command for uber :3
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
PEjump2
Mike, give me moonwalk command for uber :3
Moonwalk is hard due to the fact that the local user int does not support Moon = true or false
Ill work on it tho :)
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
MikeDavies
Guys, this guy cant do Uber, so if you want anything Uber. Ill do it for you :)
Thanks alot Mikey I have never worked with Uber in my life so I don't know its functions its nice to have someone helping me. :D
---------- Post added at 06:07 PM ---------- Previous post was at 06:02 PM ----------
Quote:
Originally Posted by
rajito
<Command> :invisible
<What is does> Like in old skool, make an admin invisible so nobody can see,
<Version> r53 uber
Thats not all that hard I don't do Uber but I think it is something like ---->
#region
case "invisible":
{
_Figure = ch_0.lg_0.sh_0.
refreshAppearance(true, true, true);
break;
}
#endregion
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
MikeDavies
Guys, this guy cant do Uber, so if you want anything Uber. Ill do it for you :)
Can you make the moonwalk for uber?
phoxyhabbo
-
Quote:
Originally Posted by
ReDoc
Originally Posted by rajito:
<Command> :invisible
<What is does> Like in old skool, make an admin invisible so nobody can see,
<Version> r53 uber
Thats not all that hard I don't do Uber but I think it is something like ---->
#region
case "invisible":
{
_Figure = ch_0.lg_0.sh_0.
refreshAppearance(true, true, true);
break;
}
#endregion
---------- Post added at 06:07 PM ---------- Previous post was at 06:02 PM ----------
Thats not all that hard I don't do Uber but I think it is something like ---->
#region
case "invisible":
{
_Figure = ch_0.lg_0.sh_0.
refreshAppearance(true, true, true);
break;
}
#endregion
Thanks i'll try it tomorrow. I've another command for uber.
Command. :teleport
What does it to: Send an admin to a point were they click (like in oldskool retro's)
Server: Uber Emu
Posted via Mobile Device
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
ReDoc
Okay, I am just basing this off what you said.
Code:
#region
case "smokeweed":
{
Room.sendSaying(roomUser, "*Whoa, dats sum gud shit*"
refreshAppearance(true, true, true);
break;
}
#endregion
first and formost,
please use the "code" bb code..
second you havent finished hte command
Here is a fixed one
Code:
#region weed.
case "smokeweed":
{
Room.sendSaying(roomUser, "*Whoa, dats sum gud shit*");
refreshAppearance(true, true, true);
break;
}
#endregion
you forgot to finish the sendSaying
-
Re: (Service) Habbo Commands (Service)
Command. :naked
What does it to: let the user get naked (all clothes off :p)
Server: Uber Emu
Command. :unnaked
What does it to: let the user get clothes on again
Server: Uber Emu
Command. :moonwalk
What does it to: you know what i mean:p
Server: Uber Emu
Posted via Mobile Device
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
Cobe
first and formost,
please use the "code" bb code..
second you havent finished hte command
Here is a fixed one
Code:
#region weed.
case "smokeweed":
{
Room.sendSaying(roomUser, "*Whoa, dats sum gud shit*");
refreshAppearance(true, true, true);
break;
}
#endregion
you forgot to finish the sendSaying
Aw my bad thanks Cobe :)
-
Re: (Service) Habbo Commands (Service)
Most Commands You Guys Asking Are In my Server Release ;p And The Invisible Was Released Long Ago Its Unstable And if i was you i would no use it when some one click you they dc it can make you dc and you cant talk
I Did Code One That People Can Click You And you Can Talk But it Has to Much Bits to it Like Virtualroom etc
Tip
When You Rekease A Command to make it look tidy Just Do [code] and then do
[/code
]
-
Re: (Service) Habbo Commands (Service)
Yeah when posting commands use: [code]cmd[/code]
:)
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
swimoTheBig
Yeah when posting commands use: [code]cmd[/code]
:)
Ok :D
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
cooldude159
:shoot x Make sure you dont need enter the Username
Shoot other person
Holo: RP v26
Code:
health_db = DB.runRead("SELECT health FROM users WHERE name = '" + Target._Username + "'");
str_db = DB.runRead("SELECT str FROM users WHERE name = '" + _Username + "'");
//turns str into an int
int str_mod = int.Parse(str_db);
//generates a random number
Random randNum = new Random();
int hit_dif_0 = randNum.Next(1, 1);
int hit_dif_1 = randNum.Next(1, 1);
//what a user hits
int strength = int.Parse(str_db);
int hit_max = (strength * 3) + 25;
int hit_min = (strength + 10);
int hit = randNum.Next(hit_min, hit_max);
DB.runQuery("UPDATE users SET health = health - '" + hit + "' WHERE name = '" + Target._Username + "'");
DB.runQuery("UPDATE users SET punches = punches+1 WHERE name = '" + _Username + "'");
health_db_ko = DB.runRead("SELECT health FROM users WHERE name = '" + Target._Username + "'");
int health_int = int.Parse(health_db_ko);
if (health_int < 1)
{
if (Target._isPet == true)
{
Target.roomUser.makeHuman();
}
Room.sendShout(roomUser, "*Shoots " + Target._Username + ", killing them.*", true);
Target.roomUser.walkLock = true; // Freeze the user
Target._Mission = "Under Rehabilitation";
Target.refreshAppearance(false, true, true);
DB.runQuery("UPDATE users SET dead = '1' WHERE name = '" + Target._Username + "'");
Target.sendData("D^" + "H" + Encoding.encodeVL64(3));
DB.runQuery("UPDATE users SET working = '0' WHERE name = '" + Target._Username + "'");
DB.runQuery("UPDATE users SET kills = kills+1 WHERE name = '" + _Username + "'");
}
else if (health_int > 1)
{
Room.sendShout(roomUser, "*Shoots " + args[1] + ", causing " + hit + " damage*", true);
}
CD = new Thread(new ThreadStart(this.subcooldown));
CD.Priority = ThreadPriority.BelowNormal;
CD.Start();
//if the user has 0 or less helth left
}
else if (_Cooldown == true)
{
Room.sendWhisper(roomUser, Sorry, "You cannot process this command at the moment");
}
}
}
}
else
{
Room.sendShout(roomUser, "*Shoots at " + args[1] + ", but misses*", false);
}
break;
}
#endregion
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
cooldude159
:shoot x Make sure you dont need enter the Username
Shoot other person
Holo: RP v26
The 'x' needs to be coded in via external_variables sir.
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
MikeDavies
Moonwalk is hard due to the fact that the local user int does not support Moon = true or false
Ill work on it tho :)
el-em-ay-oh (LMAO)
"Moon = true or false"? I hope you know "Moonwalking is WALKING BACKWARDS and not ON THE MOON" lul.
-
Re: (Service) Habbo Commands (Service)
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
1960s
el-em-ay-oh (LMAO)
"Moon = true or false"? I hope you know "Moonwalking is WALKING BACKWARDS and not ON THE MOON" lul.
His Not A Nub? If You Dont Know Uber Coding then Dont reply a stupid comment :?:
Redoc the Toll Command Is In the Old Command Thread Swimo Released it in there
-
Re: (Service) Habbo Commands (Service)
Lets see what the spammer/bumper has to offer. Service seems to be going great.
(Reason I said spammer is because you actually do)
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
1960s
el-em-ay-oh (LMAO)
"Moon = true or false"? I hope you know "Moonwalking is WALKING BACKWARDS and not ON THE MOON" lul.
Whats the point in posting if you dont understand
Why Uber doesnt support his YET is because it doesnt have in the RoomUser.cs
Moonwalk or Moon = true/false
And in Holograph it has got Moon = true/false
So learn to code and examine code. Asshole
-
Re: (Service) Habbo Commands (Service)
Hmm, ill try do any v26 TDBP as i got some free time
Xavi.
-
Re: (Service) Habbo Commands (Service)
Please can you post some command requests that are useful instead of the shit that makes your server really slow.
-
Re: (Service) Habbo Commands (Service)
:teleport
Teleports from a place to other
v26
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
MikeDavies
Whats the point in posting if you dont understand
Why Uber doesnt support his YET is because it doesnt have in the RoomUser.cs
Moonwalk or Moon = true/false
And in Holograph it has got Moon = true/false
So learn to code and examine code. Asshole
No you need to learn how to code,
Obviously the Moonwalk command doesnt have true/false in Holograph either
For all the movements you add a , 0 at the end.
and you edit the Rotation.cs so if Moon = activated they start walking backwards.
-
Re: (Service) Habbo Commands (Service)
< Command >: Freeze and Unfreeze
< What it Does? > Freeze a Habbo
< Version > Uber v55+
-
Re: (Service) Habbo Commands (Service)
I Dont think that was possible because there was some bug in uber
-
Re: (Service) Habbo Commands (Service)
<Command> :bot (botname) (bot desc) (bot saying)
<What is does> Adds a bot into the room infront of the user
<Version> v26 RP
<Command>:removebots
<What is does> Removes all bots from room
<Version> v26 RP
-
Re: (Service) Habbo Commands (Service)
Command : :drop
What it does: Drops 35 random furni in random empty spaces in the users room
and you can only use it 1 every 1 min,
Vers: V26
Command: :MassBuy (rank 3)
What it does: you type :mass buy 10 (max is 35) then when you go in to cata and buy a furni you get 10 of that item or what ever you wanted and it charges for that amount.
Also if you can Make a system where a user has a special page only for that user (im hoping to build a vip system like flex i.e cct upload ect. ) and when i release all my code i will Credit you.
-
Re: (Service) Habbo Commands (Service)
Command:Out of the way
Desc: Move other characters (hotel owners only)
Version: v26
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
No0b
Command:Out of the way
Desc: Move other characters (hotel owners only)
Version: v26
why??? basicly use push or teleport??..
-
Re: (Service) Habbo Commands (Service)
command> :giveroom <user>
what it does> gives a user the room you're currently in (switches room owners)
version> v36
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
Hailey
command> :giveroom <user>
what it does> gives a user the room you're currently in (switches room owners)
version> v36
TDBP:
Code:
#region :giveroom <name>
case "giveroom":
{
string owner;
using (DatabaseClient dbClient = Eucalypt.dbManager.GetClient())
{
owner = dbClient.getString("SELECT owner FROM rooms WHERE id = '" + _roomID + "'");
}
if (owner != _Username)
{
sendData("BK" + "You are not the room owner.");
}
else
{
virtualUser Target = userManager.getUser(args[1]);
Room.sendSaying(roomUser, "*Gives room to " + Target._Username + "*");
using (DatabaseClient dbClient = Eucalypt.dbManager.GetClient())
{
dbClient.runQuery("UPDATE rooms SET owner = '" + Target + "' WHERE id = '" + _roomID + "'");
}
}
break;
}
#endregion
NON-TDBP:
Code:
#region :giveroom <name>
case "giveroom":
{
string owner;
owner = DB.runRead("SELECT owner FROM rooms WHERE id = '" + _roomID + "'");
if (owner != _Username)
{
sendData("BK" + "You are not the room owner.");
}
else
{
virtualUser Target = userManager.getUser(args[1]);
Room.sendSaying(roomUser, "*Gives room to " + Target._Username + "*");
DB.runQuery("UPDATE rooms SET owner = '" + Target + "' WHERE id = '" + _roomID + "'");
}
break;
}
#endregion
:)
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
swimoTheBig
TDBP:
Code:
#region :giveroom <name>
case "giveroom":
{
string owner;
using (DatabaseClient dbClient = Eucalypt.dbManager.GetClient())
{
owner = dbClient.getString("SELECT owner FROM rooms WHERE id = '" + _roomID + "'");
}
if (owner != _Username)
{
sendData("BK" + "You are not the room owner.");
}
else
{
virtualUser Target = userManager.getUser(args[1]);
Room.sendSaying(roomUser, "*Gives room to " + Target._Username + "*");
using (DatabaseClient dbClient = Eucalypt.dbManager.GetClient())
{
dbClient.runQuery("UPDATE rooms SET owner = '" + Target + "' WHERE id = '" + _roomID + "'");
}
}
break;
}
#endregion
NON-TDBP:
Code:
#region :giveroom <name>
case "giveroom":
{
string owner;
owner = DB.runRead("SELECT owner FROM rooms WHERE id = '" + _roomID + "'");
if (owner != _Username)
{
sendData("BK" + "You are not the room owner.");
}
else
{
virtualUser Target = userManager.getUser(args[1]);
Room.sendSaying(roomUser, "*Gives room to " + Target._Username + "*");
DB.runQuery("UPDATE rooms SET owner = '" + Target + "' WHERE id = '" + _roomID + "'");
}
break;
}
#endregion
:)
thanks! :)
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
Hailey
thanks! :)
No Problem :).
-
Re: (Service) Habbo Commands (Service)
Command: :dark
Function: Makes the room walls black, like with the moodlight.
Version: TDbP
Command: :chat <on/off>
Function: Makes the chat in the entire hotel muted.
Version: TDbP
-
Re: (Service) Habbo Commands (Service)
Command: :invite <message>
Function: gives all users an message that says: an staff invited you! <Yourmessage> do you want to come? <YesNobuttons>.
If you click on yes the user follows you.
Version: V26
Posted via Mobile Device
-
Re: (Service) Habbo Commands (Service)
aha i have another one:)!
<Command> :teleport <username>
<What is does> teleports any user online to where you are (ADMIN only command)
<Version> v36 not rp O_O
Edit:
Here's another. im just coming up with a bunch off the top of my head ahaa im bored.
<command> :staffinfo <staff username>
<what it does> shows information of a staff member (join date, position, etc.)
<Version> v36 not rp O_o
if you make the template for this, ill fill it in because im gonna need a bunch lol.
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
Hailey
aha i have another one:)!
<Command> :teleport <username>
<What is does> teleports any user online to where you are (ADMIN only command)
<Version> v36 not rp O_O
Edit:
Here's another. im just coming up with a bunch off the top of my head ahaa im bored.
<command> :staffinfo <staff username>
<what it does> shows information of a staff member (join date, position, etc.)
<Version> v36 not rp O_o
if you make the template for this, ill fill it in because im gonna need a bunch lol.
Code:
#region :teleport <user>
case "teleport":
{
if (_Rank != 7)
{
return false;
}
else if (_Rank == 7)
{
virtualUser User = userManager.getUser(args[1]);
User.sendData("D^" + "H" + Encoding.encodeVL64(_roomID));
User.sendData("BK" + "An administrator has teleported you to them!");
Room.sendSaying(roomUser, "*Teleports " + User._Username + " to this room.*");
}
break;
}
#region :staffinfo <user>
case "staffinfo": // Generates a list of information about a certain virtual user
{
if (_Rank != 7)
{
return false;
}
else
{
virtualUser User = userManager.getUser(args[1]);
if (User._Rank != 6 || User._Rank != 7)
{
return false;
}
else
{
sendData("BK" + userManager.generateUserInfo(userManager.getUserID(args[1]), _Rank));
}
}
break;
}
#endregion
There ya go.
---------- Post added at 04:56 AM ---------- Previous post was at 04:55 AM ----------
Quote:
Originally Posted by
rajito
Command: :invite <message>
Function: gives all users an message that says: an staff invited you! <Yourmessage> do you want to come? <YesNobuttons>.
If you click on yes the user follows you.
Version: V26
Posted via Mobile Device
Do you mean like the yes and no on guide alert?
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
rajito
Command: :invite <message>
Function: gives all users an message that says: an staff invited you! <Yourmessage> do you want to come? <YesNobuttons>.
If you click on yes the user follows you.
Version: V26
Posted via Mobile Device
Oh, nice suggestion. I'll use it if somebody codes it.
-
Re: (Service) Habbo Commands (Service)
I dont know if this would be a command, But a Bot tool for phpretro? v26?
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
Jamal9717
I dont know if this would be a command, But a Bot tool for phpretro? v26?
Um it would not be a command. When a I get all these requests done I will work on it but I need you to be specific on where you want the bot tool located. My guess would be house keeping.
-
Re: (Service) Habbo Commands (Service)
<Command>:muteroom
<What is does>Mute everbody in this Room
<Version>R51 (or higher?) UberEMU
<Command>:nichtda
<What is does>User says "AFK" and her/his Motto chance to "Ich bin AFK"
<Version>R51 (or higher?) UberEMU
<Command>:zurueck
<What is does> User says "Zurück" and her/his Motto chance to her/his own one..
<Version>R51 (or higher?) UberEMU
Hope you can help me ;)
-
Re: (Service) Habbo Commands (Service)
Where the f is my command code I asked for awhile back lol
-
Re: (Service) Habbo Commands (Service)
Command: :rotm
Function: set all the current rooms in room_categorie 3 to room_categorie 0
Version: r26 dissi's edit
-
Re: (Service) Habbo Commands (Service)
what does tdbp actually mean?
-
Re: (Service) Habbo Commands (Service)
Total Database Pooling
I beleive it closes db connections when not needed.
While if Non-Total Database Pooling
It keeps the db connections open 24/7
-
Re: (Service) Habbo Commands (Service)
So non is better?
Posted via Mobile Device
-
Re: (Service) Habbo Commands (Service)
Non is better to code in,
TDBP is better stability
-
Re: (Service) Habbo Commands (Service)
Command: :rotm
Function: set all the current rooms in room_categorie 3 to room_categorie 0
Version: r26 dissi's edit
&
Command: :showhand <target>
Function: shows all the furni from the target in his hand in a alert. Like
<Target name> tid 1, tid 4 etc.
Version: r26 dissi's edit
-
Re: (Service) Habbo Commands (Service)
You guys do know My Service is open right?
-
Re: (Service) Habbo Commands (Service)
yes i'll think about an command &_&
---------- Post added at 08:48 PM ---------- Previous post was at 08:46 PM ----------
command: :invite <message>
effect: Send an message to all online users that says an admin invited you! <message> do you want to come? <yes-no-button> if they click on yes they will follow.
emu: v26
-
Re: (Service) Habbo Commands (Service)
Ha sorry guys I have had alot going on lately so I can not be as active but don't worry if I see your request I will code it. ;) Or check out Cobes thread hes very active. Thanks ;D
-
Re: (Service) Habbo Commands (Service)
Command: :afk
Function: she/he say "im away from keyboard right now"
Version: V48+(Über)
-
Re: (Service) Habbo Commands (Service)
My service is inactive at the moment will a Moderator please close it until further notice.
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
Kaan2106
<Command>:muteroom
<What is does>Mute everbody in this Room
<Version>R51 (or higher?) UberEMU
<Command>:nichtda
<What is does>User says "AFK" and her/his Motto chance to "Ich bin AFK"
<Version>R51 (or higher?) UberEMU
<Command>:zurueck
<What is does> User says "Zurück" and her/his Motto chance to her/his own one..
<Version>R60 | UberEMU
Hope you can help me ;)
... hmm, service closed?
-
Re: (Service) Habbo Commands (Service)
My service was open, but you guys ignored me
-
Re: (Service) Habbo Commands (Service)
hmm really?
--> sorry dude
-
Re: (Service) Habbo Commands (Service)
command-:duw
Push the other person
version-UberEMulator
-
Re: (Service) Habbo Commands (Service)
He isnt doing this anymore
seriously
-
Re: (Service) Habbo Commands (Service)
I always wondered would the :summon <user> command work for r55 uber emulator is it possible to code it
-
Re: (Service) Habbo Commands (Service)
me2 ^ and also why no one ever coded :roomshutup into uber servers, never seen it coded before :/
-
Re: (Service) Habbo Commands (Service)
command- :robot
Walk like a robot (moon walk)
Version - UberEmulator
-
Re: (Service) Habbo Commands (Service)
Are you making commands for r60+ Hotels?
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
SlowwRetro
command-:duw
Push the other person
version-UberEMulator
PHP Code:
#region Push / Duw
case "duw":
case "push":
{
if (Session.GetHabbo().Rank > 1)
{
RoomUser TargetRoomUser1;
TargetRoom = UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
if (TargetRoom == null || Params[1] == null)
{
return false;
}
TargetRoomUser = TargetRoom.GetRoomUserByHabbo(Params[1]);
if (TargetRoomUser == null)
{
return false;
}
TargetRoomUser1 = TargetRoom.GetRoomUserByHabbo(Session.GetHabbo().Id);
if (TargetRoomUser1 == null)
{
return false;
}
if ((TargetRoomUser.X == TargetRoomUser1.X - 1) || (TargetRoomUser.X == TargetRoomUser1.X + 1) || (TargetRoomUser.Y == TargetRoomUser1.Y - 1) || (TargetRoomUser.Y == TargetRoomUser1.Y + 1))
{
if (TargetRoomUser1.RotBody == 4)
{
TargetRoomUser.MoveTo(TargetRoomUser.X, TargetRoomUser.Y + 1);
}
if (TargetRoomUser1.RotBody == 0)
{
TargetRoomUser.MoveTo(TargetRoomUser.X, TargetRoomUser.Y - 1);
}
if (TargetRoomUser1.RotBody == 6)
{
TargetRoomUser.MoveTo(TargetRoomUser.X - 1, TargetRoomUser.Y);
}
if (TargetRoomUser1.RotBody == 2)
{
TargetRoomUser.MoveTo(TargetRoomUser.X + 1, TargetRoomUser.Y);
}
if (TargetRoomUser1.RotBody == 3)
{
TargetRoomUser.MoveTo(TargetRoomUser.X + 1, TargetRoomUser.Y);
TargetRoomUser.MoveTo(TargetRoomUser.X, TargetRoomUser.Y + 1);
}
if (TargetRoomUser1.RotBody == 1)
{
TargetRoomUser.MoveTo(TargetRoomUser.X + 1, TargetRoomUser.Y);
TargetRoomUser.MoveTo(TargetRoomUser.X, TargetRoomUser.Y - 1);
}
if (TargetRoomUser1.RotBody == 7)
{
TargetRoomUser.MoveTo(TargetRoomUser.X - 1, TargetRoomUser.Y);
TargetRoomUser.MoveTo(TargetRoomUser.X, TargetRoomUser.Y - 1);
}
if (TargetRoomUser1.RotBody == 5)
{
TargetRoomUser.MoveTo(TargetRoomUser.X - 1, TargetRoomUser.Y);
TargetRoomUser.MoveTo(TargetRoomUser.X, TargetRoomUser.Y + 1);
}
//TargetRoomUser.UpdateNeeded = true;
}
return true;
}
return false;
}
#endregion
---------- Post added at 08:05 AM ---------- Previous post was at 08:00 AM ----------
Quote:
Originally Posted by
Badbygger
me2 ^ and also why no one ever coded :roomshutup into uber servers, never seen it coded before :/
Quote:
Originally Posted by
Kaan2106
<Command>:muteroom<What is does>Mute everbody in this Room<Version>R51 (or higher?) UberEMU
PHP Code:
#region RoomShutUp / MuteRoom
case "roomshutup":
case "muteroom":
{
if (Session.GetHabbo().HasFuse("fuse_mute"))
{
TargetRoom = UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
if (TargetRoom == null)
{
return false;
}
string Msg = MergeParams(Params, 1);
foreach (RoomUser RoomUser in TargetRoom.UserList)
{
RoomUser.GetClient().GetHabbo().Mute();
RoomUser.GetClient().SendNotif("You are Muted!");
}
return true;
}
return false;
}
#endregion
-
Re: (Service) Habbo Commands (Service)
Hello could you do me this command?
<Command>:boom
<What is does>Activate the effect of fireworks furni.
<Version>R63 UberEMU
-
Re: (Service) Habbo Commands (Service)
coud you do this command?
<Command>:moonwalk
<What is does>Activate way that micheal jachson dance
<Version>UberEmu r62
-
Re: (Service) Habbo Commands (Service)
Quote:
Originally Posted by
simoneihg
coud you do this command?
<Command>:moonwalk
<What is does>Activate way that micheal jachson dance
<Version>UberEmu r62
http://forum.ragezone.com/f353/ubere...r-user-704203/
-
Re: (Service) Habbo Commands (Service)
<Command>:teleport
<What is does>Teleport Administrator ^^
<Version>UberEmu r62
-
Re: (Service) Habbo Commands (Service)
coud you do this command?
<Command>:alertutente
<What is does>Allerts only a username like :alertutente space user name
<Version>UberEmu r62
-
Re: (Service) Habbo Commands (Service)
Hey
<command> :x Pickall
<what it does> like you click on an item(must have more than one in the room) and type :x pickall and it picks all of that furni you have clicked.
<version> R63 UBER
Thanks.
-
Re: (Service) Habbo Commands (Service)
if you make more commands
<Command> :clear <username>
<What is does> It makes cleaning the inventory of the user
<Version> R63
<Command> :pet
<What is does> he make the staff to a pet
<Version> R63
sorry for my bad english ^^