diff options
-rw-r--r-- | npc/005-7/trainer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 646159555..fe4c256cc 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -109,10 +109,10 @@ L_Trainment: getexp 90, 0; set Zeny, Zeny + 25; setq CandorQuest_Trainer, 12, 0; - } else if (.@q == 12 && BaseLevel >= 10) { + } 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)); setq CandorQuest_Trainer, 13, 0; - } else if (.@q == 12 && BaseLevel < 10) { + } 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)); |