Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SERVICE] Custom Commands Database - Request/Post Here

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 4, 2009
Messages
165
Reaction score
5
Ok so ive been on ragezone for abit now and since awa500 thread is dead and he is no longer coding i have decided to make a new thread and code for people.

YOU SHOULD KNOW
I am not the best coder around but i know enough to start this service.

How do i request?
Please keep it in this format:
<Command>
<Server>
<What it does>

Heres an example
:hotelalert <message>
Dissi's TDbP
Sends a hotel alert to all users online with message.


I will be coding any request but there may be some i cannot code.
Here's a few i cannot.

Anything to do with guides.
Pets (Maybe)
SnowStorm
Wobble Squable

So please request and if i coded it please thank me.
 
Newbie Spellweaver
Joined
Jan 13, 2009
Messages
96
Reaction score
14
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

moonwalk dissi makes you walk backwards
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
165
Reaction score
5
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

moonwalk dissi makes you walk backwards

Moonwalk has already been release. In my Emulator and another emu nicknamed "Moon Emulator".
 
Newbie Spellweaver
Joined
Jan 13, 2009
Messages
96
Reaction score
14
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

Moonwalk has already been release. In my Emulator and another emu nicknamed "Moon Emulator".

nope the moon emulators download is broken :p and i havent seen anything other then that lol
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
165
Reaction score
5
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

nope the moon emulators download is broken :p and i havent seen anything other then that lol

Well the moonwalk command is a hard one to code as you need to add the functions in like changing the rotation so il find your Emulator, add it and give you the link.
Can you code battle ball 100% for dissi TDbP and also rollers?

Battleball has already been coded but not 100% and i think it is in Dissi's TDbP. I cant code rollers as i dont have the packets for it.
 
Newbie Spellweaver
Joined
Jan 13, 2009
Messages
96
Reaction score
14
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

Can you code battle ball 100% for dissi TDbP and also rollers?

LOL battleball isent a command either are rollers lmao
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
165
Reaction score
5
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

LOL battleball isent a command either are rollers lmao

Yeah but i am also coding stuff other than commands.
 
Newbie Spellweaver
Joined
Jan 13, 2009
Messages
96
Reaction score
14
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

ah i have a command for dissi

clone: <person> makes you look like that person :p
 
Joined
Feb 5, 2010
Messages
513
Reaction score
38
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

the moonwalk command is in my emu that moogly coded for me :) i might release it :)

---------- Post added at 12:14 PM ---------- Previous post was at 12:12 PM ----------

-Request-
Fly (makes your user high)
Super Speed (makes your user x2 faster then normal)

if you can make theses then woah ur good :)
 
Newbie Spellweaver
Joined
Apr 3, 2009
Messages
87
Reaction score
3
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

Dissi edit TDBP

commands :
:brb , makes users name eg. (BRB) Rich
:back , makes users name just eg. Rich
:strike <username> , after 4 strikes it bans user for 24 hours

thanks
also can you add me on msn :
Richieskater4394@hotmail.com

thanks
 
Newbie Spellweaver
Joined
May 6, 2007
Messages
32
Reaction score
0
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

Hay there, you're getting busy :p

:staffalert <message>
Sends all staffs a alert (staffs are rank 7, 6 and 5)
Dissi

Thanks!
 
I'm back!
Joined
Nov 29, 2008
Messages
526
Reaction score
95
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

Dissi edit TDBP

commands :
:brb , makes users name eg. (BRB) Rich
:back , makes users name just eg. Rich
:strike <username> , after 4 strikes it bans user for 24 hours

thanks
also can you add me on msn :
Richieskater4394@hotmail.com

thanks


:brb and :back are both already coded, do some searching for yourself for once ;)
 
Newbie Spellweaver
Joined
Apr 3, 2009
Messages
87
Reaction score
3
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

:brb and :back are both already coded, do some searching for yourself for once ;)

yes they are coded, but not for dissi, they error on dissi :) ok
 
I'm back!
Joined
Nov 29, 2008
Messages
526
Reaction score
95
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

yes they are coded, but not for dissi, they error on dissi :) ok

Well... You're wrong there...

They are only coded on Dissi's source :p
 
Newbie Spellweaver
Joined
Apr 3, 2009
Messages
87
Reaction score
3
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

#region
case "brb":
{
_Username = "(BRB) " + _Username;
refreshApperance(false, false, true);
break;
}
#endregion

error = Error 4 The name 'refreshApperance' does not exist in the current context C:\Documents and Settings\Administrator\Desktop\hab\Source\Virtual\Users\virtualUser.cs 4342 29 Holograph Emulator
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
165
Reaction score
5
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

the moonwalk command is in my emu that moogly coded for me :) i might release it :)

---------- Post added at 12:14 PM ---------- Previous post was at 12:12 PM ----------

-Request-
Fly (makes your user high)
Super Speed (makes your user x2 faster then normal)

if you can make theses then woah ur good :)

PHP:
                    #region :superspeed
                    case "superspeed":
                        {
                            statusManager.carryItem("puppettempo(600)");
                            break;
                        }
                    #endregion
And i dont get fly.
 
Last edited:
Junior Spellweaver
Joined
Mar 22, 2008
Messages
145
Reaction score
13
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

Nice, Release.
 
Newbie Spellweaver
Joined
Jul 28, 2009
Messages
35
Reaction score
1
Re: [SERVICE] Making Holograph Emulator commands [SERVICE]

:pet <user> <type> cat/dog/croc
Transforms the user to a pet
For Hebbo & Maarten's v36 emulator.
Thanks / Stoffe
 
Status
Not open for further replies.
Back
Top