summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/007-1/zarkor.txt2
-rw-r--r--npc/009-1/fisherman.txt2
-rw-r--r--npc/012-1/jack.txt7
-rw-r--r--npc/012-7/celestia.txt4
4 files changed, 10 insertions, 5 deletions
diff --git a/npc/007-1/zarkor.txt b/npc/007-1/zarkor.txt
index f2caaf99a..082595325 100644
--- a/npc/007-1/zarkor.txt
+++ b/npc/007-1/zarkor.txt
@@ -195,7 +195,7 @@ L_Ritual:
L_Finish:
setq TulimsharQuest_DarkInvocator, 7;
// These values were taken from Experience table, and are magic numbers
- getexp 9174, 412;
+ getexp 7995, 412; // 100% for levelset (30,11)
// Pay roughly what you spent
// Powder + Trips + Gems + Sulf + Iron + Ash + Profit = Money
// (3000*5 + 4*500G + 1000 + 5*84 + 5*66 + 5*80 + 850) = 20.000
diff --git a/npc/009-1/fisherman.txt b/npc/009-1/fisherman.txt
index 90f1d9eeb..523b0994c 100644
--- a/npc/009-1/fisherman.txt
+++ b/npc/009-1/fisherman.txt
@@ -123,7 +123,7 @@ L_Finish:
delitem Root, 10;
Zeny=Zeny-1000;
setq3 HurscaldQuest_ForestBow, 99;
- getexp 100, 0;
+ getexp 800, 0; // 10% of max exp
mes "";
mesn;
mes col("With a knife, the fisherman makes the roots as thin as he can. You wonder if he knows what he is doing.", 9);
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;
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 "";