diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-05 10:42:35 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-05 10:42:35 +0000 |
commit | 059dbb1fe0a5d02b24e03c9874b97f94fe260238 (patch) | |
tree | c04ab615ced1d049ab729187e0482ff57a5d16bf | |
parent | 79b36cc86e1c1c596e1b23874f2c5acf947807bc (diff) | |
download | hercules-059dbb1fe0a5d02b24e03c9874b97f94fe260238.tar.gz hercules-059dbb1fe0a5d02b24e03c9874b97f94fe260238.tar.bz2 hercules-059dbb1fe0a5d02b24e03c9874b97f94fe260238.tar.xz hercules-059dbb1fe0a5d02b24e03c9874b97f94fe260238.zip |
- Corrected Lif skill durations/delays according to http://irowiki.org/wiki/Lif
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11856 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index cee3dea63..1d6a81a10 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,10 @@ 2376 General's_Plate_Mail Increases heal recovery effectiveness on you by 10% ======================= + +12/05 + * Corrected Lif skill durations/delays according to + http://irowiki.org/wiki/Lif [Skotlex] 12/02 * Rev. 11852 Added some missing headgears from others official servers. [Zephyrus] 11/27 diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index ff768c902..1b994546c 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -1005,15 +1005,15 @@ //========================================== //-- HLIF_HEAL -8001,0,1000,0,0,1000 +8001,0,2000,0,0,0 //-- HLIF_AVOID -8002,0,40000:35000:30000:25000:20000,0,0,40000:45000:50000:55000:60000 +8002,0,35000,0,40000:35000:30000:25000:20000,0 //-- HLIF_CHANGE -8004,0,600000:900000:1200000,0,60000:180000:300000,0 +8004,0,600000:900000:1200000,0,60000:120000:180000,0 //-- HAMI_CASTLE 8005,0,0,0,0,60000:70000:80000:90000:129000 //-- HAMI_DEFENCE -8006,0,0,0,40000:35000:30000:25000:20000,30000 +8006,0,0,0,40000:35000:30000:25000:20000,0 //-- HAMI_BLOODLUST 8008,0,0,0,60000:180000:300000,300000:600000:900000 //-- HFLI_MOON |