From 445b2140e1bfdfa7fcb31279e991df0f35c65bf9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 14:45:29 -0300 Subject: Fix dragonfruit buy price (base4) --- npc/029-0/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50