Issue information

Issue ID
#5950
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 6, 2012 21:40
Last Post
Hercules Elf Bot
Jun 21, 2012 12:24
Confirmation
N/A

Hercules Elf Bot - Jun 6, 2012 21:40

Originally posted by [b]jTynne[/b]
[color=#000000][font=Verdana, Arial, Helvetica, sans-serif][size=3]I did a little testing on this rune. On my poor testing dummy (endow sage), I tried few different weapons. Apparently, the damage is affected by weapon weight more that ATK, and it is really low...got 16k with Carled, heaviest weapon around. So what is the point? Is it bugged, or simply not finished skill?[/size][/font][/color]

Per community member.

This post has been edited by jTynne on Jun 6, 2012 21:40

Hercules Elf Bot - Jun 7, 2012 3:34

Originally posted by [b]malufett[/b]
Crush strike is highly dependent on weapons attack strength and upgrade level...


[CODE]
if( sd )
{
short index = sd->equip_index[EQI_HAND_R];
if( index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_WEAPON )
skillratio = sstatus->rhw.atk + 100 * sd->inventory_data[index]->wlv * (sd->status.inventory[index].refine + 6);
}[/CODE]

EDIT:
oopss..there is a new one..
[quote][color=#000000][font=Arial][size=2]
ATK [{Weapon Level * (Weapon Upgrade Level + 6) * 100} + (Weapon ATK) + (Weapon Weight)]%[/size][/font][/color][color=#000000][font=Arial][size=2]
20% chance to destroy the weapon.[/size][/font][/color]
[/quote]

This post has been edited by malufett on Jun 7, 2012 3:38

Hercules Elf Bot - Jun 7, 2012 4:55

Originally posted by [b]exneval[/b]
^
^
^
that's rebalancing formula right, malufett?

Hercules Elf Bot - Jun 7, 2012 6:11

Originally posted by [b]GM Takumirai[/b]
yes that is rebalance, hope they implement it one by one,

Hercules Elf Bot - Jun 8, 2012 12:30

Originally posted by [b]malufett[/b]
Fixed @ [rev='16243']