diff options
Diffstat (limited to 'npc/005-7')
-rw-r--r-- | npc/005-7/trainer.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index c7005eb4c..dba80b19a 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -115,9 +115,11 @@ L_Trainment: } else if (.@q == 7) { mesq l("You are killing @@ at the beach.", getmonsterlink(CandorScorpion)); } else if (.@q == 8) { + inventoryplace SmallKnife, 1; mesq l("Managed to drop anything? It requires more luck than skill. Here is your reward."); getexp 53, 0; set Zeny, Zeny + 25; + getitem SmallKnife, 1; setq CandorQuest_Trainer, 9, 0; } else if (.@q == 9) { mesq l("This will be the last task. Besides the @@, the strongest monster on this island worth killing is the @@.", getmonsterlink(ManaBug), getmonsterlink(Scorpion)); |