From 2fdbb5580e1055068bca1501e9f6b1fe9f93cb5c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Jul 2018 16:45:52 -0300 Subject: Doctor will ask for HastePotion instead of Sewer Water --- npc/017-3/doctor.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt index e38df4961..cd1ac3a64 100644 --- a/npc/017-3/doctor.txt +++ b/npc/017-3/doctor.txt @@ -50,7 +50,7 @@ L_IntroSpecify: mesc l("@@/150 @@", countitem(GambogeHerb), getitemlink(GambogeHerb)); mesc l("@@/100 @@", countitem(AlizarinHerb), getitemlink(AlizarinHerb)); mesc l("@@/50 @@", countitem(ShadowHerb), getitemlink(ShadowHerb)); - mesc l("@@/10 @@", countitem(BottleOfSewerWater), getitemlink(BottleOfSewerWater)); + mesc l("@@/10 @@", countitem(HastePotion), getitemlink(HastePotion)); menu l("That shouldn't been too hard, but do I get something in return?"), L_IntroReward, l("O.o \"That's a lot. Maybe another day.\""), -; @@ -76,7 +76,7 @@ L_Check: mesc l("@@/150 @@", countitem(GambogeHerb), getitemlink(GambogeHerb)); mesc l("@@/100 @@", countitem(AlizarinHerb), getitemlink(AlizarinHerb)); mesc l("@@/50 @@", countitem(ShadowHerb), getitemlink(ShadowHerb)); - mesc l("@@/10 @@", countitem(BottleOfSewerWater), getitemlink(BottleOfSewerWater)); + mesc l("@@/10 @@", countitem(HastePotion), getitemlink(HastePotion)); next; if (askyesno() != ASK_YES) close; @@ -87,14 +87,14 @@ L_Check: countitem(GambogeHerb) < 150 || countitem(AlizarinHerb) < 100 || countitem(ShadowHerb) < 50 || - countitem(BottleOfSewerWater) < 10) + countitem(HastePotion) < 10) goto L_Missing; delitem MauveHerb, 150; delitem CobaltHerb, 150; delitem GambogeHerb, 150; delitem AlizarinHerb, 100; delitem ShadowHerb, 50; - delitem BottleOfSewerWater, 10; + delitem HastePotion, 10; getexp 7995, 0; setq LoFQuest_EPISODE, 2; getitem HerbalTea, 5; -- cgit v1.2.3-70-g09d2