diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-27 04:52:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-30 04:39:52 +0300 |
commit | aa8466c0b83f12599305032df5c86b8ec59ae444 (patch) | |
tree | 1a006e6b1bfc5d710549f55af0493868ac333682 /doc/script_commands.txt | |
parent | 9519c40b00802dfb22070884820ab4a26d7c5ba5 (diff) | |
download | hercules-aa8466c0b83f12599305032df5c86b8ec59ae444.tar.gz hercules-aa8466c0b83f12599305032df5c86b8ec59ae444.tar.bz2 hercules-aa8466c0b83f12599305032df5c86b8ec59ae444.tar.xz hercules-aa8466c0b83f12599305032df5c86b8ec59ae444.zip |
Add monster spawn boss flag for miniboss: miniboss_monster
also fix boss_monster flag for works as mvp and not like mini boss.
unhide boss flag if hp bar disabled.
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 5c730106b..61392b3fc 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -189,6 +189,7 @@ There are two optional fields for monster size and AI. Size can be 0 Alternately, a monster spawned using 'boss_monster' instead of 'monster' is able to be detected on the map with the SC_CASH_BOSS_ALARM status (used by Convex Mirror, item ID# 12214). +A monster spawned using 'miniboss_monster' is spawn monster as mini boss view. ** NPC names |