summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 21:19:25 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 21:19:25 -0300
commitb7502b059c12c51c63ade96f07df3d64cf9c6013 (patch)
tree28ae464dcd224d4dd8c093ffe4ecfa9ae6b14deb /npc/005-6
parent3038714d9c739da3f33c61935e1ba0858aebd71e (diff)
downloadserverdata-b7502b059c12c51c63ade96f07df3d64cf9c6013.tar.gz
serverdata-b7502b059c12c51c63ade96f07df3d64cf9c6013.tar.bz2
serverdata-b7502b059c12c51c63ade96f07df3d64cf9c6013.tar.xz
serverdata-b7502b059c12c51c63ade96f07df3d64cf9c6013.zip
Polish up the DARK INVOCATOR QUEST. Fully tested.
Just, uh... Don't ask me where to get Sulfur Powder, Iron Powder and/or Ash. =/
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/zitoni.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt
index 060df0577..2319e4c50 100644
--- a/npc/005-6/zitoni.txt
+++ b/npc/005-6/zitoni.txt
@@ -29,7 +29,7 @@ L_Menu:
l("Do you make any other kind of potions?"),
rif(.@q1 == 1 || .@q1 == 2, l("Can you help me with Everburn Powder? I need 5.")),
rif(.@q1 == 3 && countitem(DarkDesertMushroom) >= 1,l("Zarkor sent you this gift. He needs Everburn Powder.")),
- rif(.@q1 >= 4,l("Create Everburn Powder.")),
+ rif(.@q1 >= 4,l("I need some Everburn Powder.")),
lg("You are weird, I have to go sorry.");
mes "";
@@ -200,7 +200,7 @@ L_StrengthPotion:
L_DarkInv_Ever:
mesn;
- mesq l("...What? You want @@? Five of them?!");
+ mesq l("...What? You want @@? Five of them?!", getitemlink(EverburnPowder));
next;
mesn;
mesq l("You have no idea of how dangerous that item is! I can't simply do it!");
@@ -235,14 +235,14 @@ L_DarkInv_Powder:
mesq l("...And trust me, it'll take way more than just water to put the fire down.");
next;
mesn;
- mesq l("I will require 3000 GP, 1 @@, 1 @@ and 1 @@. Each.", getitemlink(IronPowder), getitemlink(SulfurPowder), getitemlink(PileOfAsh));
+ mesq l("I will require 3000 GP, 1 @@, 1 @@ and 1 @@, for a small handful of it.", getitemlink(IronPowder), getitemlink(SulfurPowder), getitemlink(PileOfAsh));
mes "";
select
l("I still don't have everything, but don't worry, I'll be back."),
l("I have everything here with me.");
mes "";
if (@menu == 1)
- close;
+ goto L_Quit;
if (countitem(IronPowder) < 1 ||
countitem(SulfurPowder) < 1 ||
countitem(PileOfAsh) < 1 ||