summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-05-27 22:27:56 +0000
committerSaulc <lucashelaine14@gmail.com>2018-05-27 22:27:56 +0000
commit1319d778345965f8c55db0b02386a20e327dc0d6 (patch)
treec697d50b1f5a8201c471f647460a4bb7501d005c
parent7d80fe1839057ddc0a8622a4389b375458ac10fd (diff)
downloadserverdata-1319d778345965f8c55db0b02386a20e327dc0d6.tar.gz
serverdata-1319d778345965f8c55db0b02386a20e327dc0d6.tar.bz2
serverdata-1319d778345965f8c55db0b02386a20e327dc0d6.tar.xz
serverdata-1319d778345965f8c55db0b02386a20e327dc0d6.zip
small patch fix typo error and increase a bit exp
-rw-r--r--npc/007-1/tycoon.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt
index 4a8830e88..23ba30ab3 100644
--- a/npc/007-1/tycoon.txt
+++ b/npc/007-1/tycoon.txt
@@ -88,8 +88,8 @@ L_Purge:
} else if (.@q == 4) {
mesq l("You are killing @@ at the cave. Good progress!", getmonsterlink(CaveMaggot));
} else if (.@q == 5) {
- mesq l("Perfect! Here is your reward! (200 xp 150 gp)");
- getexp 200, 0;
+ mesq l("Perfect! Here is your reward! (220 xp 150 gp)");
+ getexp 220, 0;
set Zeny, Zeny + 150;
setq MineQuest_Tycoon, 6, 0;
} else if (.@q == 6 && BaseLevel >= 24) {
@@ -102,8 +102,8 @@ L_Purge:
} else if (.@q == 7) {
mesq l("You are killing @@ at the cave.", 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 1000, 0;
+ mesq l("I hope you got a Jean Shorts, but that depends on luck. Anyway, here is your reward. (1300 xp 350 gp)");
+ getexp 1300, 0;
set Zeny, Zeny + 350;
setq MineQuest_Tycoon, 9, 0;
} else if (.@q == 9 && BaseLevel >= 29) {
@@ -130,10 +130,10 @@ L_Purge:
mesq l("You are killing @@ at the cave.", 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 5.000 GP and 8.000 XP.", getitemlink(Ruby));
+ mesq l("Here, take this @@ - you deserve it! And here is 5.000 GP and 9.000 XP.", getitemlink(Ruby));
inventoryplace Ruby, 1;
getitem Ruby, 1;
- getexp 8000, 0;
+ getexp 9000, 0;
set Zeny, Zeny + 5000;
setq MineQuest_Tycoon, 15, 0;
}
@@ -162,7 +162,7 @@ L_CaveMiner:
L_Tip:
mes "";
mesn;
- mesq l("If you fight Black scorpion or others dangerous monster you should use the 'hit and run' tatic.");
+ mesq l("If you fight Black scorpion or others dangerous monster you should use the 'hit and run' tactic.");
next;
mesn;
mesq l("To do this you need to disable auto move to target in 'yellow bar'.");
@@ -273,7 +273,7 @@ OnKillBlackScorpion:
message strcharinfo(0), l("All black scorpions are dead! Go back to Tycoon.");
} else {
tycoon_add_kills();
- message strcharinfo(0), l("@@/1 Black Scorpions", .@k+1);
+ message strcharinfo(0), l("@@/200 Black Scorpions", .@k+1);
}
}
end;