diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-19 14:21:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-19 14:21:51 +0000 |
commit | 036f08c123231031ddd77539e5142196bd72bca1 (patch) | |
tree | 4f6d23c01296c7a1de6f78b4674edb82bd6dca84 /db/skill_cast_db.txt | |
parent | b0a90c78d5d6a511f2bbad3648e6814addbc4b53 (diff) | |
download | hercules-036f08c123231031ddd77539e5142196bd72bca1.tar.gz hercules-036f08c123231031ddd77539e5142196bd72bca1.tar.bz2 hercules-036f08c123231031ddd77539e5142196bd72bca1.tar.xz hercules-036f08c123231031ddd77539e5142196bd72bca1.zip |
- Reverted the delay for Arrow Shower and Double Strafe to 100ms
- Reverted the cast time for pick stone to 500ms, no delay.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6176 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 284fd04f2..31bfdbaac 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -100,9 +100,9 @@ //-- AC_CONCENTRATION
45,0,0,0,60000:80000:100000:120000:140000:160000:180000:200000:220000:240000,0
//-- AC_DOUBLE
-46,0,-100,0,100,0
+46,0,100,0,100,0
//-- AC_SHOWER
-47,0,-100,0,100,0
+47,0,100,0,100,0
//==========================================
@@ -272,7 +272,7 @@ 149,0,0,0,0,10000
//-- TF_PICKSTONE
-151,3000,500,0,0,0
+151,500,0,0,0,0
//-- TF_THROWSTONE
152,0,100,0,0,8000
|