viewing paste GM Commands | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
//----------------------
// 20: Mediator commands
 
// Displays helpfile in eAthena base directory (2 same commands).
help: 20,20
h: 20,20
help2: 20,20
h2: 20,20
 
// Warp yourself to a person (3 same commands + /shift).
jumpto: 20,20
goto: 20,20
warpto: 20,20
 
// Displays the motd file to all players
gmotd: 20,20
 
// Follow a player (including warping to them)
follow: 20,20
 
// Sends a request to all connected GMs (via the gm whisper system)
request: 0,20
 
// Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit").
kick: 20,20
 
// Changes your appearance.
model: 20,20
 
// To get a peco to (un)ride (2 same commands).
mountpeco: 20,20
mount: 20,20
 
// Returns list of logged in characters with their position (2 same commands).
who: 20,20
whois: 20,20
 
// Returns list of logged in characters with their job.
who2: 20,20
 
// Returns list of logged in characters with their party/guild.
who3: 20,20
 
// Returns list of logged in characters with their position in a specifical map.
whomap: 20,20
 
// Returns list of logged in characters with their job in a specifical map.
whomap2: 20,20
 
// Returns list of logged in characters with their party/guild in a specifical map.
whomap3: 20,20
 
// Displays GMs online. For those who are higher GM level than yourself,
// only the name is shown, for the rest, it displays the same info of
// @who+@who2+who3
whogm: 0,20
 
// Change your appearence to other players to a mob.
disguise: 20,20
 
// Restore your normal appearance.
undisguise: 20,20
 
// Displays the text as a normal message with the format "*name message*" 
// instead of "name : message" (Like the /me command in IRC)
me: 20,20
 
// Changes your name to your choice temporarily.
fakename: 20,20
 
// Changes your size.
size: 20,20
 
// Can command what other npcs (by name) can say.
npctalk: 20,20
npctalkc: 20,20
 
// Broadcast to the whole server. Using (1 command + /nb, /b).
broadcast: 20,40
 
// Broadcast to the map you are on (1 command + /lb, /nlb).
localbroadcast: 20,40
 
// Broadcast (with or without name)
kami: 20,40
// Same as kami but with blue color
kamib: 20,40
// Same as kami but you can choose the color (uses different packet)
kamic: 20,40
 
// Warps a character to you (1 command + /recall).
recall: 20,60
 
// To send specified character in jails
jail: 20,60
 
// To discharge a prisoner (2 same commands)
unjail: 20,60
discharge: 20,60
 
// Timed jailing
jailfor: 20,60
 
// Changes your job to one you specify (2 same commands).
job: 20,40
jobchange: 20,40
 
// Levels your character to specified level (adds to your level) (7 same commands).
blvl: 20,60
lvup: 20,60
blevel: 20,60
baselvl: 20,60
baselvup: 20,60
baselevel: 20,60
baselvlup: 20,60
 
// Raises your job level (6 same commands).
jlvl: 20,60
jlevel: 20,60
joblvl: 20,60
joblvup: 20,60
joblevel: 20,60
joblvlup: 20,60
 
Viewed 572 times, submitted by Guest.