diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 161ef7a5..9c8dc0f4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1247,9 +1247,6 @@ item_db: ( Buy: 5000 Sell: 325 Weight: 250 - Refine: false - ViewSprite: 609 - BindOnEquip: false Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" @@ -1282,11 +1279,10 @@ item_db: ( Buy: 200 Sell: 35 Weight: 3 - Refine: false Delay: 500 Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { - monster(.@map$, .@x, .@y, l("Clover Patch"), CloverPatch, 1); + monster(.@map$, .@x, .@y, strmobinfo(1, CloverPatch), CloverPatch, 1); } "> }, @@ -1298,11 +1294,10 @@ item_db: ( Buy: 500 Sell: 150 Weight: 4 - Refine: false Delay: 500 Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { - .@mob=callfunc("any", YellowRose, BlueRose, RedRose); + .@mob=callfunc("any", YellowRose, BlueRose, RedRose); monster(.@map$, .@x, .@y, strmobinfo(1, .@mob), .@mob, 1); } "> @@ -2027,9 +2022,6 @@ item_db: ( Buy: 100000 Sell: 12500 Weight: 25 - Refine: false - ViewSprite: 757 - BindOnEquip: false }, { Id: 800 |