Adjustments for quest Proof of Valor (271).
Contributed by Iris.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Praetorian Rukain:<br>
|
<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>
|
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>
|
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>
|
</body></html>
|
@@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
private static final int KASHA_WOLF = 20475;
|
private static final int KASHA_WOLF = 20475;
|
||||||
// Rewards
|
// Rewards
|
||||||
private static final int HEALING_POTION = 1539;
|
private static final int HEALING_POTION = 1539;
|
||||||
private static final int NECKLACE_OF_VALOR = 49039;
|
private static final int NECKLACE_OF_VALOR = 1507;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LVL = 4;
|
private static final int MIN_LVL = 4;
|
||||||
|
private static final int MAX_LEVEL = 8;
|
||||||
|
|
||||||
public Q00271_ProofOfValor()
|
public Q00271_ProofOfValor()
|
||||||
{
|
{
|
||||||
@@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
addTalkId(RUKAIN);
|
addTalkId(RUKAIN);
|
||||||
addKillId(KASHA_WOLF);
|
addKillId(KASHA_WOLF);
|
||||||
registerQuestItems(KASHA_WOLF_FANG);
|
registerQuestItems(KASHA_WOLF_FANG);
|
||||||
|
addCondMaxLevel(MAX_LEVEL, "30577-02.htm");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Praetorian Rukain:<br>
|
<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>
|
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>
|
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>
|
</body></html>
|
@@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
private static final int KASHA_WOLF = 20475;
|
private static final int KASHA_WOLF = 20475;
|
||||||
// Rewards
|
// Rewards
|
||||||
private static final int HEALING_POTION = 1539;
|
private static final int HEALING_POTION = 1539;
|
||||||
private static final int NECKLACE_OF_VALOR = 49039;
|
private static final int NECKLACE_OF_VALOR = 1507;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LVL = 4;
|
private static final int MIN_LVL = 4;
|
||||||
|
private static final int MAX_LEVEL = 8;
|
||||||
|
|
||||||
public Q00271_ProofOfValor()
|
public Q00271_ProofOfValor()
|
||||||
{
|
{
|
||||||
@@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
addTalkId(RUKAIN);
|
addTalkId(RUKAIN);
|
||||||
addKillId(KASHA_WOLF);
|
addKillId(KASHA_WOLF);
|
||||||
registerQuestItems(KASHA_WOLF_FANG);
|
registerQuestItems(KASHA_WOLF_FANG);
|
||||||
|
addCondMaxLevel(MAX_LEVEL, "30577-02.htm");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Praetorian Rukain:<br>
|
<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>
|
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>
|
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>
|
</body></html>
|
@@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
private static final int KASHA_WOLF = 20475;
|
private static final int KASHA_WOLF = 20475;
|
||||||
// Rewards
|
// Rewards
|
||||||
private static final int HEALING_POTION = 1539;
|
private static final int HEALING_POTION = 1539;
|
||||||
private static final int NECKLACE_OF_VALOR = 49039;
|
private static final int NECKLACE_OF_VALOR = 1507;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LVL = 4;
|
private static final int MIN_LVL = 4;
|
||||||
|
private static final int MAX_LEVEL = 8;
|
||||||
|
|
||||||
public Q00271_ProofOfValor()
|
public Q00271_ProofOfValor()
|
||||||
{
|
{
|
||||||
@@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
addTalkId(RUKAIN);
|
addTalkId(RUKAIN);
|
||||||
addKillId(KASHA_WOLF);
|
addKillId(KASHA_WOLF);
|
||||||
registerQuestItems(KASHA_WOLF_FANG);
|
registerQuestItems(KASHA_WOLF_FANG);
|
||||||
|
addCondMaxLevel(MAX_LEVEL, "30577-02.htm");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Praetorian Rukain:<br>
|
<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>
|
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>
|
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>
|
</body></html>
|
@@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
private static final int KASHA_WOLF = 20475;
|
private static final int KASHA_WOLF = 20475;
|
||||||
// Rewards
|
// Rewards
|
||||||
private static final int HEALING_POTION = 1539;
|
private static final int HEALING_POTION = 1539;
|
||||||
private static final int NECKLACE_OF_VALOR = 49039;
|
private static final int NECKLACE_OF_VALOR = 1507;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LVL = 4;
|
private static final int MIN_LVL = 4;
|
||||||
|
private static final int MAX_LEVEL = 8;
|
||||||
|
|
||||||
public Q00271_ProofOfValor()
|
public Q00271_ProofOfValor()
|
||||||
{
|
{
|
||||||
@@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
addTalkId(RUKAIN);
|
addTalkId(RUKAIN);
|
||||||
addKillId(KASHA_WOLF);
|
addKillId(KASHA_WOLF);
|
||||||
registerQuestItems(KASHA_WOLF_FANG);
|
registerQuestItems(KASHA_WOLF_FANG);
|
||||||
|
addCondMaxLevel(MAX_LEVEL, "30577-02.htm");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Praetorian Rukain:<br>
|
<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>
|
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>
|
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>
|
</body></html>
|
@@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
private static final int KASHA_WOLF = 20475;
|
private static final int KASHA_WOLF = 20475;
|
||||||
// Rewards
|
// Rewards
|
||||||
private static final int HEALING_POTION = 1539;
|
private static final int HEALING_POTION = 1539;
|
||||||
private static final int NECKLACE_OF_VALOR = 49039;
|
private static final int NECKLACE_OF_VALOR = 1507;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LVL = 4;
|
private static final int MIN_LVL = 4;
|
||||||
|
private static final int MAX_LEVEL = 8;
|
||||||
|
|
||||||
public Q00271_ProofOfValor()
|
public Q00271_ProofOfValor()
|
||||||
{
|
{
|
||||||
@@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
addTalkId(RUKAIN);
|
addTalkId(RUKAIN);
|
||||||
addKillId(KASHA_WOLF);
|
addKillId(KASHA_WOLF);
|
||||||
registerQuestItems(KASHA_WOLF_FANG);
|
registerQuestItems(KASHA_WOLF_FANG);
|
||||||
|
addCondMaxLevel(MAX_LEVEL, "30577-02.htm");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Praetorian Rukain:<br>
|
<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>
|
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>
|
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>
|
</body></html>
|
@@ -38,9 +38,10 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
private static final int KASHA_WOLF = 20475;
|
private static final int KASHA_WOLF = 20475;
|
||||||
// Rewards
|
// Rewards
|
||||||
private static final int HEALING_POTION = 1539;
|
private static final int HEALING_POTION = 1539;
|
||||||
private static final int NECKLACE_OF_VALOR = 49039;
|
private static final int NECKLACE_OF_VALOR = 1507;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LVL = 4;
|
private static final int MIN_LVL = 4;
|
||||||
|
private static final int MAX_LEVEL = 8;
|
||||||
|
|
||||||
public Q00271_ProofOfValor()
|
public Q00271_ProofOfValor()
|
||||||
{
|
{
|
||||||
@@ -49,6 +50,7 @@ public class Q00271_ProofOfValor extends Quest
|
|||||||
addTalkId(RUKAIN);
|
addTalkId(RUKAIN);
|
||||||
addKillId(KASHA_WOLF);
|
addKillId(KASHA_WOLF);
|
||||||
registerQuestItems(KASHA_WOLF_FANG);
|
registerQuestItems(KASHA_WOLF_FANG);
|
||||||
|
addCondMaxLevel(MAX_LEVEL, "30577-02.htm");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user