diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-09-21 14:18:53 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-09-21 14:23:10 -0400 |
commit | b5f7dfdee450a0cd90f15bfc1a6f7845b6060198 (patch) | |
tree | f514b3e9d914cb05f329890844f6c645387ebfdc /conf/atcommand_local.conf.example | |
parent | ae6e6a5fb1ca0fc8750203315283aaa02da07709 (diff) | |
download | serverdata-b5f7dfdee450a0cd90f15bfc1a6f7845b6060198.tar.gz serverdata-b5f7dfdee450a0cd90f15bfc1a6f7845b6060198.tar.bz2 serverdata-b5f7dfdee450a0cd90f15bfc1a6f7845b6060198.tar.xz serverdata-b5f7dfdee450a0cd90f15bfc1a6f7845b6060198.zip |
Some command level changes, giving GMs less power
Diffstat (limited to 'conf/atcommand_local.conf.example')
-rw-r--r-- | conf/atcommand_local.conf.example | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/conf/atcommand_local.conf.example b/conf/atcommand_local.conf.example index db127c60..b28b84fe 100644 --- a/conf/atcommand_local.conf.example +++ b/conf/atcommand_local.conf.example @@ -140,18 +140,6 @@ kamib: 60 // Shows Stats Of All Characters Online charstatsall: 60 -// Turns PVP (Person v. Person) off on a map. -pvpoff: 60 - -// Enables PVP on a map. -pvpon: 60 - -// Sets the speed you can walk/attack at. Default is 150. -speed: 60 - -// Kill all monsters in map (with drops) -killmonster: 60 - // Kill all monsters in map (without drops) killmonster2: 60 @@ -170,18 +158,12 @@ dropall: 60 // store all your items storeall: 60 -// allow other players to hit you out of pvp -killable: 60 - // look up a skill by name skillid: 60 // use a skill by id useskill: 60 -// make another player killable -charkillable: 60 - // Spawns a monster, and a certain amount spawn: 60 @@ -234,9 +216,6 @@ charsave: 60 // Kill another character without hitting them. kill: 60 -// Enable hitting a player even when not in pvp -killer: 60 - // Creates weapon of desired element. produce: 60 @@ -308,6 +287,28 @@ visible: 60 //---------------------- // 80: "eA Dev" + +// Turns PVP (Person v. Person) off on a map. +pvpoff: 80 + +// Enables PVP on a map. +pvpon: 80 + +// Sets the speed you can walk/attack at. Default is 150. +speed: 80 + +// Kill all monsters in map (with drops) +killmonster: 80 + +// make another player killable +charkillable: 80 + +// Enable hitting a player even when not in pvp +killer: 80 + +// allow other players to hit you out of pvp +killable: 80 + // set magic properties on a char setmagic: 80 |