Fixed bosses not being immune to StoneWait (#7040)

- Bosses are now immune to StoneWait again (fixes #7037)
- Improved documentation on the bone_drop config (fixes #7026)
This commit is contained in:
Playtester 2022-06-18 13:25:51 +02:00 committed by GitHub
parent a05112b4a2
commit 08edcb5b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -155,8 +155,8 @@ friend_auto_add: yes
invite_request_check: yes
// Players' will drop a 'Skull' when killed?
// Note: The 'Skull' item (ID 7420) is trade restricted by default. Please check
// the item_trade database to adjust accordingly.
// Note: The 'Skull' item (ID 7420) is trade restricted by default. You need
// to remove the "NoTrade" flag on the item for this feature to work.
// 0 = Disabled
// 1 = Dropped only in PvP maps
// 2 = Dropped in all situations

View File

@ -82,6 +82,7 @@ Body:
Opt1: StoneWait
Flags:
SendOption: true
BossResist: true
StopAttacking: true
Fail:
Freeze: true

View File

@ -83,6 +83,7 @@ Body:
Opt1: StoneWait
Flags:
SendOption: true
BossResist: true
StopAttacking: true
Fail:
Whiteimprison: true