From dd85af1873534bcfc6cbc9575b377762b62a56fb Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 25 Aug 2018 22:06:31 +0000 Subject: Tycoon give more exp for black scorpion and ask for -5 cave s snakes --- npc/007-1/tycoon.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/007-1') diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 58e417530..e2951dc98 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -19,7 +19,7 @@ // 5: Completed Cave Maggot Quest - 200 EXP 150 GP // 6: Awaiting next quest // -// 7: Took Cave Snake Quest 50 kills +// 7: Took Cave Snake Quest 45 kills // 8: Completed Cave Snake Quest - 1000 EXP 350 GP // 9: Awaiting next quest // @@ -95,12 +95,12 @@ L_Purge: } else if (.@q == 6 && BaseLevel >= 24) { mesq l("That was fast. Do not forget to sell their... parts... for some extra cash."); next; - mesq l("Now, please kill 50 @@, Try to collect some lamps in the same time, they could be useful later.", getmonsterlink(CaveSnake)); + mesq l("Now, please kill 45 @@, Try to collect some lamps in the same time, they could be useful later.", getmonsterlink(CaveSnake)); setq MineQuest_Tycoon, 7, 0; } else if (.@q == 6 && BaseLevel < 24) { mesq l("You are too weak for my task, please come back later with some levels."); } else if (.@q == 7) { - mesq l("You are killing @@/50 @@ at the cave.", .@k, getmonsterlink(CaveSnake)); + 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. (1000 xp 350 gp)"); getexp 1050, 0; // 50 kills * 42 xp = 2100 xp gained from killing. (47.62% bonus) (r4 +5%) @@ -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 8820, 0; // 200 kills * 120 xp = 24'000 xp gained from killing. (35% bonus)(r4 +5%) + getexp 12000, 0; // 200 kills * 120 xp = 24'000 xp gained from killing. (50% bonus) set Zeny, Zeny + 5000; setq MineQuest_Tycoon, 15, 0; } -- cgit v1.2.3-60-g2f50