diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-08-19 20:26:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-08-19 20:26:29 +0300 |
commit | ba7eef71e7c161c13be53f484261eb9b6f69f74d (patch) | |
tree | 01e07a53b1d14aa5be21373b5008b7a4b3316170 /server/gm | |
parent | 47126c81ddcc411263a551fdc5245d3b3d65ce24 (diff) | |
download | docs-ba7eef71e7c161c13be53f484261eb9b6f69f74d.tar.gz docs-ba7eef71e7c161c13be53f484261eb9b6f69f74d.tar.bz2 docs-ba7eef71e7c161c13be53f484261eb9b6f69f74d.tar.xz docs-ba7eef71e7c161c13be53f484261eb9b6f69f74d.zip |
Update from hercules
Diffstat (limited to 'server/gm')
-rw-r--r-- | server/gm/atcommands.txt | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/server/gm/atcommands.txt b/server/gm/atcommands.txt index dd8ad09..1392959 100644 --- a/server/gm/atcommands.txt +++ b/server/gm/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. @@ -672,17 +678,30 @@ Example: @refine <equip position> <+/- amount> Refines an equipped item by the specified amount. -0: All Equipment -1: Lower Headgear -2: Right Hand +-3: Refine All Equip (Shadow) +-2: Refine All Equip (Costume) +-1: Refine All Equip (General) +1: Headgear (Low) +2: Hand (Right) 4: Garment -8: Left Accessory +8: Accessory (Left) 16: Body Armor -32: Left Hand +32: Hand (Left) 64: Shoes -128: Right Accessory -256: Top Headgear -512: Mid Headgear +128: Accessory (Right) +256: Headgear (Top) +256: Headgear (Mid) +1024: Costume Headgear (Top) +2048: Costume Headgear (Mid) +4096: Costume Headgear (Low) +8192: Costume Garment +65536: Shadow Armor +131072: Shadow Weapon +262144: Shadow Shield +524288: Shadow Shoes +1048576: Shadow Accessory (Right) +2097152: Shadow Accessory (Left) +2097152: Shadow Accessory (Left) --------------------------------------- @@ -1260,6 +1279,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 | ===================== |