Issue information

Issue ID
#5622
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Apr 24, 2012 14:21
Last Post
Hercules Elf Bot
May 28, 2012 19:26
Confirmation
N/A

Hercules Elf Bot - Apr 24, 2012 14:21

Originally posted by [b]adan-01[/b]
I've been looking over the forum, and says this is fixed, but I think it's not, please check.

2hand is stacking with frenzy, and it shouldn't be like this, When you cast Frenzy, it should erase the 2hand quicken status.. and it's not working.. Please check, and report back :D

BTW!!!! I'm using the latest Rathena version.. I forgot to tell in my other 2 posts..

Hercules Elf Bot - Apr 25, 2012 0:54

Originally posted by [b]adan-01[/b]
ping

Hercules Elf Bot - May 3, 2012 20:53

Originally posted by [b]adan-01[/b]
BUMP!!!

Hercules Elf Bot - May 4, 2012 7:43

Originally posted by [b]Angezerus[/b]
Strange. It seems to be fixed in the code O.o

[CODE]
if( sd->sc.data[SC_BERSERK] )//berserk doesn't stack with the quickens.
amotion -= 150;
else if( sd->sc.data[SC_SPEARQUICKEN] || sd->sc.data[SC_TWOHANDQUICKEN] )
amotion -= 70;
[/CODE]

I'm gonna check it as well

Hercules Elf Bot - May 4, 2012 7:49

Originally posted by [b]Angezerus[/b]
This is the non-renewal part for the code:

[CODE]

//These stack with the rest of bonuses.
#ifndef RENEWAL
if(sc->data[SC_BERSERK])
aspd_rate -= 300;
else
#endif
[/CODE]

Are you sure you are using RENEWAL mode?

This post has been edited by Angezerus on May 4, 2012 7:54

Hercules Elf Bot - May 5, 2012 12:46

Originally posted by [b]Angezerus[/b]
Confirmed :(

It still stacks in renewal.... thq and berserk shouldn't stack.Strange....

This post has been edited by Angezerus on May 5, 2012 12:46

Hercules Elf Bot - May 17, 2012 8:59

Originally posted by [b]Ind[/b]
the aspd doesn't stack, however the icon is not being removed.

Hercules Elf Bot - May 17, 2012 9:01

Originally posted by [b]Ind[/b]
Fixed in [rev=16120]