GTE Edit (Extra commands + Development by the community)
Hello,
I have a new Goldtree Emulator edit for you guys.
It is not a huge release but it helps the community.
Code:
Whats new?
The new commands you need in the client:
: hadday - all moves are being switched
: hoofddraai - Let your head spin
: baby - Transform baby
: brb - For when you go brb
: afk -For if you're a little absent
: bew -If you're back
: zwaard 1 / m 4 - You get a laser sword
; sign 1 t / m 10 - A sign in your hand
: Gangnam - Do the Gangnam style!
: ice - Get an ice pack over you
: jump - Tasty jump
: duck - Change in a duck
: love - Get hearts above your head
Yea, the emulator is dutch. You can take the nice commands what you want and put it in your emulator if you like! :')
Some nice screens:
https://forum.ragezone.com/cache.php...%2FYoir9OV.png
https://forum.ragezone.com/cache.php...%2FiVpmrlU.png
https://forum.ragezone.com/cache.php...%2Fz3sirBi.png
I will try to add more commands, it will be nice if people also share there GTE commands with Ragezone to help the community.
Download link: https://mega.co.nz/#!d5wGCTyK!da8XqE...BhsegnIOXeZFgw
Credits to: MrSkype
Bye':ott1:
Vimsoration
Re: GTE Edit (Extra commands + Development by the community)
Hi, great release does the wired all work on this?
Re: GTE Edit (Extra commands + Development by the community)
Quote:
Originally Posted by
TardisHotel
Hi, great release does the wired all work on this?
Yes, everything is functioning properly.
Re: GTE Edit (Extra commands + Development by the community)
Re: GTE Edit (Extra commands + Development by the community)
Quote:
Originally Posted by
Murph Dev
You need to add cmd_about_name, cmd_koop_name and cmd_roominfo_name in your texts table.
If you can not add them self, i have a database for you where this is included: https://mega.co.nz/#!RwB3jYqT!g7pHac...UERvmGgFsSh9J4
Re: GTE Edit (Extra commands + Development by the community)
Good to see a GTE edit again but it just seems like you made commands that make users say ':enable <number>' which isn't anything spectacular and for the baby, might be a custom pet to transform to other than giving a huge range of pets for transforming.
Re: GTE Edit (Extra commands + Development by the community)
All these new commands are just effects and there is already a command for enabling effects.
Re: GTE Edit (Extra commands + Development by the community)
are there more improvements from your side else as the commands? :)
Could you make a list?
Re: GTE Edit (Extra commands + Development by the community)
Quote:
Originally Posted by
Scresho
are there more improvements from your side else as the commands? :)
Could you make a list?
Not really this is a thread for commands.
Little things are fixed: coins (credits) hack and roomname exploit.
Re: GTE Edit (Extra commands + Development by the community)
If someone can make this for GTE (goldtree emulator) it will be great. Many people want this command, so.. I tried programming it for 2 hours, but could not do it.
(This command :dropkick is official from Fresh-hotel.org (butterfly emulator) )
Chatcommandhandler.cs
Quote:
internal void dropkick()
{
if (Params.Length > 0)
{
Room Room = Session.GetHabbo().CurrentRoom;
RoomUser Me = Room.GetRoomUserManager().GetRoomUserByHabbo(Session.GetHabbo().Username);
RoomUser Rival = Room.GetRoomUserManager().GetRoomUserByHabbo(Params[1]);
if (Room == null || Me == null || Rival == null)
return;
if (Rival.GetClient().GetHabbo().CurrentRoomId == Session.GetHabbo().CurrentRoomId && (Rival.X == Me.X - 1) || (Rival.X == Me.X + 1) || (Rival.Y == Me.Y - 1) || (Rival.Y == Me.Y + 1))
{
Me.Chat(Session, "*Drop kicks " + Rival.GetClient().GetHabbo().Username + "*", true);
Rival.Statusses.Add("sit", "1.0");
Rival.UpdateNeeded = true;
}
}[
Rolemanager.cs
Quote:
this.dictionary_4.Add("dropkick", 145);
Screen for what dropkicks need to do: Screenshot by Lightshot
Thanks in advance, if you can make it for GTE.
Re: GTE Edit (Extra commands + Development by the community)
Re: GTE Edit (Extra commands + Development by the community)
Decided to remove. Sorry.
Re: GTE Edit (Extra commands + Development by the community)
Quote:
Originally Posted by
Kaneki
Good one :thumbup1:
Thanks, need some more people that can post there commands also here will helps everyone. :)
Quote:
Originally Posted by
Artless
Decided to remove. Sorry.
What do you mean?
Re: GTE Edit (Extra commands + Development by the community)
Can you list the wired furnis that are working in this release?
Re: GTE Edit (Extra commands + Development by the community)
Quote:
Originally Posted by
Konquer
Can you list the wired furnis that are working in this release?
The OP previously stated that all wired is functional. Please read the entire thread before posting.