Minor tutorial quest improvement.

This commit is contained in:
MobiusDevelopment
2019-10-11 21:56:45 +00:00
parent c0dfd05e16
commit addc5586a9
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<html><body>Grand Master Roien:<br>
Welcome. I am Grand Master Roien, of Sedrick's Training Hall. This school was established by the renowned Paladin Sir Sedrick, famous for producing many competent Fighters..<br>
Did you get the Recommendation from the Newbie helper?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">"I brought the Recommendation."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">Go to the Newbie Guide</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Grand Magister Gallint:<br>
Welcome to my school of wizardry. It was founded by the famed alchemist Einhovant, and many excellent Wizards have been trained here.<br>
Have you brought a letter of Recommendation from the Newbie Helper?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">"I've brought the letter of Recommendation."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">Go to the Newbie Guide</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Hierarch Mitraell:<br>
I, the Hierarch of all Dark Elves offer you the blessings of the abyss. I am the prisoner of a magic seal, barely able to function, but I still manage to teach my students.<br>
Have you brought the Blood of Mitraell from the Newbie Helper?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">"I brought the Blood of Mitraell."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">Go to the Newbie Guide</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Nerupa:<br>
I am a proud warrior of the Arachne tribe. Long ago, I made a pact with the Mother Tree, and have protected this forest and young Elves for centuries.<br>
Have you brought a Leaf of the Mother Tree from the Newbie Helper?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">"I brought a Leaf of the Mother Tree."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">Go to the Newbie Guide</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Foreman Laferon:<br>
Pleased to meet you, my young friend! I'm foreman of this strip mine, and have trained many fine young Dwarves here.<br>
Have you gotten a mining license from the Newbie Helper?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">"I have a mining license."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">Go to the Newbie Guide</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Flame Guardian Vulkus:<br>
Tejakar Oroka! I am Flame Guardian Vulkus! My role is to teach the fighting spirit of Pa'agrio to young orcs!<br>
Did you get the Voucher of Flame from the Newbie Helper?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">"I brought the Voucher of Flame."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">Go to the Newbie Guide</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -3,6 +3,6 @@ I'm the leader of the Jin Kamaels, Elder Ragnir.<br>
You just awoke from the deep sleep and got the seal removed, so you might not remember me.<br>
The Jin Kamaels have free will and have even chosen to live in seclusion.<br>
Now is time to go out into the world. Did you finish the training with the Newbie Helper?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">"I am ready!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00255_Tutorial reward_2">Go to the Newbie Guide</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -203,7 +203,7 @@ public class Q00255_Tutorial extends Quest
giveItems(player, SOULSHOT_REWARD);
playTutorialVoice(player, "tutorial_voice_026");
}
// TODO: Check retail for html bellow.
// There is no html window.
// htmltext = (npc != null ? npc.getId() : player.getTarget().getId()) + "-3.html";
player.sendPacket(new TutorialShowQuestionMark(QUESTION_MARK_ID_3, 0));
player.teleToLocation(COMPLETE_LOCATION.get(player.getClassId().getId()));