summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/007-1/tycoon.txt8
1 files changed, 4 insertions, 4 deletions
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;