From 70a323d2f9a3256bf3b82ae3d5d4f8c493211a97 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 17 Jun 2018 08:05:57 +0000 Subject: Add +5% exp reward to each quest! and add some exp if nothing exist. --- npc/007-1/tycoon.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/007-1/tycoon.txt') diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 168e46457..54be061ba 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -75,7 +75,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! (50 xp 50 gp)"); - getexp 50, 0; // 10 kills * 5 xp = 50 xp gained from killing. (100% bonus) + getexp 53, 0; // 10 kills * 5 xp = 50 xp gained from killing. (100% bonus) (r4 +5%) set Zeny, Zeny + 50; setq MineQuest_Tycoon, 3, 0; } else if (.@q == 3 && BaseLevel >= 19) { @@ -89,7 +89,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! (150 xp 150 gp)"); - getexp 150, 0; // 25 kills * 12 xp = 300 xp gained from killing. (50% bonus) + getexp 158, 0; // 25 kills * 12 xp = 300 xp gained from killing. (50% bonus) (r4 +5%) set Zeny, Zeny + 150; setq MineQuest_Tycoon, 6, 0; } else if (.@q == 6 && BaseLevel >= 24) { @@ -103,7 +103,7 @@ L_Purge: mesq l("You are killing @@/50 @@ 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. (1000 xp 350 gp)"); - getexp 1000, 0; // 50 kills * 42 xp = 2100 xp gained from killing. (47.62% bonus) + getexp 1050, 0; // 50 kills * 42 xp = 2100 xp gained from killing. (47.62% bonus) (r4 +5%) set Zeny, Zeny + 350; setq MineQuest_Tycoon, 9, 0; } else if (.@q == 9 && BaseLevel >= 29) { @@ -120,7 +120,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! (1300 xp)"); inventoryplace MinerHat, 1; getitem MinerHat, 1; - getexp 1300, 0; // 100 kills * 52 xp = 5200 xp gained from killing. (25% bonus) + getexp 1365, 0; // 100 kills * 52 xp = 5200 xp gained from killing. (25% bonus) (r4 +5%) 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)); @@ -134,7 +134,7 @@ L_Purge: mesq l("Here, take this @@ - you deserve it! And here is 5.000 GP and 8.400 XP.", getitemlink(Ruby)); inventoryplace Ruby, 1; getitem Ruby, 1; - getexp 8400, 0; // 200 kills * 120 xp = 24'000 xp gained from killing. (35% bonus) + getexp 8820, 0; // 200 kills * 120 xp = 24'000 xp gained from killing. (35% bonus)(r4 +5%) set Zeny, Zeny + 5000; setq MineQuest_Tycoon, 15, 0; } -- cgit v1.2.3-60-g2f50