Issue information

Issue ID
#4527
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 2, 2010 19:18
Last Post
Hercules Elf Bot
Mar 8, 2012 14:16
Confirmation
N/A

Hercules Elf Bot - Nov 2, 2010 19:18

Originally posted by [b]Inquisetor90[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4527

In renewal the skill LK_SPIRALPIERCE no longer ignores defense.

http://forums.irowiki.org/showpost.php?p=7...mp;postcount=73
QUOTE
Spiral Pierce/Clashing spiral:
it does NOT ignores def anymore
now can be used with one and two handed swords and spears
now it is afected by weapon attack and weigth of the weapon
concentration/spear dinamo and aura blade adds damage to spiral pierce
arablade adds +500 damage to spiral pierce(+100 for each hit)
Sugested damage formula that Doddler get from Jro 350%*(atk+w.weight)*5 hits.
possible spiral pierce damage formula by clogon (Kro sakray only) Floor[Floor(Weight/2)*s.lvl+atk]*(100%+50%*s.lvl)*5 hits


http://ro.doddlercon.com/wiki/index.php?ti...Clashing_Spiral
QUOTE
Clashing Spiral
The skill damage is influenced by Attack Power (status + equip) and the weapon's weight.
The skill can now be cast with One Handed and Two Handed Swords.
The skill requirements have changed (now only requires Spear Mastery 5 instead of 10).

The bolded bits could easily be changed in database and are evident changes. Cast time and cooldowns are not fully confirmed yet but assumed to go with the standard 20% fixed and 80% variable which requires source.





1) Make spiral pierce no longer ignore defense

http://code.google.com/p/eathena-project/s..._db.txt?r=14415

In /db/skill_db.txt
CODE
397,5,8,1,-1,0x20,0,5,5,no,0,0,0,weapon,0,    LK_SPIRALPIERCE,Spiral Pierce


should be
CODE
397,5,8,1,-1,0,0,5,5,no,0,0,0,weapon,0,    LK_SPIRALPIERCE,Spiral Pierce





2) Make spiral pierce be usable by 1H/2H swords as well

http://code.google.com/p/eathena-project/s..._db.txt?r=14415

In /db/skill_require_db.txt

CODE
-397,0,0,18:21:24:27:30,0,0,0,4:5,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0    //LK_SPIRALPIERCE#?X?p?C?????s?A??X#

+397,0,0,18:21:24:27:30,0,0,0,2:3:4:5,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0    //LK_SPIRALPIERCE#?X?p?C?????s?A??X#



3) Lower prerequisite from spear mastery level 10 to level 5 to get spiral pierce into the skill tree.

http://code.google.com/p/eathena-project/s...ree.txt?r=14415
CODE
4008,397,5,55,10,56,5,58,5,63,1,0,0 //LK_SPIRALPIERCE#Spiral Pierce#

should be changed to
CODE
4008,397,5,55,5,56,5,58,5,63,1,0,0 //LK_SPIRALPIERCE#Spiral Pierce#


This post has been edited by Inquisetor90: Nov 2 2010, 12:46 PM

Hercules Elf Bot - Mar 8, 2012 14:15

Originally posted by [b]Kenpachi[/b]
Fixed in previous eAthena revision.