diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:34:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:34:51 -0300 |
commit | 889e3ce6b9cae8ff13b65a4a9a7f243383a577cf (patch) | |
tree | 594cc400994fe9ff9453651017ec0761653e97a0 /db/re | |
parent | 3fb4d7a9f0007649205ec4c941977bc82c737e43 (diff) | |
download | serverdata-889e3ce6b9cae8ff13b65a4a9a7f243383a577cf.tar.gz serverdata-889e3ce6b9cae8ff13b65a4a9a7f243383a577cf.tar.bz2 serverdata-889e3ce6b9cae8ff13b65a4a9a7f243383a577cf.tar.xz serverdata-889e3ce6b9cae8ff13b65a4a9a7f243383a577cf.zip |
Elixir of Life now protects you from map ailments for 30 seconds
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5615bd726..c3e2ff558 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -632,6 +632,9 @@ item_db: ( sc_end SC_DEC_AGI; percentheal 100, 100; callfunc("SC_Bonus", SC_KAIZEL, 180000, 1); // Revives with 1% HP if you die + // Protects you for 30 seconds from map ailments + @coolio=max(gettimetick(2), @coolio)+30; + @purifio=max(gettimetick(2), @purifio)+30; "> }, { |