Fixes for quest Path of Destiny Beginning (11024).
Contributed by CostyKiller.
This commit is contained in:
parent
18216eecf6
commit
0554180937
@ -4,5 +4,4 @@ If you have soulshot in your <font color="LEVEL">Inventory,</font> they <font co
|
||||
There also exist <font color="LEVEL">Spiritshots,</font> they <font color="LEVEL">increase the power of magic.</font> If you want your magic spells to be highly effective, use spiritshots.<br>
|
||||
Okey, consider Soulshots covered. Now you'll need <font color="LEVEL">buffs</font>... Have you heard of them?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-05.html">"Tell me about buffs".</Button>
|
||||
|
||||
</body></html>
|
@ -1,5 +1,4 @@
|
||||
<html><body>Tarti:<br>
|
||||
Have you defeated the Nasty Zombies and Nasty Zombie Lords?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-07.html">"Confirm".</Button>
|
||||
|
||||
</body></html>
|
@ -2,5 +2,4 @@
|
||||
Sometimes even death doesn't bring peace. That's horrible... Your training's going very well by the way. Contratulations.<br>
|
||||
I'think I'tell you about class change. Its's pretty simple even if you're doing it for the first time.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-08.html">"Learn More".</Button>
|
||||
|
||||
</body></html>
|
@ -1,8 +1,7 @@
|
||||
<html><body>Tarti:<br>
|
||||
To get stronger you need to change class.<br>
|
||||
Once you change class you'll be able to increase your knowledge and learn even more skills. You will learn to handle new weapons and get new abilities.<br>
|
||||
In order to change class, however, you nedd to gain a lot of power. Isee that the challenges you've faced have made you tougher and stronger.<br>
|
||||
In order to change class, however, you need to gain a lot of power. I see that the challenges you've faced have made you tougher and stronger.<br>
|
||||
Are you ready to change class?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h quest Q11024_PathOfDestinyBeginning 34505-09.html">"Nod".</Button>
|
||||
|
||||
</body></html>
|
@ -294,6 +294,10 @@ public class Q11024_PathOfDestinyBeginning extends Quest
|
||||
{
|
||||
htmltext = "34505-06.html";
|
||||
}
|
||||
else if (qs.isCond(8))
|
||||
{
|
||||
htmltext = "34505-08.html";
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SILVAN:
|
||||
@ -302,6 +306,10 @@ public class Q11024_PathOfDestinyBeginning extends Quest
|
||||
{
|
||||
htmltext = "33178-01.html";
|
||||
}
|
||||
else if (qs.isCond(5))
|
||||
{
|
||||
htmltext = "33178-05.html";
|
||||
}
|
||||
else if (qs.isCond(6))
|
||||
{
|
||||
htmltext = "33178-05.html";
|
||||
|
Loading…
Reference in New Issue
Block a user