diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-07-04 18:28:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-07-04 18:28:02 -0300 |
commit | f93dca97a232527f45071453cb40837f33e4a6c4 (patch) | |
tree | 8ad5ce7e69bc461be32b8a6b051e08dd8cdf6395 /npc/005-7 | |
parent | 957aec511f903c9dff7ddf65f945e656e8588598 (diff) | |
download | serverdata-f93dca97a232527f45071453cb40837f33e4a6c4.tar.gz serverdata-f93dca97a232527f45071453cb40837f33e4a6c4.tar.bz2 serverdata-f93dca97a232527f45071453cb40837f33e4a6c4.tar.xz serverdata-f93dca97a232527f45071453cb40837f33e4a6c4.zip |
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
Diffstat (limited to 'npc/005-7')
-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."); |