diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 74d99ab0c..505215c69 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -34,6 +34,8 @@ command_symbol: @ // -> can do anything, except administration commands // 99: Administrator // -> can do anything! +// 100: Disabled +// -> Commands that aren't used //-------------------------- @@ -174,7 +176,7 @@ exall: 20 broadcast: 40 // Broadcast to the map you are on (1 command + /lb, /nlb). -local_broadcast: 40 +localbroadcast: 40 // Broadcast (with or without name). kami: 40 @@ -327,6 +329,11 @@ monster2: 50 // To get a peco to (un)ride for another player. charmountpeco: 50 +// ?? +monstersmall: 50 + +// ?? +monsterbig: 50 //---------------- // 60: GM commands @@ -656,6 +663,9 @@ sendprioritymail: 80 // Delete a message. deletemail: 0 +//--------------------------------------------------------------- +// 100: Disabled commands +gm: 100 //--------------------- |