summaryrefslogtreecommitdiff
path: root/npc/012-1/jack.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/jack.txt')
-rw-r--r--npc/012-1/jack.txt7
1 files changed, 6 insertions, 1 deletions
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;