diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-12 16:30:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-12 16:30:51 +0000 |
commit | 0b960ee5b5373b5b8343e2310bc148a2c345bd61 (patch) | |
tree | 995a97456167690a1c7882ba298159491ecc4a6c /db | |
parent | 1007b1ff4a5a9d01a3133b5c255bf115976d6daa (diff) | |
download | hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.tar.gz hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.tar.bz2 hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.tar.xz hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.zip |
- Updated cast times of Kaupe and Kaahi.
- Some small code cleanups.
- Sma has cast-dex reducable now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6564 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 4 | ||||
-rw-r--r-- | db/skill_castnodex_db.txt | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index db2f82b73..d23518ed7 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,8 @@ =========================
05/12
+ * Updated cast times of Kaupe and Kaahi. [Skotlex]
+ * SMA has dex reducable casttime now. [Skotlex]
* Updating drops to Aegis X.2 [Playtester]
- progress 35%
05/11
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index b7d116966..5bfef5c23 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -743,9 +743,9 @@ //-- SL_KAIZEL
462,4500:4000:3500:3000:2500:2000:1500,0,0,1800000,2000
//-- SL_KAAHI
-463,0,0,0,1800000,500
+463,0,500,0,1800000,500
//-- SL_KAUPE
-464,500,0,0,600000,0
+464,500,500,0,600000,0
//-- SL_KAITE
465,6000:5500:5000:4500:4000:3500:3000,0,0,60000:120000:180000:240000:300000:360000:600000,0
//-- SL_STIN
diff --git a/db/skill_castnodex_db.txt b/db/skill_castnodex_db.txt index f4d7f6964..d8d2bc590 100644 --- a/db/skill_castnodex_db.txt +++ b/db/skill_castnodex_db.txt @@ -20,7 +20,6 @@ 462,1 //SL_KAIZEL
467,1 //SL_STIN
468,1 //SL_STUN
-469,1 //SL_SMA
1014,1 //PR_REDEMPTIO
10010,3 //GD_BATTLEORDER
10011,3 //GD_REGENERATION
|