-
Re: [Service] Coding Emulator Commands
:paranormal
*Command Name
:Paranormal
*Emulator Name (and version if possible)
Butterfly R93
*Action
Makes you invisible, but you can see yourself, but no1 else can :)
*Client version (EXAMPLE: R63)
R63
Code this for me and I'll give you a brownie :)
http://farm5.staticflickr.com/4154/5...b20c86e7_z.jpg
-
Re: [Service] Coding Emulator Commands
*Emulator Name (and version if possible)
Butterfly r93
*Action
You walk into the pet's bed and you are the pet. (I saw the "command" if i can say that, in a v26 retro some years ago)
*Client version (EXAMPLE: R63)
R63
If you do that i will give you this
http://fc02.deviantart.net/fs39/f/20...MazdaTiger.jpg
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
Leon
z0mg u haz r67 ;ooo
r67 is the revision of the emulator (Build Number)
Also, Im only helping out on this thread to improve my coding skills, Didn't want to take your "customers".
Quote:
Originally Posted by
Lasse
*Emulator Name (and version if possible)
Butterfly r93
*Action
You walk into the pet's bed and you are the pet. (I saw the "command" if i can say that, in a v26 retro some years ago)
*Client version (EXAMPLE: R63)
R63
If you do that i will give you this
Some-image-here
This would be prety hard because you'd have to obstruct the pathfinder of the pet.. And then recode what happens when a pet walks. It'd be prety hard.
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
Lasse
*Emulator Name (and version if possible)
Butterfly r93
*Action
You walk into the pet's bed and you are the pet. (I saw the "command" if i can say that, in a v26 retro some years ago)
*Client version (EXAMPLE: R63)
R63
If you do that i will give you this
http://fc02.deviantart.net/fs39/f/20...MazdaTiger.jpg
Could be easy if a developer finds an easy way to do it... but otherwise it would not be worth the effort for a fancy command.
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
Huginho98
*Command Name:
:walk [User] [on/off]
*Emulator Name (and version if possible):
Uber Emulator
*Action:
You can control the User [User].
*Client version (EXAMPLE: R63):
R63
Isn't that :freeze ?
Or do you mean control where that user goes?
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
HopAndJump
Isn't that :freeze ?
Or do you mean control where that user goes?
No, Freeze stops the user from moving, this allows the Admin to control were the user walks, I guess the way to achieve this would be to teleport the user to the square the admin selects.
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
zJordan
No, Freeze stops the user from moving, this allows the Admin to control were the user walks, I guess the way to achieve this would be to teleport the user to the square the admin selects.
That isn't a good way of going about it. Phoenix has this feature (although added as a backdoor). When Aaron enables it, he basically is that user. He walks freely around as the selected user.
I think it'd be awesome if someone wrote this feature for Phoenix.
-
Re: [Service] Coding Emulator Commands
Can someone code now the :walk command for me? :P
-
Re: [Service] Coding Emulator Commands
*Command Name = :staffsummon
*Emulator Name = Butterfly
*Action = Summons all staff members to room.
*Client version = R63
------------------------------------------------
*Command Name = :roombot (Bot's name)
*Emulator Name = Butterfly
*Action = ''Summons'' bot to ur room.
*Client version = R63
-
Re: [Service] Coding Emulator Commands
Command name:
:hotelsummon
Emulator name:
Phoenix 3.8.0
Action:
Summons every one in the hotel!
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
Ken816
Code:
case "giveitem":
if (Session.GetHabbo().Rank >= 7)
{
TargetRoom = UberEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
TargetClient = UberEnvironment.GetGame().GetClientManager().GetClientByHabbo(Params[1]);
if (TargetRoom == null)
{
return false;
}
TargetRoomUser = TargetRoom.GetRoomUserByHabbo(TargetClient.GetHabbo().Id);
if (TargetRoomUser == null)
{
return false;
}
try
{
TargetRoomUser.CarryItem(int.Parse(Params[2]));
}
catch (Exception) { }
return true;
}
return true;
Dosen't works :S
-
Re: [Service] Coding Emulator Commands
I need the vip commands to uber emulator
:mimic
:push - already programmed
:flagme - already programmed
:pull
:moonwalk - already programmed
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
JoeyMolhoek
*Command Name
:Clientkick [NAME]
*Emulator Name (and version if possible)
Phoenix 3.8.0 Cracked
*Action
Kicks the persons From the client ( So he need to restart )
*Client version (EXAMPLE: R63)
R63
instead of naming it clientkick it can just be :disconnect, like phoenix has.
-
Re: [Service] Coding Emulator Commands
ok everyone i'm kinda new to adding custom commands where do you put them in which htdocs file >.<
-
Re: [Service] Coding Emulator Commands
Has OP given up already? This reminds me of something similar I once did...
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
AWA
Has OP given up already? This reminds me of something similar I once did...
Looks like it. xD
-
Re: [Service] Coding Emulator Commands
*Command Name
:copyclothes [name]
*Emulator Name (and version if possible)
NovaEmulator
*Action
Get the clothes of another user.
*Client version (EXAMPLE: R63)
R63
|------------ Other command ------------|
*Command Name
:attract [name]
*Emulator Name (and version if possible)
NovaEmulator
*Action
Attract other users.
*Client version (EXAMPLE: R63)
R63
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
Funixeh
http://i.imgur.com/gO3Cn.png
Ignore the roller effects in that image. Basically, it just makes the user go forward and go higher in the air. Maybe give the user a jetpack effect too, or something.
Already exists under the name :fly.
Quote:
Originally Posted by
AndresRmrz
I need the vip commands to uber emulator
:mimic
:push - already programmed
:flagme - already programmed
:pull
:moonwalk - already programmed
Look for it at Butterfly emulator.
-
Re: [Service] Coding Emulator Commands
Let me make this clear:
1. I aint coding commands for Phoenix...
2. Not coding commands that already exist // already exist in the emulator *EXP: ':clientklik' is just like 'disconnect'
3. I also am not coding commands that were already released on rz or any other website..
-
Re: [Service] Coding Emulator Commands
Are you able to create :sit for uber emulator for me? (Hang-glider, same stuff)
Just like phoenix, only for uber emu. Trying to make a small edit :P
(credits will be added when released)
-
Re: [Service] Coding Emulator Commands
Just coded a free command for UberEmu:
Quote:
case "free":
TargetRoomUser = TargetRoom.GetRoomUserByHabbo(Session.GetHabbo().Id);
int randomX = UberEnvironment.GetRandomNumber(0, TargetRoomUser.GetRoom().Model.MapSizeX);
int randomY = UberEnvironment.GetRandomNumber(0, TargetRoomUser.GetRoom().Model.MapSizeY);
TargetRoomUser.MoveTo(randomX, randomY);
return true;
-
Re: [Service] Coding Emulator Commands
*Command Name
:redeemcredits
*Emulator Name (and version if possible)
ButterflyEmulator r96c
*Action
Redeem all the 'Exchange' furni in the inventory
*Client version (EXAMPLE: R63)
R63
-
Re: [Service] Coding Emulator Commands
*Command Name : :refresh_items
*Emulator Name: Butterfly Emulator r96
*Action: Reload catalog items
*Client version: R63
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
Vrop93
Just coded a free command for UberEmu:
Is that like teleport or something?
-
Re: [Service] Coding Emulator Commands
Quote:
Originally Posted by
CookieMonst
Is that like teleport or something?
Yes it is.