diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-22 14:57:55 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-22 14:57:55 +0000 |
commit | 782af771684f613e20111bd498ccd1b885978551 (patch) | |
tree | 66f285d5e1847bcaf869b8b13c321c0664be5594 /db | |
parent | 4efdd5fd43c19b846de528610fd9233f52978063 (diff) | |
download | hercules-782af771684f613e20111bd498ccd1b885978551.tar.gz hercules-782af771684f613e20111bd498ccd1b885978551.tar.bz2 hercules-782af771684f613e20111bd498ccd1b885978551.tar.xz hercules-782af771684f613e20111bd498ccd1b885978551.zip |
- Twilight Pharmacy's cast time is no longer reducable by dex.
- All weapon enchant levels now last 3 minutes.
- Corrected Ankle Snare/Spider Web having a 1% chance to trap rather than 100%
- Food boosts are now dispelled on death only.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10050 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 | ||||
-rw-r--r-- | db/skill_castnodex_db.txt | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 66467b472..04ec10cd2 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,7 +19,10 @@ ----- ======================== + 03/23 + * Twilight Pharmacy's cast time is no longer reducable by dex. + * All weapon enchant levels now last 3 minutes. [Skotlex] * Added 11.2 weapons [Playtester] 03/22 * Optimized Aliza Card [Lupus] diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index c4e8ab7c8..5095cfbdc 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -822,7 +822,7 @@ //========================================== //-- ITEM_ENCHANTARMS -492,0,0,0,180000:180000:180000:180000:180000:1200000:1200000:1200000:1200000:1200000,0 +492,0,0,0,180000,0 //===== Mixed Taekwon Skills =============== //-- TK_MISSION diff --git a/db/skill_castnodex_db.txt b/db/skill_castnodex_db.txt index 74ce7b299..f366056d5 100644 --- a/db/skill_castnodex_db.txt +++ b/db/skill_castnodex_db.txt @@ -22,6 +22,9 @@ 410,1 //WE_CALLBABY 482,1 //PF_DOUBLECASTING 462,1 //SL_KAIZEL +496,1 //AM_TWILIGHT1 +497,1 //AM_TWILIGHT2 +498,1 //AM_TWILIGHT3 512,3 //GS_TRACKING 1014,1 //PR_REDEMPTIO 10010,3 //GD_BATTLEORDER |