Issue information

Issue ID
#5265
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jan 25, 2012 12:34
Last Post
Mysterious
Mar 27, 2014 21:32
Confirmation
Yes (1)
No (1)

Hercules Elf Bot - Jan 25, 2012 12:34

Originally posted by [b]calciumkid[/b]
It gives the atk bonus but the skill doesn't ignore DEF as it's supposed to.

no aura
[img]http://i521.photobucket.com/albums/w332/astrospud/noaura.jpg[/img]

aura
[img]http://i521.photobucket.com/albums/w332/astrospud/aurablade.jpg[/img]

incantation samurai card

[img]http://i521.photobucket.com/albums/w332/astrospud/inca.jpg[/img]

Confirmations?

Hercules Elf Bot - Jan 27, 2012 2:17

Originally posted by [b]calciumkid[/b]
Bumpity.

Hercules Elf Bot - Jan 28, 2012 1:23

Originally posted by [b]Protimus[/b]
This is strange, because this skill don't have these bonus on source code and any modifications to increment flags with defense immunity.

[CODE]set_sc( LK_AURABLADE , SC_AURABLADE , SI_AURABLADE , SCB_NONE );[/CODE]

Don't have bonus.

[CODE]355,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, LK_AURABLADE,Aura Blade[/CODE]

0x01 - No damage skill


What can happen is the code are in the wrong place, pulling vit calculations and consequently reducing the defense.

In battle.c check these code:


[CODE]
//Post skill/vit reduction damage increases
if( sc && skill_num != LK_SPIRALPIERCE && skill_num != ML_SPIRALPIERCE )
{ //SC skill damages
if(sc->data[SC_AURABLADE])
ATK_ADD(20*sc->data[SC_AURABLADE]->val1);
}[/CODE]

This post has been edited by Protimus on Jan 28, 2012 1:27

Hercules Elf Bot - Jan 29, 2012 2:47

Originally posted by [b]calciumkid[/b]
What do you want me to check about them?

Mine are the same :3

[CODE] //Post skill/vit reduction damage increases
if( sc && skill_num != LK_SPIRALPIERCE && skill_num != ML_SPIRALPIERCE )
{ //SC skill damages
if(sc->data[SC_AURABLADE])
ATK_ADD(20*sc->data[SC_AURABLADE]->val1);
}[/CODE]

Hercules Elf Bot - Jan 31, 2012 9:18

Originally posted by [b]calciumkid[/b]
Any updates on this?

Hercules Elf Bot - Feb 9, 2012 7:45

Originally posted by [b]CalciumKid[/b]
Bumpity boo :)

Hercules Elf Bot - Feb 27, 2012 10:23

Originally posted by [b]CalciumKid[/b]
prom said anyone else can fix this :)

Hercules Elf Bot - Feb 27, 2012 17:24

Originally posted by [b]Xantara[/b]
I think it is working as intended.

[url="http://irowiki.org/wiki/Aura_Blade"]iRO Wiki:[/url]
[quote]
This is almost a [url="http://irowiki.org/wiki/Weapon_Mastery"]Weapon Mastery[/url] Skill, and thus almost carries those properties; for example, [b]the damage gained from this skill bypasses [url="http://irowiki.org/wiki/DEF"]defense[/url][/b], and is added at the end of all attacks.
[/quote]

Only the damage gained from the skill bypasses defense, not the whole attack damage....?

Hercules Elf Bot - Apr 23, 2012 19:47

Originally posted by [b]MarkZD[/b]
I'm testing on bRO.

This post has been edited by MarkZD on Apr 23, 2012 19:53

Hercules Elf Bot - Apr 23, 2012 20:42

Originally posted by [b]MarkZD[/b]
Tested against a Bradium Golem and Ambernite with bash with and without aura blade.
No cards that add damage used.
Skill Bash from Swordman used.
Using a hunting spear+5.

Difference in damage is very low.
[b]Ambernite[/b](26 def):
From 1957 to 2187 without aura blade.
From 2189 to 2336 with aura blade.

[b]Bradium Golem[/b](358 def):
From 1641 to 1735 without aura blade.
From 1719 to 1898 with aura blade.


So, apparently only damage gained from skill bypasses defense.

This post has been edited by MarkZD on Apr 25, 2012 13:17

Hercules Elf Bot - Apr 25, 2012 8:47

Originally posted by [b]Angezerus[/b]
[quote name='MarkZD' timestamp='1335213759' post='8530']
So, I apparently only damage gained from skill bypasses defense.
[/quote]

Isn't that's how it should work?

[quote][color=#000000][font=sans-serif][size=3]This is [/size][/font][/color][i]almost[/i][color=#000000][font=sans-serif][size=3] a [/size][/font][/color][url="http://irowiki.org/wiki/Weapon_Mastery"]Weapon Mastery[/url][color=#000000][font=sans-serif][size=3] Skill, and thus almost carries those properties; for example, [b]the damage gained from this skill[/b] bypasses [/size][/font][/color][url="http://irowiki.org/wiki/DEF"]defense[/url][color=#000000][font=sans-serif][size=3], and is [b]added at the end of all attacks[/b].[/size][/font][/color][/quote]

That means to me that it is added after the skill's bonus.

Like:

200 overall atk when used with a 600% atk skill, and max aura blade on should be something like:

(200*6) + 100
(affected by def) + not affected by def

[quote name='Xantara' timestamp='1330363445' post='7242']
I think it is working as intended
[/quote]

This post has been edited by Angezerus on Apr 25, 2012 8:51

Hercules Elf Bot - May 2, 2012 13:37

Originally posted by [b]adan-01[/b]
Hey, you should check again this skill, somehow it's not working anymore.. I have tested it and I deal the same damage, it's not adding the 100