|
@@ -34,6 +34,8 @@ command_symbol: @
|
|
// -> can do anything, except administration commands
|
|
// -> can do anything, except administration commands
|
|
// 99: Administrator
|
|
// 99: Administrator
|
|
// -> can do anything!
|
|
// -> can do anything!
|
|
|
|
+// 100: Disabled
|
|
|
|
+// -> Commands that aren't used
|
|
|
|
|
|
|
|
|
|
//--------------------------
|
|
//--------------------------
|
|
@@ -174,7 +176,7 @@ exall: 20
|
|
broadcast: 40
|
|
broadcast: 40
|
|
|
|
|
|
// Broadcast to the map you are on (1 command + /lb, /nlb).
|
|
// Broadcast to the map you are on (1 command + /lb, /nlb).
|
|
-local_broadcast: 40
|
|
|
|
|
|
+localbroadcast: 40
|
|
|
|
|
|
// Broadcast (with or without name).
|
|
// Broadcast (with or without name).
|
|
kami: 40
|
|
kami: 40
|
|
@@ -327,6 +329,11 @@ monster2: 50
|
|
// To get a peco to (un)ride for another player.
|
|
// To get a peco to (un)ride for another player.
|
|
charmountpeco: 50
|
|
charmountpeco: 50
|
|
|
|
|
|
|
|
+// ??
|
|
|
|
+monstersmall: 50
|
|
|
|
+
|
|
|
|
+// ??
|
|
|
|
+monsterbig: 50
|
|
|
|
|
|
//----------------
|
|
//----------------
|
|
// 60: GM commands
|
|
// 60: GM commands
|
|
@@ -656,6 +663,9 @@ sendprioritymail: 80
|
|
// Delete a message.
|
|
// Delete a message.
|
|
deletemail: 0
|
|
deletemail: 0
|
|
|
|
|
|
|
|
+//---------------------------------------------------------------
|
|
|
|
+// 100: Disabled commands
|
|
|
|
+gm: 100
|
|
|
|
|
|
|
|
|
|
//---------------------
|
|
//---------------------
|