Adjustments for quest Proof of Valor (271).

Contributed by Iris.
This commit is contained in:
MobiusDevelopment
2020-07-20 04:06:18 +00:00
parent b6a3a340d1
commit 30eb70d951
12 changed files with 24 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<html><body>Praetorian Rukain:<br>
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.<br>
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!<br>
(Quest for Orc characters level 4 and above.)
(Quest for Orc characters level 4-8.)
</body></html>

View File

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

View File

@@ -1,5 +1,5 @@
<html><body>Praetorian Rukain:<br>
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.<br>
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!<br>
(Quest for Orc characters level 4 and above.)
(Quest for Orc characters level 4-8.)
</body></html>

View File

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

View File

@@ -1,5 +1,5 @@
<html><body>Praetorian Rukain:<br>
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.<br>
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!<br>
(Quest for Orc characters level 4 and above.)
(Quest for Orc characters level 4-8.)
</body></html>

View File

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

View File

@@ -1,5 +1,5 @@
<html><body>Praetorian Rukain:<br>
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.<br>
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!<br>
(Quest for Orc characters level 4 and above.)
(Quest for Orc characters level 4-8.)
</body></html>

View File

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

View File

@@ -1,5 +1,5 @@
<html><body>Praetorian Rukain:<br>
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.<br>
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!<br>
(Quest for Orc characters level 4 and above.)
(Quest for Orc characters level 4-8.)
</body></html>

View File

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

View File

@@ -1,5 +1,5 @@
<html><body>Praetorian Rukain:<br>
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.<br>
Hey! Are you glaring at me, kid? You look upset because I disregard you! If you feel offended, why don't you train harder!<br>
(Quest for Orc characters level 4 and above.)
(Quest for Orc characters level 4-8.)
</body></html>

View File

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