diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-26 10:22:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-26 10:22:50 -0300 |
commit | 79b08bb646df54d55179cbc57c72dc23a6f209fc (patch) | |
tree | ba641c00217e90c65e90773906addaa9eb22aa5d /npc/012-7 | |
parent | 971470ec320b47e57d2b8d8385a04ba831ac1bb9 (diff) | |
download | serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.tar.gz serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.tar.bz2 serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.tar.xz serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.zip |
Move stuff around - Give Scythe after Hinnak, add Cotton Boots to last stage.
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/airlia.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index 8386c7f94..9025adf5b 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -33,10 +33,10 @@ L_Letter: mesq l("We're currently the biggest exporter of food. We may be a small town, but Tulimshar and Halinarzo can barely hold themselves."); next; mesn; - mesq l("Here, take this @@. This is the proof that you've helped Hurnscald greatly. This shall open new opportunities to you.", getitemlink(Scythe)); - inventoryplace Scythe, 1; + mesq l("Here, take this @@. This is the proof that you've helped Hurnscald greatly. This shall open new opportunities to you.", getitemlink(CottonBoots)); + inventoryplace CottonBoots, 1; setq HurnscaldQuest_Farmers, 5; - getitem Scythe, 1; + getitem CottonBoots, 1; getexp 0, 1000; close; |