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!

Client Commands Description & Usage

Joined
Jun 5, 2009
Messages
959
Reaction score
236
I made a post previously releasing the client commands, this is an expansion on that. I've made a description for all of them and tested all of the commands. Some work and I can see obvious changes but others I wasn't sure about. There is no point in keeping these a secret so might as well release it for everyone's benefit.

Client Commands:
Code:
$goto {x, y} - Goes to the x and y specified. (Admin Level: 100)
$amblight {r, g, b} - Changes the global lighting to that of specified. (Admin Level: 100)
$fdel {Name} - Deletes a friend from your friend list. (Admin Level: 100)
$action - Opens the action window. (Admin Level: 100)
$go - Opens the option window. (Admin Level: 100)
$showchr - Makes your character visible to you. (Admin Level: 100)
$hidechr - Makes your character invisible to you. (Admin Level: 100)
$zoomrate {value} - Sets your zoom rate to the value specified (Admin Level: 100)
$zoommin {value} - Sets your minimum zoom distance to the value specified (Admin Level: 100)
$zoommax {value} - Sets your max zoom distance to the value specified (Admin Level: 100)
$ShopWin - Opens the item mall window (Admin Level: 100)
$effecton - Turns all effects on. (Admin Level: 100)
$effectoff - Turns all effects off. (Admin Level: 100)
$getpos - Gives your current coordinates. (Admin Level: 100)
$fogon - Turns fog on. (Admin Level: 100)
$fogoff - Turns fog off. (Admin Level: 100)
$BeautyShop - Opens the beauty shop interface. (Admin Level: 100)

I tested these and I am pretty sure they do something but I wasn't able to figure out what.
Code:
$dlighton - Turns some sort of lighting on? Not sure. (Admin Level: 100?)
$dlightoff - Turns some sort of lighting off? Not Sure. (Admin Level: 100?)
$SendDT - Does something, just don't know what. (Admin Level: 100?)
$onedaytime - Does something, just don't know what. (Admin Level: 100?)
$run15 - Does something, just don't know what. (Admin Level: 100?)
$ton - Does something, just don't know what. (Admin Level: 100?)
$toff - Does something, just don't know what. (Admin Level: 100?)
$timetest - Does something, just don't know what (Admin Level: 100?)
$time - Does something, just don't know what (Admin Level: 100?)

I wasn't able to figure out what all of these did or how to use them.
Code:
$GM - I think it brings up the GM window but I don't know which admin level you need or if you need parameters.
$atspeed - Don't know.
$contract - Don't know.
$friendship - Don't know.
$attack - Don't know.
$looting - Don't know.
$trade - Don't know.
$whisper - Don't know.
$stick - Don't know.
$assist - Don't know.
$autoron - Don't know.
$HPSton - Don't know.
$SPSton - Don't know.
$Ignore - Don't know.

These are the new commands which I think are on the official server last time I checked.
Code:
$note
$getdir
$showHP
$hideHP
$OpenKQ
$Decal
$rideon
$rideoff
$sound
$sndmin
$sndmax
$sndinfo
$pm
$vote

Also this is for the chat. You can change your chat colour when you roar, or your name.
Code:
{color, yellow, HI MY NAME IS}

Compiled List:
Code:
$goto {x, y}
$amblight {r, g, b}
$fdel {Name}
$action
$go
$showchr
$hidechr
$zoomrate {value}
$zoommin {value}
$zoommax {value}
$ShopWin
$effecton
$effectoff
$getpos
$fogon
$fogoff
$BeautyShop
$dlighton
$dlightoff
$SendDT
$onedaytime
$run15
$ton
$toff
$timetest
$time
$GM
$atspeed
$contract
$friendship
$attack
$looting
$trade
$whisper
$stick
$assist
$autoron
$HPSton
$SPSton
$Ignore
$note
$getdir
$showHP
$hideHP
$OpenKQ
$Decal
$rideon
$rideoff
$sound
$sndmin
$sndmax
$sndinfo
$pm
$vote

Feel free to contribute by providing descriptions for commands or explanations on what they do and how to use them.
 
Junior Spellweaver
Joined
May 19, 2013
Messages
132
Reaction score
3
so, maybe im just missing something, but when using, $zoommax (amount) it does nothing. im not able to zoom out further, or in further.
ive tried amounts from 1-99999

ie: $zoommax 1000 is there something else i need to do to use these $ commands?
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
I can't get the client commands to work at all for example

~ $hidechr wont work, on my client at all i do have 100 admin level. But i'm not able to use it
 
Back
Top