diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-06 10:00:22 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-06 10:00:22 +0000 |
commit | 7ac21422648245bac93e6da3ecd44044c569ff58 (patch) | |
tree | 9440f12fe09878d50c79127313ae719a670a1b49 /npc/005-7 | |
parent | edaaef3bdb903c9f9ceb5b5e2b3bc8ee008bb949 (diff) | |
download | serverdata-7ac21422648245bac93e6da3ecd44044c569ff58.tar.gz serverdata-7ac21422648245bac93e6da3ecd44044c569ff58.tar.bz2 serverdata-7ac21422648245bac93e6da3ecd44044c569ff58.tar.xz serverdata-7ac21422648245bac93e6da3ecd44044c569ff58.zip |
reduce level required of training last part 10 to 9 i hope i do it well
Diffstat (limited to 'npc/005-7')
-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)); |