diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-04 04:48:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-04 04:48:30 +0000 |
commit | e27cd1c1b31aa3cecf2006de64f2b95f90bcd7cb (patch) | |
tree | e5f666a82c5a0f2c5a366c40c3f05f5d1da55953 /db/skill_cast_db.txt | |
parent | 4f44cd846049aa506f3c8c43fb25d78343e71551 (diff) | |
download | hercules-e27cd1c1b31aa3cecf2006de64f2b95f90bcd7cb.tar.gz hercules-e27cd1c1b31aa3cecf2006de64f2b95f90bcd7cb.tar.bz2 hercules-e27cd1c1b31aa3cecf2006de64f2b95f90bcd7cb.tar.xz hercules-e27cd1c1b31aa3cecf2006de64f2b95f90bcd7cb.zip |
- Fixed missing baby-dancer job in exp2.txt
- Added function battle_set_walkdelay in charge of updating walkdelays of characters based on two criterias: when the delay is induced by damage, if the current walk delay isn't over yet, do not update it. If the delay is instead caused by a skill, then the current walk delay cannot be decreased, only increased.
- Removed the canmove tick reset on skill cast cancel; likewise it isn't updated on begin casting. pc_can_move uses a skilltimer check to know whether you can move or not.
- Added GrandCross's can't move delay of 900ms to skill_cast_db
- Added Finger Offensive's can't move delay of 200ms/lv to skill_cast_db
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5457 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index e61e3a561..59fc3748c 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -369,7 +369,7 @@ //-- CR_HOLYCROSS
253,0,0,0,0,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000
//-- CR_GRANDCROSS
-254,2000,1500,0,900,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000
+254,2000,1500,900,900,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000
//-- CR_DEVOTION
255,3000,0,0,0,30000:45000:60000:75000:90000
//-- CR_PROVIDENCE
@@ -390,7 +390,7 @@ //-- MO_INVESTIGATE
266,1000,500,0,0,0
//-- MO_FINGEROFFENSIVE
-267,1000,500,0,0,0
+267,1000,500,0:200:400:600:800,0,0
//-- MO_STEELBODY
268,5000,0,0,30000:60000:90000:120000:150000,0
//-- MO_BLADESTOP
@@ -504,8 +504,8 @@ //===== NPC Skills Part 2 ==================
-//-- NPC_DARKGRANDCROSS
-339,2000,1500,0,900,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000
+//-- NPC_DARKGRANDNESS
+339,2000,1500,900,900,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000
//-- NPC_STOP
340,0,0,0,10000,0
//-- NPC_POWERUP
|