diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 19:00:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 19:00:42 -0300 |
commit | 38dc7226c90711b989478dc4e838154e8cb0b65f (patch) | |
tree | 1c47b91105026351b8a74c4682cfd0d249ed653a /db/re/item_db.conf | |
parent | 0a808cdee32b7c8c29e2dbce2c109ae6c0d92e2d (diff) | |
download | serverdata-38dc7226c90711b989478dc4e838154e8cb0b65f.tar.gz serverdata-38dc7226c90711b989478dc4e838154e8cb0b65f.tar.bz2 serverdata-38dc7226c90711b989478dc4e838154e8cb0b65f.tar.xz serverdata-38dc7226c90711b989478dc4e838154e8cb0b65f.zip |
*NEW* [Elixir Of Life] will not only dispel ailments and fully heal.
It'll also set auto-revive for 3 minutes if you accidentaly die! =D
You hardly will waste this potion if you use it in combat.
But beware: You'll come back with ONLY 1% HP! (20% if you use S. Pot. Imortality)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1ae6e73f5..aedc9aed4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -631,6 +631,7 @@ item_db: ( sc_end SC_DEEP_SLEEP; sc_end SC_DEC_AGI; percentheal 100, 100; + callfunc("SC_Bonus", SC_KAIZEL, 180000, 1); // Revives with 1% HP if you die "> }, { @@ -15992,7 +15993,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - sc_start SC_KAIZEL, 60000, 40; // Revives with 40% HP if you die + callfunc("SC_Bonus", SC_KAIZEL, 60000, 40); // Revives with 40% HP if you die "> }, |