diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-12 21:05:48 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-12 21:05:48 +0000 |
commit | 93d7910284829bb87fb803acb4ecc2948fdfcfc1 (patch) | |
tree | 036828a70e822d691fbc6f0779cfde374cb7ccbb | |
parent | c2015c4407c55cfa1282b5c67e7f4eb980e94277 (diff) | |
download | hercules-93d7910284829bb87fb803acb4ecc2948fdfcfc1.tar.gz hercules-93d7910284829bb87fb803acb4ecc2948fdfcfc1.tar.bz2 hercules-93d7910284829bb87fb803acb4ecc2948fdfcfc1.tar.xz hercules-93d7910284829bb87fb803acb4ecc2948fdfcfc1.zip |
* Changed the aftercast delay of Envenom to 100ms
- this will cause that you can cast Envenom as fast as aMotion
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8251 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 35d786316..91fb330a1 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,8 @@ =========================
08/12
+ * Changed the aftercast delay of Envenom to 100ms [Playtester]
+ - this will cause that you can cast Envenom as fast as aMotion
* Reduced weight of Thanatos Tower quest items to 0 [Playtester]
08/10
* Updated the Packet DB up to the 2006-08-07aSakexe client. [Zephiris]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index db88388dd..dc5769b36 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -110,7 +110,7 @@ //-- TF_HIDING
51,0,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0
//-- TF_POISON
-52,0,0,0,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000
+52,0,100,0,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000
//==========================================
@@ -384,6 +384,7 @@ 247,2000,0,0,0,0
//==========================================
+
//===== Crusader ===========================
//-- CR_AUTOGUARD
249,0,0,0,300000,0
|