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:
parent
a05112b4a2
commit
08edcb5b6b
@ -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
|
||||
|
@ -82,6 +82,7 @@ Body:
|
||||
Opt1: StoneWait
|
||||
Flags:
|
||||
SendOption: true
|
||||
BossResist: true
|
||||
StopAttacking: true
|
||||
Fail:
|
||||
Freeze: true
|
||||
|
@ -83,6 +83,7 @@ Body:
|
||||
Opt1: StoneWait
|
||||
Flags:
|
||||
SendOption: true
|
||||
BossResist: true
|
||||
StopAttacking: true
|
||||
Fail:
|
||||
Whiteimprison: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user