summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-16 14:15:46 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-16 14:15:46 -0200
commit1550994d543ed5dc138bad49e2d13067c323c73c (patch)
tree7a62433b1f50e067dda4295ff943b44d66e9a9d5
parentd83a47b6bcfe775998e8f6ef17ff2495127ee238 (diff)
downloadserverdata-1550994d543ed5dc138bad49e2d13067c323c73c.tar.gz
serverdata-1550994d543ed5dc138bad49e2d13067c323c73c.tar.bz2
serverdata-1550994d543ed5dc138bad49e2d13067c323c73c.tar.xz
serverdata-1550994d543ed5dc138bad49e2d13067c323c73c.zip
Last stage a Tycoon now gives a Polished Ruby instead of a common Ruby
-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;