diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 21:19:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 21:19:25 -0300 |
commit | b7502b059c12c51c63ade96f07df3d64cf9c6013 (patch) | |
tree | 28ae464dcd224d4dd8c093ffe4ecfa9ae6b14deb | |
parent | 3038714d9c739da3f33c61935e1ba0858aebd71e (diff) | |
download | serverdata-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. =/
-rw-r--r-- | npc/005-6/zitoni.txt | 8 | ||||
-rw-r--r-- | npc/007-1/zarkor.txt | 6 |
2 files changed, 7 insertions, 7 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 || diff --git a/npc/007-1/zarkor.txt b/npc/007-1/zarkor.txt index 5f328cde6..cba6f6e11 100644 --- a/npc/007-1/zarkor.txt +++ b/npc/007-1/zarkor.txt @@ -123,7 +123,7 @@ L_Price: mesq l("Well, you gave me the gems, so I trust you. Here, take this @@.", getitemlink(DarkDesertMushroom)); next; mesn "Zarkor, the Dark Summoner"; - mesq l("Take much care with it. It is very, very rare drop from a rare monster from a difficult, high level area."); + mesq l("Take much care with it. It is a very, very rare drop from a rare monster from a difficult, high level area."); next; mesn "Zarkor, the Dark Summoner"; mesq l("Deliver it to Zitoni on my name. He'll trust it. The relation between me and Zitoni... goes way back."); @@ -177,11 +177,11 @@ L_Ritual: mesq l("You... You killed my father during Nivalis siege! I'll make you pay for that!!"); next; mesn "MONSTER KING"; - mes col("You humans are too greedy... Just like me. I have more important things to do, other than waste time with you.", 1); + mes col("You humans are so greedy... Just like me. I have more important things to do, other than waste time with you.", 1); next; mesn "MONSTER KING"; mes col("Zarkor, fell a small taste of my power. That is nothing. If you can't handle that, you're not even near my lowest lieutenant.", 1); - mes col("And you got help from a kid, Zarkor? Luck is that kid, that I don't time to deal with them. Farewell.", 1); + mes col("And you got help from a kid, Zarkor? Lucky is that kid, that I don't time to deal with them. Farewell.", 1); next; specialeffect(312); mesn "Zarkor, the Dark Summoner"; |