diff options
author | MadCamel <madcamel@gmail.com> | 2010-09-16 12:58:13 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-09-16 12:58:13 -0400 |
commit | 12c401dc9799f24513eff7cfb9cd9d5fbbd7f3a3 (patch) | |
tree | ea89546e23cebadbd9609fdca381a0eef412370f /conf/atcommand_local.conf.example | |
parent | fd6b63b357c3587450430f4acf70fdb52e8eb82c (diff) | |
download | serverdata-12c401dc9799f24513eff7cfb9cd9d5fbbd7f3a3.tar.gz serverdata-12c401dc9799f24513eff7cfb9cd9d5fbbd7f3a3.tar.bz2 serverdata-12c401dc9799f24513eff7cfb9cd9d5fbbd7f3a3.tar.xz serverdata-12c401dc9799f24513eff7cfb9cd9d5fbbd7f3a3.zip |
Added @ipcheck to help.txt and atcommand_local.conf example files.
Also cleaned up atcommand_local.conf a little and changed the default
for @produce to level 80
Diffstat (limited to 'conf/atcommand_local.conf.example')
-rw-r--r-- | conf/atcommand_local.conf.example | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/conf/atcommand_local.conf.example b/conf/atcommand_local.conf.example index 737c793e..0e87addc 100644 --- a/conf/atcommand_local.conf.example +++ b/conf/atcommand_local.conf.example @@ -163,8 +163,8 @@ killmonster: 60 // Kill all monsters in map (without drops) killmonster2: 60 -// drop all your items -dropall: 99 +// Check which characters are online from a characters IP address +ipcheck: 60 // store all your items storeall: 60 @@ -230,9 +230,6 @@ kill: 60 // Enable hitting a player even when not in pvp killer: 60 -// Creates weapon of desired element. -produce: 60 - // Warps a character to you recall: 60 @@ -361,6 +358,9 @@ idsearch: 80 // Creates an item of your choosing, either Item ID or Name (1 command + /item). item: 80 +// Creates weapon of desired element. +produce: 80 + // ?? itemcheck: 80 @@ -368,6 +368,9 @@ itemcheck: 80 //--------------------------- // 99: "Admin" +// drop all your items +dropall: 99 + // Enables GVG on a map (2 same commands). gvgon: 99 gpvpon: 99 |