diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-17 18:24:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-17 18:24:38 -0300 |
commit | f70e0a879232cc2645ddb6e53ea1634316aa92a8 (patch) | |
tree | 1b5e2e1889e55abaf41fc7dcd979ef12136b3a53 /npc/002-4/elmo.txt | |
parent | 1268a46c73ee0ffa618748794e2f02224e143d94 (diff) | |
download | serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.tar.gz serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.tar.bz2 serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.tar.xz serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.zip |
Update Elmo and Nard and stuff because Rosen new quest
(and try to correct some broken english, but that's a job for @demure not me)
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index fbf071842..2f7ea7037 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -67,6 +67,11 @@ L_Candor: if (.@q < 4) mes l("- There is a woman walking on the island, called Maya. Once she realises you're willing to help, she'll start paying well."); + // Rosen Quest + .@q=getq(CandorQuest_Rosen); + if (.@q < 3) + mes l("- The weapon seller, Rosen, wanted to help new players to improve their equipment."); + // Ship Quests .@q1=getq(ShipQuests_Dan); .@q2=getq(ShipQuests_ChefGado); @@ -78,7 +83,11 @@ L_Candor: // discounts, and how much work is left to do. Some points are easy/required to get (eg. Dan, Peter, HAS, etc.) close2; .@n=nard_reputation(); - if (.@n >= 11) + if (.@n >= 15) + npctalk3 l("Nard is truly amazed at you. I am impressed, too."); + else if (.@n >= 13) + npctalk3 l("Nard is amazed at you."); + else if (.@n >= 11) npctalk3 l("Nard is very impressed, you're really a hard worker. Congrats!"); else if (.@n >= 9) npctalk3 l("Nard is impressed, you're a hard worker."); |