Просмотр исходного кода

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)
Playtester 2 лет назад
Родитель
Сommit
08edcb5b6b
3 измененных файлов с 4 добавлено и 2 удалено
  1. 2 2
      conf/battle/player.conf
  2. 1 0
      db/pre-re/status.yml
  3. 1 0
      db/re/status.yml

+ 2 - 2
conf/battle/player.conf

@@ -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

+ 1 - 0
db/pre-re/status.yml

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

+ 1 - 0
db/re/status.yml

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