diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-01 18:34:05 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-01 18:34:05 +0000 |
commit | 293439505d1fef24ca1596ee034d1897dc30ae0b (patch) | |
tree | ba15f0339f0421d1ec7cbef1fdde4905adf37554 /db/skill_cast_db.txt | |
parent | 2f3928c61a4b13eeb29a0a66802b7d334f319af3 (diff) | |
download | hercules-293439505d1fef24ca1596ee034d1897dc30ae0b.tar.gz hercules-293439505d1fef24ca1596ee034d1897dc30ae0b.tar.bz2 hercules-293439505d1fef24ca1596ee034d1897dc30ae0b.tar.xz hercules-293439505d1fef24ca1596ee034d1897dc30ae0b.zip |
- Corrected homunculus's aspd being halved after using some aspd adjusting skill.
- Cleaned up the resetskill function (even though the functionality is the same as before)
- Corrected item 1459 (unused Partizan with no slots) being wlv3 instead of 2 (as the other two partizans)
- Changed the name of the four second versions of homunculi to not have a 2. (so you get a 'lif' and not a 'lif2'
- Removed flag graffiti from abracadabra
- Updated the stun times of Bash, Npc-StunAttack and meteor Assault to 5 secs as reported by Ultra Mage (still pending more data to see if all others need updating as well)
- Removed the log info message 'created homunc...', and the 'loaded homunc' message will only show if the save_log is enabled.
- Some cleanups
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9760 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index ba73b2e31..4fba63834 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -264,7 +264,7 @@ 143,0,0,0,600000,0 //-- SM_FATALBLOW -145,0,0,0,0,3000 +145,0,0,0,0,5000 //-- AC_CHARGEARROW 148,1500,0,0,0,0 @@ -315,7 +315,7 @@ //-- NPC_SILENCEATTACK 178,0,0,0,0,10000:12000:14000:16000:18000:20000:22000:24000:26000:28000 //-- NPC_STUNATTACK -179,0,0,0,0,3000 +179,0,0,0,0,5000 //-- NPC_PETRIFYATTACK 180,0,0,0,5000,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //-- NPC_CURSEATTACK @@ -676,7 +676,7 @@ //-- PF_SPIDERWEB 405,0,0,0,30000,8000 //-- ASC_METEORASSAULT (Upkeep2 times are duration of: blind(lv1), stun(lv2) or bleeding (lv3) -406,500,500,0,0,10000:3000:120000 +406,500,500,0,0,10000:5000:120000 //-- ASC_CDP 407,0,500,0,0,0 //========================================== |