From 3ef253b7e52158b7ac36c0552fe4fe9d06b1aa02 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:38:01 +0000 Subject: [PATCH] Boost attack and defence scrolls should stack with other buffs. --- .../dist/game/data/stats/skills/40200-40299.xml | 4 ++-- .../org/l2jmobius/gameserver/model/skills/AbnormalType.java | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40200-40299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40200-40299.xml index b095ff361c..936d51af11 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40200-40299.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40200-40299.xml @@ -99,7 +99,7 @@ 4 1200 - PA_UP + BOOST_ATTACK 1 94269 1000 @@ -139,7 +139,7 @@ 4 1200 - PD_UP + BOOST_DEFENCE 1 94271 1000 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java index 83cedeaca8..28f59a3d01 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java @@ -225,6 +225,8 @@ public enum AbnormalType SONG_WEAPON(-1), HEAL_RESISTANCE(-1), AVE_BROOCH(-1), + BOOST_ATTACK(-1), + BOOST_DEFENCE(-1), AB_HAWK_EYE(0), ALL_ATTACK_DOWN(1), ALL_ATTACK_UP(2),