diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 11:24:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 11:24:55 -0300 |
commit | 19f2e59ef6bd2719cba803d5398409f13c2d8867 (patch) | |
tree | 6eb6e49326754a9170428d601bf9fc6e23296889 /npc/012-4/wyara.txt | |
parent | cc6f15db25ca00d1330be278e3622bd14fd82e0a (diff) | |
download | serverdata-19f2e59ef6bd2719cba803d5398409f13c2d8867.tar.gz serverdata-19f2e59ef6bd2719cba803d5398409f13c2d8867.tar.bz2 serverdata-19f2e59ef6bd2719cba803d5398409f13c2d8867.tar.xz serverdata-19f2e59ef6bd2719cba803d5398409f13c2d8867.zip |
Sometimes, when making Infusions, you may have luck and save a Piberrie :D
Diffstat (limited to 'npc/012-4/wyara.txt')
-rw-r--r-- | npc/012-4/wyara.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index f450037f2..e4c0ff52f 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -86,7 +86,7 @@ L_ConfirmReset: L_Piberries: mesn; - mesq l("For (another) one @@, I'll need 4 @@ and 50 GP.", getitemlink(PiberriesInfusion), getitemlink(Piberries)); + mesq l("For (another) one @@, I'll need 3~4 @@ and 50 GP.", getitemlink(PiberriesInfusion), getitemlink(Piberries)); next; select rif(Zeny >= 50 && countitem(Piberries) >= 4, l("Do it!")), @@ -98,7 +98,7 @@ L_Piberries: inventoryplace PiberriesInfusion, 1; Zeny=Zeny-50; - delitem Piberries, 4; + delitem Piberries, rand(3,4); getitem PiberriesInfusion, 1; getexp 10, 0; goto L_Piberries; |