From 4d1f310db3997823b31d06e9e18b6ffd07dbe2df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Mar 2018 17:31:54 -0300 Subject: Make first priority more clear on Elmo --- npc/002-4/elmo.txt | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'npc/002-4') diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index a789489af..4c661ea6e 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -20,6 +20,19 @@ mes ""; + // Valon Quest + .@q=getq(CandorQuest_Trainer); + if (.@q < 1) { + mes col("##BFirst and foremost, you should talk to Trainer, inside the big house.##b", 1); + mes l("Besides being able to train you, he is a walking encyclopedia - Ask him anything you are unsure about!"); + next; + mes l("To find him, just leave the ship and turn left. You should also touch the Soul Menhir when you leave this ship."); + mes l("The Soul Menhir will attach your soul, so when you die, you'll appear where you last touched it."); + close; + } else if (.@q < 12) { + mes l("- Inside the big house is someone who can train you. All experience is handy!"); + } + // Barrel Quest .@q=getq(CandorQuest_Barrel); if (.@q < 4) @@ -42,11 +55,6 @@ if (.@q < 2) mes l("- I overheard rumors about a festival. Maybe someone needs help with their figurine?"); - // Valon Quest - .@q=getq(CandorQuest_Trainer); - if (.@q < 12) - mes l("- Inside the big house is someone who can train you. All experience is handy!"); - close2; goodbye; end; // Just for good measure -- cgit v1.2.3-60-g2f50