From c2c2892dec22e197478cf12255f10a16a094e82b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 10:18:39 -0300 Subject: Replace backbone function from plushroom and chagashroom They no longer displace the respective haste and str potions --- db/re/item_db.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 92229b481..5528dbda5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -434,7 +434,7 @@ item_db: ( Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" - sc_start SC_ATTHASTE_POTION1, 15000, 5; + callfunc("SC_Bonus", 15, SC_ATTHASTE_POTION1, 5); @min = 30; @max = 60; @delay = 3; @@ -1887,7 +1887,7 @@ item_db: ( // SC_PLUSATTACKPOWER is not caught by client but works. // SC_STRUP is caught by client, but raises STR in a weird way. // SC_INCATKRATE works best of all ^.^ - sc_start SC_PLUSATTACKPOWER, 15000, 5; + callfunc("SC_Bonus", 15, SC_PLUSATTACKPOWER, 5); @min = 30; @max = 60; @delay = 3; -- cgit v1.2.3-60-g2f50