From f93dca97a232527f45071453cb40837f33e4a6c4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Jul 2022 18:28:02 -0300 Subject: Candor Trainer now gives you a Beer for completing the regular training. Beer can be used to save 320 GP on Sailors quest, or for the XP boost --- npc/005-7/trainer.txt | 3 +++ 1 file changed, 3 insertions(+) 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."); -- cgit v1.2.3-60-g2f50