diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-30 17:47:51 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-30 17:47:51 -0200 |
commit | 0847b8b4ac408f6981e440aa950577a85bd8a8c5 (patch) | |
tree | 0ff5dc6e400818546e52e219f4fca95e31329d9d /npc/005-7 | |
parent | a89967167b968bcb4f8558a0196e44c0e1fd7d12 (diff) | |
download | serverdata-0847b8b4ac408f6981e440aa950577a85bd8a8c5.tar.gz serverdata-0847b8b4ac408f6981e440aa950577a85bd8a8c5.tar.bz2 serverdata-0847b8b4ac408f6981e440aa950577a85bd8a8c5.tar.xz serverdata-0847b8b4ac408f6981e440aa950577a85bd8a8c5.zip |
Update trainer
Diffstat (limited to 'npc/005-7')
-rw-r--r-- | npc/005-7/trainer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 190bce1a3..31e88871d 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -90,7 +90,7 @@ L_Trainment: } else if (.@q == 1) { mesq l("You are killing @@. They are usually at the crops.", getmonsterlink(Maggot)); } else if (.@q == 2) { - mesq l("Good job! Here is your reward! (40 xp 25 gp)"); + mesq l("Good job! Here is your reward!"); getexp 30, 0; set Zeny, Zeny + 25; setq CandorQuest_Trainer, 3, 0; @@ -102,7 +102,7 @@ L_Trainment: } else if (.@q == 4) { mesq l("You are killing @@ at the storehouse.", getmonsterlink(HouseMaggot)); } else if (.@q == 5) { - mesq l("Perfect! Here is your reward! (40 xp 25 gp)"); + mesq l("Perfect! Here is your reward!"); getexp 42, 0; set Zeny, Zeny + 25; setq CandorQuest_Trainer, 6, 0; @@ -114,7 +114,7 @@ L_Trainment: } else if (.@q == 7) { mesq l("You are killing @@ at the beach.", getmonsterlink(CandorScorpion)); } else if (.@q == 8) { - mesq l("Managed to drop anything? It requires more luck than skill. Here is your reward. (40 xp 25 gp)"); + mesq l("Managed to drop anything? It requires more luck than skill. Here is your reward."); getexp 53, 0; set Zeny, Zeny + 25; setq CandorQuest_Trainer, 9, 0; @@ -126,7 +126,7 @@ L_Trainment: } else if (.@q == 10) { mesq l("You are killing @@ at northwest from the island.", getmonsterlink(Scorpion)); } else if (.@q == 11) { - mesq l("Congratulations! Here is your reward (40 xp 25 gp)."); + mesq l("Congratulations! Here is your reward."); mesq l("You completed your trainment, so you're getting 50 bonus experience points. If you level up, use your stat points wisely!"); getexp 70, 0; set Zeny, Zeny + 25; |