diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-04.html b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-04.html index 2901b8f815..dd453104af 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-04.html +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-04.html @@ -4,5 +4,4 @@ If you have soulshot in your Inventory, they Spiritshots, they increase the power of magic. If you want your magic spells to be highly effective, use spiritshots.
Okey, consider Soulshots covered. Now you'll need buffs... Have you heard of them?
- \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-06.html b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-06.html index acbf69c825..8be8fad36c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-06.html +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-06.html @@ -1,5 +1,4 @@ Tarti:
Have you defeated the Nasty Zombies and Nasty Zombie Lords?
- \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-07.html b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-07.html index eecd5599bb..a6332f7d39 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-07.html +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-07.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.
I'think I'tell you about class change. Its's pretty simple even if you're doing it for the first time.
- \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-08.html b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-08.html index 0902b2f933..c7dad5ed0b 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-08.html +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/34505-08.html @@ -1,8 +1,7 @@ Tarti:
To get stronger you need to change class.
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.
-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.
+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.
Are you ready to change class?
- \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/Q11024_PathOfDestinyBeginning.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/Q11024_PathOfDestinyBeginning.java index 41e252b731..7c3718027b 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/Q11024_PathOfDestinyBeginning.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11024_PathOfDestinyBeginning/Q11024_PathOfDestinyBeginning.java @@ -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";