diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 13:41:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 13:41:18 -0300 |
commit | 4b7a44b44fbfa01c53da99c9c584111413dab744 (patch) | |
tree | 9970494e82ffc99cd8d66fc45840ffb3bfb5b422 /npc/005-1 | |
parent | e51cfb9eb97fb0349f092f73ef32b6aa4eefa1d3 (diff) | |
download | serverdata-4b7a44b44fbfa01c53da99c9c584111413dab744.tar.gz serverdata-4b7a44b44fbfa01c53da99c9c584111413dab744.tar.bz2 serverdata-4b7a44b44fbfa01c53da99c9c584111413dab744.tar.xz serverdata-4b7a44b44fbfa01c53da99c9c584111413dab744.zip |
Candor Boots for reward
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!"); |