diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-12 13:57:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-12 13:57:01 +0000 |
commit | 78c0d6d558d8403c1a61b0e306a37488d1c2cbb5 (patch) | |
tree | a04d30acd84ef746e91dcff84ca827a492943c35 /db | |
parent | 7c0c257c88590432c80a5330d01414396d33fdb0 (diff) | |
download | hercules-78c0d6d558d8403c1a61b0e306a37488d1c2cbb5.tar.gz hercules-78c0d6d558d8403c1a61b0e306a37488d1c2cbb5.tar.bz2 hercules-78c0d6d558d8403c1a61b0e306a37488d1c2cbb5.tar.xz hercules-78c0d6d558d8403c1a61b0e306a37488d1c2cbb5.zip |
- Corrected Caprice cast info. No cast time, delay time equal to the bolt spells.
- When slaves_inherit_speed is set (which is also the default), homun will have the same speed of their master when spawned.
- When using Hatred and you already have a hate target, your current hate target is displayed now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8972 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 8ee3e9f08..4bb4768df 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,8 @@ ========================
10/12
+ * Corrected Caprice cast info. No cast time, delay time equal to the bolt
+ spells. [Skotlex]
* Probably official GS/NJ Job Exp [Playtester]
10/09
* Fixed High Quality Sandals not being refinable [Playtester]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index f135e7126..ad804f3b2 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -978,7 +978,7 @@ //-- HFLI_SPEED
8011,0,0,0,60000:55000:50000:45000:40000,60000:70000:80000:90000:120000
//-- HVAN_CAPRICE
-8013,700:1400:2100:2800:3500,0,1000:1200:1400:1600:1800,0,1000:1200:1400:1600:1800
+8013,0,1000:1200:1400:1600:1800,0,0,0
//-- HVAN_CHAOTIC
8014,0,0,1000,0,1000
//-- HVAN_EXPLOSION
|