Issue information

Issue ID
#4695
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jan 8, 2011 3:51
Last Post
Hercules Elf Bot
Dec 25, 2011 17:06
Confirmation
N/A

Hercules Elf Bot - Jan 8, 2011 3:51

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

// Row: target's defense element <----------- Column
// Column: attacker's weapon element <----------- Row

Is my ignorance or this description is wrong, should be the opposite...

Hercules Elf Bot - Dec 9, 2011 3:26

Originally posted by [b]Jguy[/b]
Can anyone confirm? I'm...not sure here.

Hercules Elf Bot - Dec 10, 2011 22:18

Originally posted by [b]Kenpachi[/b]
According to the [url="http://irowiki.org/wiki/Element"]iRO wiki[/url] the table layout is correct, but the values should be updated I think.

Hercules Elf Bot - Dec 14, 2011 0:07

Originally posted by [b]diedlikeahero[/b]
Attached is the updated attr_fix.txt file. The tables are indeed backwards. If you follow the current documentation and fight a monster in-game, you will notice that Fire > Water, rather than Water > Fire.

Hercules Elf Bot - Dec 14, 2011 0:07

Originally posted by [b]diedlikeahero[/b]
I can't edit my post. :S

I meant to say that the rows and columns are flip flopped, not the tables.

Hercules Elf Bot - Dec 14, 2011 7:15

Originally posted by [b]Kenpachi[/b]
The rows and columns are not inverted!

Quote from attr_fix.txt
[quote]// Row: target's defense element
// Column: attacker's weapon element[/quote]
Quote from iRO Wiki
[quote]The columns correspond to the attacking element and the rows correspond to the defending element.[/quote]

You see? Matches very well...

This post has been edited by Kenpachi on Dec 14, 2011 7:23

Hercules Elf Bot - Dec 14, 2011 7:39

Originally posted by [b]GodLesZ[/b]
Just prove it using try & error:

[code]//Neut Watr Erth Fire Wind Pois Holy Shdw Gho Und
100, 100, 100, 100, 100, 100, 100, 100, 25, 100, // Neutral
100, 25, 100, 150, 50, 100, 75, 100, 100, 100, // Water[/code]

See 2nd row:
[color=#000080]Watr[/color] -> [color=#000080]Water[/color] = [b]25%[/b]
What happens, if you attack using [color=#000080]water[/color] element on a [color=#000080]water[/color] armor?
Your damage is capped to [b]25%[/b] [i](on level 1 properties of course)[/i].

Following this test, the [b]rows[/b] are the [b]defence element[/b] and [u]columns[/u] are [u]attack element[/u].

Hercules Elf Bot - Dec 14, 2011 8:01

Originally posted by [b]Kenpachi[/b]
Closing this and creating a new one because of outdated values.