Issue information

Issue ID
#5151
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 23, 2011 2:56
Last Post
Hercules Elf Bot
Apr 5, 2012 10:30
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Dec 23, 2011 2:56

Originally posted by [b]Toshiro[/b]
/trunk/src/map/[url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/battle.c"]battle.c:620[/url]
[code] if (battle_config.pk_mode && sd && bl->type == BL_PC && damage && !map_flag_gvg(sd->bl.m))[/code]
should be
[code] if (battle_config.pk_mode && sd && bl->type == BL_PC && damage && !map_flag_gvg(sd->bl.m) && !map[sd->bl.m].flag.battleground)[/code]
Currently only parses the input, but doesn't change the mapflag.
In [bug='2993'] was reported that the PK damage rates stack with the gvg damage rates, but it stacks with BG damage rates as well.

Hercules Elf Bot - Dec 23, 2011 4:23

Originally posted by [b]KeiKun[/b]
ind forgot i guess~

Hercules Elf Bot - Dec 23, 2011 9:37

Originally posted by [b]GodLesZ[/b]
Fixed in [rev=15224]

This post has been edited by GodLesZ on Dec 23, 2011 9:38