diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-25 11:16:50 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-25 11:16:50 +0000 |
commit | aa97d055535e7234534f351c9c4ffe1b16358c5a (patch) | |
tree | 6a35722ae6ab12c09c1e3d465e3004eb42662415 /db | |
parent | 918817c6e821745940ead4c62bc19256cdfa0910 (diff) | |
download | serverdata-aa97d055535e7234534f351c9c4ffe1b16358c5a.tar.gz serverdata-aa97d055535e7234534f351c9c4ffe1b16358c5a.tar.bz2 serverdata-aa97d055535e7234534f351c9c4ffe1b16358c5a.tar.xz serverdata-aa97d055535e7234534f351c9c4ffe1b16358c5a.zip |
add id 616 Bottle Of Woodland Water
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e2dc6f7be..f05a2bcdb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2331,7 +2331,28 @@ item_db: ( itemheal 0, rand(10,200); "> }, - +{ + Id: 616 + AegisName: "BottleOfWoodlandWater" + Name: "Bottle Of Woodland Water" + Type: "IT_HEALING" + Buy: 400 + Sell: 80 + Weight: 300 + Refine: false + ViewSprite: 596 + BuyingStore: true + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 300; + @max = 700; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + getitem EmptyBottle, 1; + "> +}, // Generic { |