diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-22 16:56:07 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-22 16:56:07 +0000 |
commit | 33333ee8bf5a3606cdcba3431610e0dc65eafda6 (patch) | |
tree | 13059cc734df6cc052f9ee04f1ad18c8d389f036 /npc | |
parent | fa05e3681ca0088c6107cc6ff634facecdb824c9 (diff) | |
parent | 1baa15ec6e0b33be85e1c4ece8e514a1d06835f7 (diff) | |
download | serverdata-33333ee8bf5a3606cdcba3431610e0dc65eafda6.tar.gz serverdata-33333ee8bf5a3606cdcba3431610e0dc65eafda6.tar.bz2 serverdata-33333ee8bf5a3606cdcba3431610e0dc65eafda6.tar.xz serverdata-33333ee8bf5a3606cdcba3431610e0dc65eafda6.zip |
Merge branch 'trithodex-master-patch-59187' into 'master'
Update tycoon.txt; fix npc dialog to reflect quest requirements for Cave Snake
See merge request TMW2/serverdata!44
Diffstat (limited to 'npc')
-rw-r--r-- | npc/007-1/tycoon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 38b5ae20c..808b8c8b1 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -104,12 +104,12 @@ L_Purge: } else if (.@q == 6 && BaseLevel >= 24) { mesq l("That was fast. Do not forget to sell their... parts... for some extra cash."); next; - mesq l("Now, please kill 45 @@, Try to collect some lamps in the same time, they could be useful later.", getmonsterlink(CaveSnake)); + mesq l("Now, please kill 50 @@, Try to collect some lamps in the same time, they could be useful later.", getmonsterlink(CaveSnake)); setq MineQuest_Tycoon, 7, 0; } else if (.@q == 6 && BaseLevel < 24) { mesq l("You are too weak for my task, please come back later with some levels."); } else if (.@q == 7) { - mesq l("You are killing @@/45 @@ at the cave.", .@k, getmonsterlink(CaveSnake)); + mesq l("You are killing @@/50 @@ at the cave.", .@k, 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."); getexp 1150, 0; // (r7.5 1050 → 1150) |