diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 17:31:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 17:31:54 -0300 |
commit | 4d1f310db3997823b31d06e9e18b6ffd07dbe2df (patch) | |
tree | b82a32e2d62a0d8eebe20d35c647d649ad48d701 /npc/002-4/elmo.txt | |
parent | 5f0a7baaabde77a7f94314c2c2623a5ff14891ae (diff) | |
download | serverdata-4d1f310db3997823b31d06e9e18b6ffd07dbe2df.tar.gz serverdata-4d1f310db3997823b31d06e9e18b6ffd07dbe2df.tar.bz2 serverdata-4d1f310db3997823b31d06e9e18b6ffd07dbe2df.tar.xz serverdata-4d1f310db3997823b31d06e9e18b6ffd07dbe2df.zip |
Make first priority more clear on Elmo
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 18 |
1 files changed, 13 insertions, 5 deletions
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 |