diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-06-06 14:52:16 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-06-06 14:52:16 +0200 |
commit | 197d401dc57fd4c02009915816354b2205f17654 (patch) | |
tree | c9b3cc517c3d36ce2b10e4909581d414f21a4a5a /db/re | |
parent | 17382d380c0476ffc5616d8e34b299c4bc485be7 (diff) | |
download | hercules-197d401dc57fd4c02009915816354b2205f17654.tar.gz hercules-197d401dc57fd4c02009915816354b2205f17654.tar.bz2 hercules-197d401dc57fd4c02009915816354b2205f17654.tar.xz hercules-197d401dc57fd4c02009915816354b2205f17654.zip |
Fix bug 8225
http://hercules.ws/board/tracker/issue-8225-gentle-touch-revitalize/
Complete Sorcerer Elemental Skills.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.txt | 10 | ||||
-rw-r--r-- | db/re/skill_unit_db.txt | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt index 0d498fc17..456fa7008 100644 --- a/db/re/skill_db.txt +++ b/db/re/skill_db.txt @@ -1247,15 +1247,15 @@ 8431,9,6,1,1,0,1,1,1,no,0,0,0,magic,0, EL_WATER_SCREW,Water Screw 8432,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0, EL_WATER_SCREW_ATK,Water Screw Attack 8433,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0, EL_TIDAL_WEAPON,Tidal Weapon -8434,11,6,1,4,0,0,1,1,no,0,0,0,weapon,0, EL_WIND_SLASH,Wind Slasher -8435,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0, EL_HURRICANE,Hurricane Rage +8434,11,6,1,4,0,0,1,1,no,0,0,0,weapon,0, EL_WIND_SLASH,Wind Slasher +8435,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0, EL_HURRICANE,Hurricane Rage 8436,7,6,1,4,0,0,1,1,no,0,0,0,magic,0, EL_HURRICANE_ATK,Hurricane Rage Attack -8437,11,8,1,4,0,1,1,-3,no,0,0,0,weapon,0, EL_TYPOON_MIS,Typhoon Missile -8438,11,8,1,4,0,1,1,-3,no,0,0,0,magic,0, EL_TYPOON_MIS_ATK,Typhoon Missile Attack +8437,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0, EL_TYPOON_MIS,Typhoon Missile +8438,11,6,1,4,0,1,1,1,no,0,0,0,magic,0, EL_TYPOON_MIS_ATK,Typhoon Missile Attack 8439,5,6,1,2,0,0,1,1,no,0,0,0,weapon,0, EL_STONE_HAMMER,Stone Hammer 8440,3,6,1,2,0,1,1,1,no,0,0,0,weapon,0, EL_ROCK_CRUSHER,Rock Launcher 8441,5,6,1,2,0,1,1,1,no,0,0,0,magic,0, EL_ROCK_CRUSHER_ATK,Rock Launcher Attack -8442,9,6,1,2,0,1,1,-5,no,0,0,0,weapon,0, EL_STONE_RAIN,Stone Rain +8442,9,6,1,2,0,1,1,-5,no,0,0,0,weapon,0, EL_STONE_RAIN,Stone Rain 10000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_APPROVAL,Official Guild Approval 10001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_KAFRACONTRACT,Kafra Contract diff --git a/db/re/skill_unit_db.txt b/db/re/skill_unit_db.txt index 54f9d7a2c..ed69a46bb 100644 --- a/db/re/skill_unit_db.txt +++ b/db/re/skill_unit_db.txt @@ -178,9 +178,9 @@ 8212,0x97, , 0, 1,1000,enemy, 0x006 //MA_FREEZINGTRAP 8403,0xed, , -1, 1,1000,enemy, 0x018 //EL_FIRE_MANTLE -8406,0xee, , 0, 1, -1,friend,0x018 //EL_WATER_BARRIER -8409,0xef, , 0, 1,1000,friend,0x018 //EL_ZEPHYR -8412,0xf0, , 0, 1, -1,friend,0x018 //EL_POWER_OF_GAIA +8406,0xee, , 0, 1, -1,friend,0x2018 //EL_WATER_BARRIER +8409,0xef, , 0, 1, -1,friend,0x2018 //EL_ZEPHYR +8412,0xf0, , 0, 1, -1,friend,0x2018 //EL_POWER_OF_GAIA 10006,0xc1, , 2, 0, -1,sameguild, 0x040 //GD_LEADERSHIP 10007,0xc2, , 2, 0, -1,sameguild, 0x040 //GD_GLORYWOUNDS |