summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-11 01:15:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-11 01:15:58 -0300
commit638874cc4f3e66e0bcea68868fd0c80b6b41793b (patch)
treed6c3bec2d48e7574bda1720c886f86106e436fec /npc/012-1
parentf59ea1556d4c90882ca161cd67f60cb2b82a5d63 (diff)
downloadserverdata-638874cc4f3e66e0bcea68868fd0c80b6b41793b.tar.gz
serverdata-638874cc4f3e66e0bcea68868fd0c80b6b41793b.tar.bz2
serverdata-638874cc4f3e66e0bcea68868fd0c80b6b41793b.tar.xz
serverdata-638874cc4f3e66e0bcea68868fd0c80b6b41793b.zip
Rebalance our new quests EXP rewards based on Experience table.
Diffstat (limited to 'npc/012-1')
-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;