From e86bbcaf0061da13a24fe6d748d8b2bf0d7d0811 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Tue, 18 Apr 2017 20:41:42 +0800 Subject: Status effects from Cash Food items cannot be removed by death. --- db/re/item_db.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d1f416b08..1fcd2f24b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -87601,8 +87601,8 @@ item_db: ( nogstorage: true } Script: <" - sc_start SC_FOOD_STR,1800000,10; - percentheal 20,10; + sc_start(SC_FOOD_STR_CASH, 1800000, 10); + percentheal(20, 10); "> }, { @@ -87622,8 +87622,8 @@ item_db: ( nogstorage: true } Script: <" - sc_start SC_FOOD_AGI,1800000,10; - percentheal 15,5; + sc_start(SC_FOOD_AGI_CASH, 1800000, 10); + percentheal(15, 5); "> }, { @@ -87643,8 +87643,8 @@ item_db: ( nogstorage: true } Script: <" - sc_start SC_FOOD_INT,1800000,10; - percentheal 10,20; + sc_start(SC_FOOD_INT_CASH, 1800000, 10); + percentheal(10, 20); "> }, { @@ -87664,8 +87664,8 @@ item_db: ( nogstorage: true } Script: <" - sc_start SC_FOOD_DEX,1800000,10; - percentheal 10,10; + sc_start(SC_FOOD_DEX_CASH, 1800000, 10); + percentheal(10, 10); "> }, { @@ -87685,8 +87685,8 @@ item_db: ( nogstorage: true } Script: <" - sc_start SC_FOOD_LUK,1800000,10; - percentheal 14,8; + sc_start(SC_FOOD_LUK_CASH, 1800000, 10); + percentheal(14, 8); "> }, { @@ -87706,8 +87706,8 @@ item_db: ( nogstorage: true } Script: <" - sc_start SC_FOOD_VIT,1800000,10; - percentheal 25,0; + sc_start(SC_FOOD_VIT_CASH, 1800000, 10); + percentheal(25, 0); "> }, { -- cgit v1.2.3-70-g09d2