viewing paste Unknown #13861 | 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
//----------------------
// 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
Viewed 565 times, submitted by Guest.