From 66a29ace09fbbd24fc5b86c3f2c2149af512dbce Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Dec 2021 20:09:29 -0300 Subject: Raise duration of the high class stat-boost potions to whole 60 minutes --- db/re/item_db.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7e6a30625..3a1f70830 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2716,7 +2716,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 55, SC_INCLUK, 20, 30; + callfunc "SC_Bonus", 60, SC_INCLUK, 20, 30; "> }, { @@ -2758,7 +2758,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 55, SC_INCDEX, 20, 30; + callfunc "SC_Bonus", 60, SC_INCDEX, 20, 30; "> }, { @@ -2810,7 +2810,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - @delay = 55; + @delay = 60; @type = SC_INCINT; doevent "inc_sc_bonus::OnUse"; "> @@ -2864,7 +2864,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - @delay = 55; + @delay = 60; @type = SC_INCVIT; doevent "inc_sc_bonus::OnUse"; "> @@ -2918,7 +2918,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - @delay = 55; + @delay = 60; @type = SC_INCAGI; doevent "inc_sc_bonus::OnUse"; "> -- cgit v1.2.3-70-g09d2