From 730980ae204f451a235a7ef9d80196f2dbc6f6df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 Mar 2019 12:24:37 -0300 Subject: Update Tycoon Black Scorpion Quest level requeriment and reward (lv 34 -> 45) (+43k xp) --- npc/007-1/tycoon.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/007-1/tycoon.txt') diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 5d6ca30df..e5589737c 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -130,10 +130,10 @@ L_Purge: getitem MinerHat, 1; getexp 3800, 0; // r7.5 1365→3800 setq MineQuest_Tycoon, 12, 0; - } else if (.@q == 12 && BaseLevel >= 34) { + } else if (.@q == 12 && BaseLevel >= 45) { mesq l("The last task I could give you is to exterminate 200 @@. They actually stop miners progress on the mine.", getmonsterlink(BlackScorpion)); setq MineQuest_Tycoon, 13, 0; - } else if (.@q == 12 && BaseLevel < 34) { + } else if (.@q == 12 && BaseLevel < 45) { mesq l("You are too weak for my last task, please come back later with some levels."); } else if (.@q == 13) { mesq l("You are killing @@/200 @@ at the cave.", .@k, getmonsterlink(BlackScorpion)); @@ -142,7 +142,7 @@ L_Purge: mesq l("Here, take this @@ - you deserve it! And here is some gold and experience.", getitemlink(PolishedRuby)); inventoryplace PolishedRuby, 1; getitem PolishedRuby, 1; - getexp 12000, 0; // 200 kills * 120 xp = 24'000 xp gained from killing. (50% bonus) + getexp 55000, 0; // About 94% from needed EXP to level up (you won't be level 45 when you finish) set Zeny, Zeny + 5000; setq MineQuest_Tycoon, 15, 0; } -- cgit v1.2.3-60-g2f50