diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:45:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:45:29 -0300 |
commit | 445b2140e1bfdfa7fcb31279e991df0f35c65bf9 (patch) | |
tree | e7600c86bcd59f25b4b152459c9f17bcccdd5504 /npc/029-0 | |
parent | bebe7949c6bb5064bd37298726dbf3323dad4405 (diff) | |
download | serverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.tar.gz serverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.tar.bz2 serverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.tar.xz serverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.zip |
Fix dragonfruit buy price (base4)
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 72eb9ec52..fa225c95f 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -113,7 +113,7 @@ OnInit: sellitem AnimalBones, -1, rand2(40)+$FIRESOFSTEAM-1; sellitem Milk, -1, rand2(50)+$FIRESOFSTEAM-1; sellitem Mashmallow, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem Dragonfruit, -1, rand2(50)+$FIRESOFSTEAM-1; + sellitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; sellitem Root, -1, 40+$FIRESOFSTEAM-1; sellitem ManaPiouFeathers, -1, rand2(300)+$FIRESOFSTEAM-1; @@ -206,7 +206,7 @@ OnClock2201: restoreshopitem AnimalBones, rand2(40)+$FIRESOFSTEAM-1; restoreshopitem Milk, rand2(50)+$FIRESOFSTEAM-1; restoreshopitem Mashmallow, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Dragonfruit, rand2(50)+$FIRESOFSTEAM-1; + restoreshopitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; restoreshopitem Root, 40+$FIRESOFSTEAM-1; restoreshopitem ManaPiouFeathers, rand2(300)+$FIRESOFSTEAM-1; end; |