diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-31 18:40:18 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-31 18:40:18 -0200 |
commit | a6ca1e64fbfe94a91c72e9a086da0c35fecd39e0 (patch) | |
tree | f57a1e16894cf57150f9cf50e30ed03ddc156419 /npc | |
parent | b8c2958a658c172ccb93bf90988f747735324e35 (diff) | |
download | serverdata-a6ca1e64fbfe94a91c72e9a086da0c35fecd39e0.tar.gz serverdata-a6ca1e64fbfe94a91c72e9a086da0c35fecd39e0.tar.bz2 serverdata-a6ca1e64fbfe94a91c72e9a086da0c35fecd39e0.tar.xz serverdata-a6ca1e64fbfe94a91c72e9a086da0c35fecd39e0.zip |
Warn players that the mana bug is almost a boss for them
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-7/trainer.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 77175514e..52ddf9def 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -134,11 +134,13 @@ L_Trainment: setq CandorQuest_Trainer, 12, 0; } else if (.@q == 12 && BaseLevel >= 9) { mesq l("You are already fully trained. You should go to Tulimshar, but if you want a bonus task, please kill a @@.", getmonsterlink(ManaBug)); + mesq l("It should be almost a boss at your level, so I don't expect to see you again here so soon."); setq CandorQuest_Trainer, 13, 0; } else if (.@q == 12 && BaseLevel < 9) { mesq l("You are already fully trained. You should go to Tulimshar. I may have another task for you later, but you are too weak now, get some levels."); } else if (.@q == 13) { mesq l("You are trying to kill a @@.", getmonsterlink(ManaBug)); + mesq l("It should be almost a boss at your level, so I don't expect to see you again here so soon."); } 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 200 GP to buy a better weapon.", getitemlink(CandorHeadBand)); |