diff options
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/sailors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index 68c9f550a..4406dd15c 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -114,6 +114,7 @@ L_CureMaster: close; L_CureLoop: + inventoryplace CandorBoots, 1; delitem ScorpionStinger,1; setq2 CandorQuest_SailorCure, getq2(CandorQuest_SailorCure)+1; if (rand(5) == 2) // Crazyfefe like this number :3 @@ -125,7 +126,7 @@ L_questCure_success: Zeny = Zeny + 240 - getq2(CandorQuest_SailorCure) * 30; else Zeny = Zeny + 30; - getexp 50, 10; + getitem CandorBoots, 1; setq CandorQuest_SailorCure, 1; mesn; mesq l("That... It... It worked! This is just the right claw!"); |