diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-06 10:24:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-06 10:24:56 -0300 |
commit | cd1355d99c1d43ae80fb0df93c67150e58bc7b6c (patch) | |
tree | b906d850c13535be92fc94675e95d97e154cfb5e /npc/002-3 | |
parent | 25f8f0141c1db9c04fc19061a7048d003b38071d (diff) | |
download | serverdata-cd1355d99c1d43ae80fb0df93c67150e58bc7b6c.tar.gz serverdata-cd1355d99c1d43ae80fb0df93c67150e58bc7b6c.tar.bz2 serverdata-cd1355d99c1d43ae80fb0df93c67150e58bc7b6c.tar.xz serverdata-cd1355d99c1d43ae80fb0df93c67150e58bc7b6c.zip |
Mark Nylo quest on Elmo list
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/elmo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index ee27b912e..6a97c86c4 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -90,6 +90,11 @@ L_Candor: if (.@q < 3) mes l("- The weapon seller, Rosen, wanted to help new players to improve their equipment."); + // Nylo Quest + .@q=getq(CandorQuest_Marggo); + if (.@q < 1) + mes l("- The farmer Nylo, who loves beer, seems to be having troubles with his crops."); + // Ship Quests .@q1=getq(ShipQuests_Dan); .@q2=getq(ShipQuests_ChefGado); |