diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm index 63408431bb..96e4de9c9d 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm @@ -1,5 +1,5 @@ Praetorian Rukain:
I can't stand newbies these days! They still smell like milk, but they think they're so great! If only I were not a praetorian, I would knock some of these saucy rascals down with one blow and perhaps get their wits going.
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!
-(Quest for Orc characters level 4 and above.) +(Quest for Orc characters level 4-8.) \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java index 1748f5c3be..8f91c99328 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java @@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest private static final int KASHA_WOLF = 20475; // Rewards private static final int HEALING_POTION = 1539; - private static final int NECKLACE_OF_VALOR = 49039; + private static final int NECKLACE_OF_VALOR = 1507; // Misc private static final int MIN_LVL = 4; + private static final int MAX_LEVEL = 8; public Q00271_ProofOfValor() { @@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest addTalkId(RUKAIN); addKillId(KASHA_WOLF); registerQuestItems(KASHA_WOLF_FANG); + addCondMaxLevel(MAX_LEVEL, "30577-02.htm"); } @Override diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm index 63408431bb..96e4de9c9d 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm @@ -1,5 +1,5 @@ Praetorian Rukain:
I can't stand newbies these days! They still smell like milk, but they think they're so great! If only I were not a praetorian, I would knock some of these saucy rascals down with one blow and perhaps get their wits going.
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!
-(Quest for Orc characters level 4 and above.) +(Quest for Orc characters level 4-8.) \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java index 1748f5c3be..8f91c99328 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java @@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest private static final int KASHA_WOLF = 20475; // Rewards private static final int HEALING_POTION = 1539; - private static final int NECKLACE_OF_VALOR = 49039; + private static final int NECKLACE_OF_VALOR = 1507; // Misc private static final int MIN_LVL = 4; + private static final int MAX_LEVEL = 8; public Q00271_ProofOfValor() { @@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest addTalkId(RUKAIN); addKillId(KASHA_WOLF); registerQuestItems(KASHA_WOLF_FANG); + addCondMaxLevel(MAX_LEVEL, "30577-02.htm"); } @Override diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm index 63408431bb..96e4de9c9d 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm @@ -1,5 +1,5 @@ Praetorian Rukain:
I can't stand newbies these days! They still smell like milk, but they think they're so great! If only I were not a praetorian, I would knock some of these saucy rascals down with one blow and perhaps get their wits going.
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!
-(Quest for Orc characters level 4 and above.) +(Quest for Orc characters level 4-8.) \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java index 1748f5c3be..8f91c99328 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java @@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest private static final int KASHA_WOLF = 20475; // Rewards private static final int HEALING_POTION = 1539; - private static final int NECKLACE_OF_VALOR = 49039; + private static final int NECKLACE_OF_VALOR = 1507; // Misc private static final int MIN_LVL = 4; + private static final int MAX_LEVEL = 8; public Q00271_ProofOfValor() { @@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest addTalkId(RUKAIN); addKillId(KASHA_WOLF); registerQuestItems(KASHA_WOLF_FANG); + addCondMaxLevel(MAX_LEVEL, "30577-02.htm"); } @Override diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm index 63408431bb..96e4de9c9d 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm @@ -1,5 +1,5 @@ Praetorian Rukain:
I can't stand newbies these days! They still smell like milk, but they think they're so great! If only I were not a praetorian, I would knock some of these saucy rascals down with one blow and perhaps get their wits going.
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!
-(Quest for Orc characters level 4 and above.) +(Quest for Orc characters level 4-8.) \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java index 1748f5c3be..8f91c99328 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java @@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest private static final int KASHA_WOLF = 20475; // Rewards private static final int HEALING_POTION = 1539; - private static final int NECKLACE_OF_VALOR = 49039; + private static final int NECKLACE_OF_VALOR = 1507; // Misc private static final int MIN_LVL = 4; + private static final int MAX_LEVEL = 8; public Q00271_ProofOfValor() { @@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest addTalkId(RUKAIN); addKillId(KASHA_WOLF); registerQuestItems(KASHA_WOLF_FANG); + addCondMaxLevel(MAX_LEVEL, "30577-02.htm"); } @Override diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm index 63408431bb..96e4de9c9d 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm @@ -1,5 +1,5 @@ Praetorian Rukain:
I can't stand newbies these days! They still smell like milk, but they think they're so great! If only I were not a praetorian, I would knock some of these saucy rascals down with one blow and perhaps get their wits going.
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!
-(Quest for Orc characters level 4 and above.) +(Quest for Orc characters level 4-8.) \ No newline at end of file diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java index 1748f5c3be..8f91c99328 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java @@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest private static final int KASHA_WOLF = 20475; // Rewards private static final int HEALING_POTION = 1539; - private static final int NECKLACE_OF_VALOR = 49039; + private static final int NECKLACE_OF_VALOR = 1507; // Misc private static final int MIN_LVL = 4; + private static final int MAX_LEVEL = 8; public Q00271_ProofOfValor() { @@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest addTalkId(RUKAIN); addKillId(KASHA_WOLF); registerQuestItems(KASHA_WOLF_FANG); + addCondMaxLevel(MAX_LEVEL, "30577-02.htm"); } @Override diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm index 63408431bb..96e4de9c9d 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/30577-02.htm @@ -1,5 +1,5 @@ Praetorian Rukain:
I can't stand newbies these days! They still smell like milk, but they think they're so great! If only I were not a praetorian, I would knock some of these saucy rascals down with one blow and perhaps get their wits going.
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!
-(Quest for Orc characters level 4 and above.) +(Quest for Orc characters level 4-8.) \ No newline at end of file diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java index 1748f5c3be..8f91c99328 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/quests/Q00271_ProofOfValor/Q00271_ProofOfValor.java @@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest private static final int KASHA_WOLF = 20475; // Rewards private static final int HEALING_POTION = 1539; - private static final int NECKLACE_OF_VALOR = 49039; + private static final int NECKLACE_OF_VALOR = 1507; // Misc private static final int MIN_LVL = 4; + private static final int MAX_LEVEL = 8; public Q00271_ProofOfValor() { @@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest addTalkId(RUKAIN); addKillId(KASHA_WOLF); registerQuestItems(KASHA_WOLF_FANG); + addCondMaxLevel(MAX_LEVEL, "30577-02.htm"); } @Override