From 638874cc4f3e66e0bcea68868fd0c80b6b41793b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Jun 2018 01:15:58 -0300 Subject: Rebalance our new quests EXP rewards based on Experience table. --- npc/012-7/celestia.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-7') diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index e190809ec..f66fac79e 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -21,7 +21,7 @@ menu l("Sorry, I'm more of a coffee person."), L_Coffee, l("What an amazing crown you have! How do I get it?!"), L_Crown, - rif(.@q2 == 0 && BaseLevel > 30, l("Tea party! I want to participate.")), L_TeaQuest, + rif(.@q2 == 0 && BaseLevel >= 35, l("Tea party! I want to participate.")), L_TeaQuest, rif(.@q2 == 1, l("I have some sweeties for the Tea Party!")), L_TeaCheck, rif(.@q2 >= 2, l("Tea party! I want to participate.")), L_TeaParty, rif(.@q1 == 0, l("There are Monster Attacks every month, how do you have time for tea parties?!")), L_MainQuest, @@ -165,7 +165,7 @@ L_TeaCheck: delitem GingerBreadMan, 5; delitem ChocolateBiscuit, 2; - getexp rand(12000, 13000), 0; + getexp rand(12000, 13000), 0; // level exp cap: 15,775 setq HurnscaldQuest_TeaParty, 2; mes ""; -- cgit v1.2.3-60-g2f50