summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 15:46:17 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 15:46:30 -0300
commit329559c9c953e5154f670aa470293cf595743e34 (patch)
treeafc3a1539cd35c02f806adcc1f4929d432d88993 /db
parente9ce05a396a1669eea9673725a33eb8098d34214 (diff)
downloadserverdata-329559c9c953e5154f670aa470293cf595743e34.tar.gz
serverdata-329559c9c953e5154f670aa470293cf595743e34.tar.bz2
serverdata-329559c9c953e5154f670aa470293cf595743e34.tar.xz
serverdata-329559c9c953e5154f670aa470293cf595743e34.zip
Tonori Delight Alpha
Diffstat (limited to 'db')
-rw-r--r--db/quest_db.conf4
-rw-r--r--db/re/item_db.conf12
2 files changed, 11 insertions, 5 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf
index 006736f43..3b01b035d 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -200,6 +200,10 @@ quest_db: (
Id: 73
Name: "HalinarzoQuest_SickWife"
},
+{
+ Id: 74
+ Name: "HalinarzoQuest_LifeDelight"
+},
// ID 91 to 110: Hurnscald Quests
{
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ab2a4dea6..354dbba90 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1479,18 +1479,20 @@ item_db: (
Name: "Tonori Delight"
Type: "IT_HEALING"
Buy: 50
- Sell: 25
- Weight: 4
+ Sell: 20
+ Weight: 2
Refine: false
ViewSprite: 571
BuyingStore: true
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 4;
- @max = 400;
- @delay = 3;
+ @min = 375;
+ @max = 910;
+ @delay = 6;
@type = 1;
+ heal 0, rand(40,180);
+ sc_start SC_ATTHASTE_POTION1, 10000, 3;
doevent "rand_sc_heal::OnUse";
">
},