From 22d73fdc47106aac108c8ecde788265229f0f187 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 21 Feb 2021 03:58:03 +0000 Subject: [PATCH] Nightshade third skill should be a debuff not heal. Contributed by Sahar. --- .../dist/game/data/ActionData.xml | 2 +- .../dist/game/data/PetSkillData.xml | 12 ++++----- .../dist/game/data/stats/npcs/14600-14699.xml | 24 +++++++++--------- .../game/data/stats/skills/50000-50099.xml | 25 +++++++++++++++++++ .../dist/game/data/xsd/PetSkillData.xsd | 2 +- .../gameserver/model/skills/AbnormalType.java | 1 + .../dist/game/data/ActionData.xml | 2 +- .../dist/game/data/PetSkillData.xml | 12 ++++----- .../dist/game/data/stats/npcs/14600-14699.xml | 24 +++++++++--------- .../game/data/stats/skills/50000-50099.xml | 25 +++++++++++++++++++ .../dist/game/data/xsd/PetSkillData.xsd | 2 +- .../gameserver/model/skills/AbnormalType.java | 1 + .../dist/game/data/ActionData.xml | 2 +- .../dist/game/data/PetSkillData.xml | 12 ++++----- .../dist/game/data/stats/npcs/14600-14699.xml | 24 +++++++++--------- .../game/data/stats/skills/50000-50099.xml | 25 +++++++++++++++++++ .../dist/game/data/xsd/PetSkillData.xsd | 2 +- .../gameserver/model/skills/AbnormalType.java | 1 + 18 files changed, 138 insertions(+), 60 deletions(-) diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/ActionData.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/ActionData.xml index 965751da7b..96408a9672 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/ActionData.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/ActionData.xml @@ -76,7 +76,7 @@ - + diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/PetSkillData.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/PetSkillData.xml index 493cd1a881..97dc2b6812 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/PetSkillData.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/PetSkillData.xml @@ -1215,37 +1215,37 @@ - + - + - + - + - + - + diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/npcs/14600-14699.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/npcs/14600-14699.xml index 3788289928..d3a47f81c0 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/npcs/14600-14699.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/npcs/14600-14699.xml @@ -789,7 +789,7 @@ - + @@ -822,7 +822,7 @@ - + @@ -842,7 +842,7 @@ - + @@ -875,7 +875,7 @@ - + @@ -895,7 +895,7 @@ - + @@ -928,7 +928,7 @@ - + @@ -948,7 +948,7 @@ - + @@ -981,7 +981,7 @@ - + @@ -1001,7 +1001,7 @@ - + @@ -1034,7 +1034,7 @@ - + @@ -1054,7 +1054,7 @@ - + - + diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/50000-50099.xml b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/50000-50099.xml index 17aafdf22e..a0e2518324 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/50000-50099.xml +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/stats/skills/50000-50099.xml @@ -1058,12 +1058,37 @@ + 5-12 + 200 icon.skill50094 A1 1 true 1000 5000 + 80 + 30 + + 1 + 2 + 3 + 4 + 5 + 6 + + 15 + DEBUFF_NIGHTSHADE2 + SELF + POINT_BLANK + NOT_FRIEND + + 77 + 79 + 81 + 83 + 84 + 84 + -1621 -1831 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/xsd/PetSkillData.xsd b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/xsd/PetSkillData.xsd index 651d0c50aa..25da9b2193 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/xsd/PetSkillData.xsd +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/xsd/PetSkillData.xsd @@ -7,7 +7,7 @@ - + diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java index 83cedeaca8..f4e016e0ce 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java @@ -272,6 +272,7 @@ public enum AbnormalType DANCE_OF_VAMPIRE(44), DANCE_OF_WARRIOR(45), DEBUFF_NIGHTSHADE(46), + DEBUFF_NIGHTSHADE2(10678), DEBUFF_SHIELD(47), DECREASE_WEIGHT_PENALTY(48), DERANGEMENT(49), diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/ActionData.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/ActionData.xml index 965751da7b..96408a9672 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/ActionData.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/ActionData.xml @@ -76,7 +76,7 @@ - + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/PetSkillData.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/PetSkillData.xml index 493cd1a881..97dc2b6812 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/PetSkillData.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/PetSkillData.xml @@ -1215,37 +1215,37 @@ - + - + - + - + - + - + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/14600-14699.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/14600-14699.xml index 3788289928..d3a47f81c0 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/14600-14699.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/14600-14699.xml @@ -789,7 +789,7 @@ - + @@ -822,7 +822,7 @@ - + @@ -842,7 +842,7 @@ - + @@ -875,7 +875,7 @@ - + @@ -895,7 +895,7 @@ - + @@ -928,7 +928,7 @@ - + @@ -948,7 +948,7 @@ - + @@ -981,7 +981,7 @@ - + @@ -1001,7 +1001,7 @@ - + @@ -1034,7 +1034,7 @@ - + @@ -1054,7 +1054,7 @@ - + - + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50000-50099.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50000-50099.xml index ab9e4f71e1..be911896ae 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50000-50099.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/skills/50000-50099.xml @@ -1058,12 +1058,37 @@ + 5-12 + 200 icon.skill50094 A1 1 true 1000 5000 + 80 + 30 + + 1 + 2 + 3 + 4 + 5 + 6 + + 15 + DEBUFF_NIGHTSHADE2 + SELF + POINT_BLANK + NOT_FRIEND + + 77 + 79 + 81 + 83 + 84 + 84 + -1621 -1831 diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/xsd/PetSkillData.xsd b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/xsd/PetSkillData.xsd index 651d0c50aa..25da9b2193 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/xsd/PetSkillData.xsd +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/xsd/PetSkillData.xsd @@ -7,7 +7,7 @@ - + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java index 83cedeaca8..f4e016e0ce 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/model/skills/AbnormalType.java @@ -272,6 +272,7 @@ public enum AbnormalType DANCE_OF_VAMPIRE(44), DANCE_OF_WARRIOR(45), DEBUFF_NIGHTSHADE(46), + DEBUFF_NIGHTSHADE2(10678), DEBUFF_SHIELD(47), DECREASE_WEIGHT_PENALTY(48), DERANGEMENT(49), diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/ActionData.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/ActionData.xml index 965751da7b..96408a9672 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/ActionData.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/ActionData.xml @@ -76,7 +76,7 @@ - + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PetSkillData.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PetSkillData.xml index 493cd1a881..97dc2b6812 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PetSkillData.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/PetSkillData.xml @@ -1215,37 +1215,37 @@ - + - + - + - + - + - + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/14600-14699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/14600-14699.xml index 3788289928..d3a47f81c0 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/14600-14699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/npcs/14600-14699.xml @@ -789,7 +789,7 @@ - + @@ -822,7 +822,7 @@ - + @@ -842,7 +842,7 @@ - + @@ -875,7 +875,7 @@ - + @@ -895,7 +895,7 @@ - + @@ -928,7 +928,7 @@ - + @@ -948,7 +948,7 @@ - + @@ -981,7 +981,7 @@ - + @@ -1001,7 +1001,7 @@ - + @@ -1034,7 +1034,7 @@ - + @@ -1054,7 +1054,7 @@ - + - + diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50000-50099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50000-50099.xml index 7935899c49..486806094e 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50000-50099.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50000-50099.xml @@ -1060,12 +1060,37 @@ + 5-12 + 200 icon.skill50094 A1 1 true 1000 5000 + 80 + 30 + + 1 + 2 + 3 + 4 + 5 + 6 + + 15 + DEBUFF_NIGHTSHADE2 + SELF + POINT_BLANK + NOT_FRIEND + + 77 + 79 + 81 + 83 + 84 + 84 + -1621 -1831 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/PetSkillData.xsd b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/PetSkillData.xsd index 651d0c50aa..25da9b2193 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/PetSkillData.xsd +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/PetSkillData.xsd @@ -7,7 +7,7 @@ - + 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 aedad74ef4..5fb6ab2754 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 @@ -276,6 +276,7 @@ public enum AbnormalType DANCE_OF_VAMPIRE(44), DANCE_OF_WARRIOR(45), DEBUFF_NIGHTSHADE(46), + DEBUFF_NIGHTSHADE2(10678), DEBUFF_SHIELD(47), DECREASE_WEIGHT_PENALTY(48), DERANGEMENT(49),