diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:19:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 11:19:22 -0300 |
commit | 925d3a19fae6235d67999d5db66c85536e95a89b (patch) | |
tree | 05beb899fffffc6864970b2a2b5f2497d77baaa3 /db/re/item_db.conf | |
parent | cfa70da12d4a722ec2fdf1ed48c7e86e37267db3 (diff) | |
download | serverdata-925d3a19fae6235d67999d5db66c85536e95a89b.tar.gz serverdata-925d3a19fae6235d67999d5db66c85536e95a89b.tar.bz2 serverdata-925d3a19fae6235d67999d5db66c85536e95a89b.tar.xz serverdata-925d3a19fae6235d67999d5db66c85536e95a89b.zip |
Precision Potion, Move Potion, Dodge Potion, Sacred Potions: Last longer.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6c33c831c..2ddd72483 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2669,7 +2669,7 @@ item_db: ( Script: <" @min = 150; @max = 150; - @delay = rand(5,15); + @delay = rand(15,30); @type = SC_WALKSPEED; doevent "inc_sc_bonus::OnUse"; "> @@ -2687,7 +2687,7 @@ item_db: ( Script: <" @min = 40; @max = 40; - @delay = 20; + @delay = 60; @type = SC_INCHIT; doevent "inc_sc_bonus::OnUse"; "> @@ -2977,7 +2977,7 @@ item_db: ( Script: <" @min = 10; @max = 10; - @delay = 120; + @delay = 300; @type = SC_INCMHPRATE; doevent "inc_sc_bonus::OnUse"; "> @@ -2995,7 +2995,7 @@ item_db: ( Script: <" @min = 10; @max = 10; - @delay = 120; + @delay = 300; @type = SC_INCMSPRATE; doevent "inc_sc_bonus::OnUse"; "> @@ -3013,7 +3013,7 @@ item_db: ( Script: <" @min = 40; @max = 40; - @delay = 20; + @delay = 60; @type = SC_INCFLEE; doevent "inc_sc_bonus::OnUse"; "> |