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 | |
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
-rw-r--r-- | conf/atcommand_local.conf.example | 13 | ||||
-rw-r--r-- | conf/help.txt.example | 1 |
2 files changed, 9 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 diff --git a/conf/help.txt.example b/conf/help.txt.example index bcbbf563..c12b1a89 100644 --- a/conf/help.txt.example +++ b/conf/help.txt.example @@ -18,6 +18,7 @@ 60:@charitemlist <char name> - Displays all items of a player. 60:@charstoragelist <char name> - Displays all items of a player's storage. 60:@charcartlist <char name> - Displays all items of a player's cart. + 60:@ipcheck <char name> - Display all characters online from a characters IP address 99:@mapinfo [<0-3> [map]] - Give information about a map (general info +: 0: no more, 1: players, 2: NPC, 3: shops/chat). 99: 99:@guildspy <guild_name/id> - You will receive all messages of the guild channel |