diff options
Diffstat (limited to 'doc/atcommands.txt')
-rw-r--r-- | doc/atcommands.txt | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index b455d9151..c909440a7 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -584,6 +584,12 @@ Opens the Identification window if any unappraised items are in your inventory. --------------------------------------- +@identifyall + +Identifies all unappraised items in your inventory. + +--------------------------------------- + @trade <player name> Opens the trade window with the specified player. @@ -692,9 +698,23 @@ Repairs all broken items in your inventory. --------------------------------------- -@dropall +@dropall {<item type>} + +Drops all items based on the item type. -Drops all inventory and equipped items onto the floor. +Valid item types: + -1 = All Items (default) + 0 = Healing Items + 2 = Useable Items + 3 = Etc Items + 4 = Weapons + 5 = Armors + 6 = Cards + 7 = Pet Eggs + 8 = Pet Armors + 10 = Ammunition Items + 11 = Delayed-Consumable Items + 18 = Cash Items --------------------------------------- @@ -1246,6 +1266,16 @@ Example: --------------------------------------- +@reloadnpc <path> + +Unloads all NPCs in a file and reload it again. +Note: Be aware that mapflags and monsters spawned directly are not removed. + +Example: +@reloadnpc npc/custom/jobmaster.txt + +--------------------------------------- + ===================== | 6. Party Commands | ===================== |