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-1/jack.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/012-1/jack.txt') diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index 671200684..e96d6ea56 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -41,6 +41,11 @@ L_ForestBow: mesn; mesq l("I also do not keep any stock of them. If you really want it, you can bring me some Raw Logs. I'll show you which one is the good one. Deal?"); next; + if (BaseLevel < 25) { + mesn; + mesq l("Actually, nevermind. I'll wait you grind level 25 first, then we can do this."); // Note: Fisherman part is level 30! + close; + } mesn strcharinfo(0); mesq l("I'm railroaded here, I cannot say no. I'll bring you some @@. Break them until one of them fit.", getitemlink(RawLog)); setq2 HurscaldQuest_ForestBow, 1; @@ -73,7 +78,7 @@ L_Loop: if (.@success == 1) { mes col("The wood bends a little, but doesn't breaks.", 9); - getexp 0, 100; + getexp 295, 100; // 10% of max exp setq2 HurscaldQuest_ForestBow, 99; next; mesn; -- cgit v1.2.3-70-g09d2