Issue information

Issue ID
#4180
Status
Invalid
Severity
None
Started
Hercules Elf Bot
Apr 10, 2010 12:21
Last Post
Hercules Elf Bot
Apr 5, 2012 10:22
Confirmation
N/A

Hercules Elf Bot - Apr 10, 2010 12:21

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

bonus2 bCriticalAddRace,RC_NonBoss,10;

It's not a boss monster will not increase the critical damage.

battle.c
QUOTE
short cri = sstatus->cri;
if (sd)
{
cri += sd->critaddrace[tstatus->race];
cri += sd->critaddrace[(tstatus->mode&MD_BOSS?RC_BOSS:RC_NONBOSS)];
if(flag.arrow)
cri += sd->arrow_cri;
if(sd->status.weapon == W_KATAR)
cri <<=1;
}

Add this is not work.... (IMG:style_emoticons/default/huh.gif)

Is there solution?

Hercules Elf Bot - Dec 17, 2011 5:02

Originally posted by [b]Ind[/b]
to me it looks like its working o.o your RC_BOSS/RC_NONBOSS is not required from what i'm aware

Hercules Elf Bot - Dec 20, 2011 5:15

Originally posted by [b]Protimus[/b]
Probably you edited something else or using a mix of source code.

It works normally, the part of the boss check is not required.