diff options
author | Povo <trithodex@gmail.com> | 2021-01-22 14:10:05 +0000 |
---|---|---|
committer | Povo <trithodex@gmail.com> | 2021-01-22 14:10:05 +0000 |
commit | 1baa15ec6e0b33be85e1c4ece8e514a1d06835f7 (patch) | |
tree | b12a851b2f688af2d74bdf56e1bd349ee7008a3a /npc | |
parent | 6778129b97fff9b5d6d3246e2df430b0f65b6800 (diff) | |
download | serverdata-1baa15ec6e0b33be85e1c4ece8e514a1d06835f7.tar.gz serverdata-1baa15ec6e0b33be85e1c4ece8e514a1d06835f7.tar.bz2 serverdata-1baa15ec6e0b33be85e1c4ece8e514a1d06835f7.tar.xz serverdata-1baa15ec6e0b33be85e1c4ece8e514a1d06835f7.zip |
Update tycoon.txt; fix npc dialog to reflect quest requirements for Cave Snake
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) |