diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 14:52:13 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 14:52:13 +0000 |
commit | c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09 (patch) | |
tree | 8106e6329419f438c59c2b437f34dcabfbd69c96 /db | |
parent | e48d77bc2d05725ebabfc8b314800c1ab808da04 (diff) | |
download | hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.tar.gz hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.tar.bz2 hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.tar.xz hercules-c7e61f1ad2d02b5ee9605d6f7c83a7456ecaff09.zip |
Fixed bugreport:5889 GC_ROLLINGCUTTER range and behavior are now updated.
Fixed part of bugreport:5880
-Fixed damage formula of NC_SELFDESTRUCTION.
-Fixed damage formula of GC_CROSSRIPPERSLASHER.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16206 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/skill_cast_db.txt | 4 | ||||
-rw-r--r-- | db/pre-re/skill_db.txt | 2 | ||||
-rw-r--r-- | db/re/skill_cast_db.txt | 4 | ||||
-rw-r--r-- | db/re/skill_db.txt | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/db/pre-re/skill_cast_db.txt b/db/pre-re/skill_cast_db.txt index 9fe7b4872..d3182678b 100644 --- a/db/pre-re/skill_cast_db.txt +++ b/db/pre-re/skill_cast_db.txt @@ -1138,8 +1138,8 @@ 2034,0,1000,0,0,0,0 //-- GC_HALLUCINATIONWALK 2035,0,0,0,30000:35000:40000:45000:50000,25000,300000 -//-- GC_ROLLINGCUTTER //CHECK duration 1 (should be as long as esma status?) -2036,0,200,0,4000,0,0 +//-- GC_ROLLINGCUTTER +2036,0,200,0,3000,0,0 //-- GC_CROSSRIPPERSLASHER 2037,0,1000,0,0,0,0 //========================================== diff --git a/db/pre-re/skill_db.txt b/db/pre-re/skill_db.txt index 308ad84f5..5e0dd7724 100644 --- a/db/pre-re/skill_db.txt +++ b/db/pre-re/skill_db.txt @@ -742,7 +742,7 @@ 2033,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0, GC_CLOAKINGEXCEED,Cloaking Exceed 2034,0,6,4,-1,0x2,3,1,1,no,0,0,0,weapon,0, GC_PHANTOMMENACE,Phantom Menace 2035,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0, GC_HALLUCINATIONWALK,Hallucination Walk -2036,0,6,4,-1,0x2,1,5,1,no,0,0,0,weapon,0, GC_ROLLINGCUTTER,Rolling Cutter +2036,0,6,4,-1,0x2,1:1:1:1:2,5,1,no,0,0,0,weapon,0, GC_ROLLINGCUTTER,Rolling Cutter 2037,7,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, GC_CROSSRIPPERSLASHER,Cross Ripper Slasher //**** diff --git a/db/re/skill_cast_db.txt b/db/re/skill_cast_db.txt index 14291896f..203e40b79 100644 --- a/db/re/skill_cast_db.txt +++ b/db/re/skill_cast_db.txt @@ -1139,8 +1139,8 @@ 2034,0,1000,0,0,0,0,0 //-- GC_HALLUCINATIONWALK 2035,0,0,0,30000:35000:40000:45000:50000,25000,300000,0 -//-- GC_ROLLINGCUTTER //CHECK duration 1 (should be as long as esma status?) -2036,0,200,0,4000,0,0,0 +//-- GC_ROLLINGCUTTER +2036,0,200,0,3000,0,0,0 //-- GC_CROSSRIPPERSLASHER 2037,0,1000,0,0,0,0,0 //========================================== diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt index ad907e8ab..24f7eddb3 100644 --- a/db/re/skill_db.txt +++ b/db/re/skill_db.txt @@ -743,7 +743,7 @@ 2033,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, GC_CLOAKINGEXCEED,Cloaking Exceed 2034,0,6,4,-1,0x2,3,1,1,no,0,0,0,weapon,0, GC_PHANTOMMENACE,Phantom Menace 2035,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0, GC_HALLUCINATIONWALK,Hallucination Walk -2036,0,6,4,-1,0x2,1,5,1,no,0,0,0,weapon,0, GC_ROLLINGCUTTER,Rolling Cutter +2036,0,6,4,-1,0x2,1:1:1:1:2,5,1,no,0,0,0,weapon,0, GC_ROLLINGCUTTER,Rolling Cutter 2037,7,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, GC_CROSSRIPPERSLASHER,Cross Ripper Slasher //**** |