diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-03 15:11:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-03 15:11:37 -0300 |
commit | 883f539c1533bed44852fe6e3b04457de7297370 (patch) | |
tree | 0127f5b0b4ee87fd2023b2096b26c8b8fc7842aa /db/re | |
parent | c603523d5aa1e116bf466011158e8f75e9ddde9b (diff) | |
download | serverdata-883f539c1533bed44852fe6e3b04457de7297370.tar.gz serverdata-883f539c1533bed44852fe6e3b04457de7297370.tar.bz2 serverdata-883f539c1533bed44852fe6e3b04457de7297370.tar.xz serverdata-883f539c1533bed44852fe6e3b04457de7297370.zip |
Disable status boosting fruits
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 98e7629..ab4a14f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -18624,7 +18624,7 @@ item_db: ( Weight: 10 Delay: 500 Script: <" - statusup2(bStr, 1); + //statusup2(bStr, 1); STATUSUP_STR+=1; "> }, @@ -18638,7 +18638,7 @@ item_db: ( Weight: 10 Delay: 500 Script: <" - statusup2(bAgi, 1); + //statusup2(bAgi, 1); STATUSUP_AGI+=1; "> }, @@ -18652,7 +18652,7 @@ item_db: ( Weight: 10 Delay: 500 Script: <" - statusup2(bVit, 1); + //statusup2(bVit, 1); STATUSUP_VIT+=1; "> }, @@ -18666,7 +18666,7 @@ item_db: ( Weight: 10 Delay: 500 Script: <" - statusup2(bInt, 1); + //statusup2(bInt, 1); STATUSUP_INT+=1; "> }, @@ -18680,7 +18680,7 @@ item_db: ( Weight: 10 Delay: 500 Script: <" - statusup2(bDex, 1); + //statusup2(bDex, 1); STATUSUP_DEX+=1; "> }, @@ -18694,7 +18694,7 @@ item_db: ( Weight: 10 Delay: 500 Script: <" - statusup2(bLuk, 1); + //statusup2(bLuk, 1); STATUSUP_LUK+=1; "> }, @@ -18732,7 +18732,7 @@ item_db: ( getitem callfunc("any", StrengthFruit, AgilityFruit, VitalityFruit, IntelligenceFruit, DexterityFruit, LuckFruit), 1; end; } - statusup2(.@r, 1); + //statusup2(.@r, 1); "> }, { |