diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-09 14:43:35 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-09 14:43:35 +0000 |
commit | 3e8fdb1e9d8591db80b24999595d2c70a004dce1 (patch) | |
tree | 8bc239f39a08938a31c8002502570044f4aa157e /db/skill_cast_db.txt | |
parent | 173c3195ade5a6cdfe20c49e7f184a6b1336ca19 (diff) | |
download | hercules-3e8fdb1e9d8591db80b24999595d2c70a004dce1.tar.gz hercules-3e8fdb1e9d8591db80b24999595d2c70a004dce1.tar.bz2 hercules-3e8fdb1e9d8591db80b24999595d2c70a004dce1.tar.xz hercules-3e8fdb1e9d8591db80b24999595d2c70a004dce1.zip |
- Changed the default of skill_delay_attack_enable to no.
- Modified Magnum break's delay to 0, time1 to 2 secs, time2 to 10 secs. Time 1 is for the skill reuse delay, and time2 the weapon fire bonus time.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5236 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index ce39f6bbd..80707d479 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -34,7 +34,7 @@ //-- SM_PROVOKE
6,0,0,30000,0
//-- SM_MAGNUM
-7,0,2000,0,0
+7,0,0,2000,10000
//-- SM_ENDURE
8,0,0,10000:13000:16000:19000:22000:25000:28000:31000:34000:37000,0
//==========================================
|