From a6ca1e64fbfe94a91c72e9a086da0c35fecd39e0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 31 Dec 2018 18:40:18 -0200 Subject: Warn players that the mana bug is almost a boss for them --- npc/005-7/trainer.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/005-7') 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)); -- cgit v1.2.3-60-g2f50