From 7ac21422648245bac93e6da3ecd44044c569ff58 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 6 May 2018 10:00:22 +0000 Subject: reduce level required of training last part 10 to 9 i hope i do it well --- npc/005-7/trainer.txt | 4 ++-- 1 file 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)); -- cgit v1.2.3-70-g09d2