From c2bfed988424c386e63f5bc44131f7c0b428198e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Jan 2019 22:54:51 -0200 Subject: After killing Candor Scorpion, Trainer will give you a small knife. It gives 35 damage (instead of 25 from the Rusty Knife). It is a necessity. --- npc/005-7/trainer.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/005-7') 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)); -- cgit v1.2.3-60-g2f50