diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-09 07:42:10 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-09 07:42:10 +0000 |
commit | 9dd0657b03c14f831951542d24f57b76eccb351e (patch) | |
tree | e18caba40e1051e4f860e523d713ff3b5caaac6c | |
parent | bce327b87678f7d77630155249f3db1e7465951a (diff) | |
download | serverdata-9dd0657b03c14f831951542d24f57b76eccb351e.tar.gz serverdata-9dd0657b03c14f831951542d24f57b76eccb351e.tar.bz2 serverdata-9dd0657b03c14f831951542d24f57b76eccb351e.tar.xz serverdata-9dd0657b03c14f831951542d24f57b76eccb351e.zip |
add Pumpkin Lollipop id 625
-rw-r--r-- | db/re/item_db.conf | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 290e7bcff..941984210 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2433,13 +2433,32 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - { if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Pumpkandy"), 1204, 1); $TREE_PLANTED=$TREE_PLANTED+1; - } "> }, +{ + Id: 625 + AegisName: "PumpkinLollipop" + Name: "Pumpkin Lollipop" + Type: "IT_HEALING" + Buy: 42 + Sell: 13 + Weight: 1 + Refine: false + ViewSprite: 625 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 17000, 10; + @min = 40; + @max = 70; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, // Generic { Id: 700 |