From c51ed3e9f8f3cf9018a98f82e235a758408f59a5 Mon Sep 17 00:00:00 2001 From: Saulc Date: Tue, 28 Aug 2018 00:45:19 +0000 Subject: update Celestia.txt she ask for more Acorn and more Chocolate bar but give more exp. --- npc/012-7/celestia.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc') diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index 2d270899e..b952ab22e 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -104,9 +104,9 @@ L_TeaQuest: mesq l("But I can still make it without cookies, as long that you bring me some other sweeties."); next; mesn l("Item List"); - mes l("@@/20 @@", countitem(Acorn), getitemlink(Acorn)); + mes l("@@/50 @@", countitem(Acorn), getitemlink(Acorn)); mes l("@@/20 @@", countitem(ChocolateMouboo), getitemlink(ChocolateMouboo)); - mes l("@@/20 @@", countitem(ChocolateBar), getitemlink(ChocolateBar)); + mes l("@@/40 @@", countitem(ChocolateBar), getitemlink(ChocolateBar)); mes l("@@/15 @@", countitem(Candy), getitemlink(Candy)); mes l("@@/15 @@", countitem(OrangeCupcake), getitemlink(OrangeCupcake)); mes l("@@/10 @@", countitem(CherryCake), getitemlink(CherryCake)); @@ -127,9 +127,9 @@ L_TeaQuest: L_TeaCheck: mesn l("Item List"); - mes l("@@/20 @@", countitem(Acorn), getitemlink(Acorn)); + mes l("@@/50 @@", countitem(Acorn), getitemlink(Acorn)); mes l("@@/20 @@", countitem(ChocolateMouboo), getitemlink(ChocolateMouboo)); - mes l("@@/20 @@", countitem(ChocolateBar), getitemlink(ChocolateBar)); + mes l("@@/40 @@", countitem(ChocolateBar), getitemlink(ChocolateBar)); mes l("@@/15 @@", countitem(Candy), getitemlink(Candy)); mes l("@@/15 @@", countitem(OrangeCupcake), getitemlink(OrangeCupcake)); mes l("@@/10 @@", countitem(CherryCake), getitemlink(CherryCake)); @@ -146,9 +146,9 @@ L_TeaCheck: goodbye; close; } - if (countitem(Acorn) < 20 || + if (countitem(Acorn) < 50 || countitem(ChocolateMouboo) < 20 || - countitem(ChocolateBar) < 20 || + countitem(ChocolateBar) < 40 || countitem(Candy) < 15 || countitem(OrangeCupcake) < 15 || countitem(CherryCake) < 10 || @@ -158,16 +158,16 @@ L_TeaCheck: inventoryplace CelestiaTea, 3; - delitem Acorn, 20; + delitem Acorn, 50; delitem ChocolateMouboo, 20; - delitem ChocolateBar, 20; + delitem ChocolateBar, 40; delitem Candy, 15; delitem OrangeCupcake, 15; delitem CherryCake, 10; delitem GingerBreadMan, 5; delitem ChocolateBiscuit, 2; - getexp rand(12000, 13000), 0; // level exp cap: 15,775 + getexp rand(12000, 30000), 0; // level exp cap: 15,775 NO ONE CAN COMPLETE THIS QUEST LEVEL 35 getitem CelestiaTea, 3; setq HurnscaldQuest_TeaParty, 2; -- cgit v1.2.3-70-g09d2