diff options
Diffstat (limited to 'npc/005-7/trainer.txt')
-rw-r--r-- | npc/005-7/trainer.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index b30c8df58..21609189c 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -136,11 +136,14 @@ L_Training: } else if (.@q == 10) { mesq l("I want you to kill @@, which are located near the northwest coast of the island.", getmonsterlink(Scorpion)); } else if (.@q == 11) { + inventoryplace Beer, 1; mesq l("Congratulations! Here is your reward."); mesq l("You completed your training, so you're getting 50 bonus experience points. If you level up, use your stat points wisely!"); + mesq l("Also, have a %s on the house!", getitemlink(Beer)); getexp 70, 0; set Zeny, Zeny + 25; setq CandorQuest_Trainer, 12, 0; + getitem Beer, 1; } 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."); |