diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-05-18 00:53:57 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-05-18 22:16:11 +0800 |
commit | f909e40bbc8783139fd6ccfb6f7108206e81c601 (patch) | |
tree | db6a46ea15254b3b1a9c1bfb54107e25f15f84cf /doc/atcommands.txt | |
parent | 647a3d2513746a17636bea354ad5a56c1db853e1 (diff) | |
download | hercules-f909e40bbc8783139fd6ccfb6f7108206e81c601.tar.gz hercules-f909e40bbc8783139fd6ccfb6f7108206e81c601.tar.bz2 hercules-f909e40bbc8783139fd6ccfb6f7108206e81c601.tar.xz hercules-f909e40bbc8783139fd6ccfb6f7108206e81c601.zip |
Add new atcommand *reloadnpc
- `@reloadnpc <path>` - unloads all NPCs in a file and reload it again.
- Be aware that mapflags and monster spawned directly are not removed.
Diffstat (limited to 'doc/atcommands.txt')
-rw-r--r-- | doc/atcommands.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index dd8ad0969..4acc30ae6 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -1260,6 +1260,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 | ===================== |