diff options
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 |