From 1550994d543ed5dc138bad49e2d13067c323c73c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Dec 2018 14:15:46 -0200 Subject: Last stage a Tycoon now gives a Polished Ruby instead of a common Ruby --- 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 26bf57130..1cbf29ff5 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -138,11 +138,11 @@ L_Purge: mesq l("You are killing @@/200 @@ at the cave.", .@k, getmonsterlink(BlackScorpion)); } else if (.@q == 14) { mesq l("Wow! You did it! I do not think anyone else could have done that."); - mesq l("Here, take this @@ - you deserve it! And here is some gold and experience.", getitemlink(Ruby)); - inventoryplace Ruby, 1; - getitem Ruby, 1; + 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) - set Zeny, Zeny + 6000; + set Zeny, Zeny + 5000; setq MineQuest_Tycoon, 15, 0; } close; -- cgit v1.2.3-70-g09d2