summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 14:45:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-13 14:45:29 -0300
commit445b2140e1bfdfa7fcb31279e991df0f35c65bf9 (patch)
treee7600c86bcd59f25b4b152459c9f17bcccdd5504
parentbebe7949c6bb5064bd37298726dbf3323dad4405 (diff)
downloadserverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.tar.gz
serverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.tar.bz2
serverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.tar.xz
serverdata-445b2140e1bfdfa7fcb31279e991df0f35c65bf9.zip
Fix dragonfruit buy price (base4)
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/029-0/event.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 670c73c10..141b4c496 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -16297,7 +16297,7 @@ item_db: (
AegisName: "Dragonfruit"
Name: "Dragonfruit"
Type: "IT_HEALING"
- Buy: 20000
+ Buy: 1200
Sell: 300
Weight: 14
Refine: false
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;