From 87a0c700b7dac901d3d651e8c47a32681c41cf11 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 12:21:56 -0200 Subject: Tycoon's readjusted. (see clientversion.txt for precise info) --- npc/007-1/tycoon.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/007-1/tycoon.txt') diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 0bb3fa81e..5d6ca30df 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -82,7 +82,7 @@ L_Purge: mesq l("You are killing @@/10 @@. They usually are near the mine's Inn.", .@k, getmonsterlink(Ratto)); } else if (.@q == 2) { mesq l("Good job! Here is your reward!"); - getexp 83, 0; // 10% of level requeriment (r7.4) (53->83) + getexp 300, 0; // 10% of level requeriment (r7.4) (53->83->300) set Zeny, Zeny + 50; setq MineQuest_Tycoon, 3, 0; } else if (.@q == 3 && BaseLevel >= 19) { @@ -96,7 +96,7 @@ L_Purge: mesq l("You are killing @@/25 @@ at the cave. Good progress!", getmonsterlink(CaveMaggot)); } else if (.@q == 5) { mesq l("Perfect! Here is your reward!"); - getexp 158, 0; // 25 kills * 12 xp = 300 xp gained from killing. (50% bonus) (r4 +5%) + getexp 800, 0; // (r7.5 158→800) set Zeny, Zeny + 150; getitem SharpKnife, 1; setq MineQuest_Tycoon, 6, 0; @@ -111,7 +111,7 @@ L_Purge: mesq l("You are killing @@/45 @@ at the cave.", .@k, getmonsterlink(CaveSnake)); } else if (.@q == 8) { mesq l("I hope you got a Jean Shorts, but that depends on luck. Anyway, here is your reward."); - getexp 1050, 0; // 50 kills * 42 xp = 2100 xp gained from killing. (47.62% bonus) (r4 +5%) + getexp 1150, 0; // (r7.5 1050 → 1150) set Zeny, Zeny + 350; setq MineQuest_Tycoon, 9, 0; } else if (.@q == 9 && BaseLevel >= 29) { @@ -128,7 +128,7 @@ L_Purge: mesq l("Mining opearations advance steadly day by day with your help, thanks! Maybe one day, we find a Mana Stone here!"); inventoryplace MinerHat, 1; getitem MinerHat, 1; - getexp 1365, 0; // 100 kills * 52 xp = 5200 xp gained from killing. (25% bonus) (r4 +5%) + getexp 3800, 0; // r7.5 1365→3800 setq MineQuest_Tycoon, 12, 0; } else if (.@q == 12 && BaseLevel >= 34) { mesq l("The last task I could give you is to exterminate 200 @@. They actually stop miners progress on the mine.", getmonsterlink(BlackScorpion)); -- cgit v1.2.3-60-g2f50