diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-03-23 00:33:29 +0100 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-03-23 00:33:29 +0100 |
commit | a830f934d0e60a63f6491a0ccc6e98341d12af36 (patch) | |
tree | 1c4cab8dea8a86ca600f65fbe7454a88cff420a6 /db/re | |
parent | 4f7e8ea519e6b6a4a9bf50fabc08b182c47d8171 (diff) | |
download | hercules-a830f934d0e60a63f6491a0ccc6e98341d12af36.tar.gz hercules-a830f934d0e60a63f6491a0ccc6e98341d12af36.tar.bz2 hercules-a830f934d0e60a63f6491a0ccc6e98341d12af36.tar.xz hercules-a830f934d0e60a63f6491a0ccc6e98341d12af36.zip |
Fix Bug 8106
http://hercules.ws/board/tracker/issue-8106-crescent-elbow-knockback-range/
Increase reflect damage make by crescent elbow
Fix Bug 8099
http://hercules.ws/board/tracker/issue-8099-renewal-acid-bomb-damage/
Cart Revolution will now always knock targets to the West - rAthena:1f26499994af9b64aa96d5ed46f6e7cdefdb025b
Fix a bug with Backslide that let you continue to move even if you hit a wall on some case.
Thanks to Ind
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt index 29ba70d69..152912337 100644 --- a/db/re/skill_db.txt +++ b/db/re/skill_db.txt @@ -915,7 +915,7 @@ 2339,0,0,0,0,0,0,5,1,no,0,0,0,none,0, SR_GENTLETOUCH,Gentle Touch 2340,0,6,4,0,0x3,2,1,1,no,0,0,0,none,0, SR_ASSIMILATEPOWER,Assimilate Power 2341,3,6,16,0,0x1,0,1,1,yes,0,0x200,0,none,0, SR_POWERVELOCITY,Power Velocity -2342,1,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,3, SR_CRESCENTELBOW_AUTOSPELL,Crescent Elbow Autospell //CHECK Does this ignore defense? +2342,1,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,7, SR_CRESCENTELBOW_AUTOSPELL,Crescent Elbow Autospell //CHECK Does this ignore defense? 2343,1:2:3:3:4:4:5:5:6:7,8,1,0,0,0,10,-7,yes,0,0,0,weapon,0, SR_GATEOFHELL,Gate of Hell //CHECK Need to fix to be enemy targeted and also combo after Fallen Empire 2344,2,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, SR_GENTLETOUCH_QUIET,Gentle Touch - Quiet 2345,2,6,16,0,0x1,0,5,1,no,0,0,0,magic,0, SR_GENTLETOUCH_CURE,Gentle Touch - Cure //CHECK Its a healing skill. Guessing it has to be magic type? Healing isnt working. |