Issue information

Issue ID
#8564
Status
Unable to Reproduce
Severity
None
Started
zackdreaver
Mar 10, 2015 17:06
Last Post
zackdreaver
Mar 13, 2015 17:51
Confirmation
N/A

zackdreaver - Mar 10, 2015 17:06

[member='Ind']
The old bug of mercenary killing counts is still present

tested with Spearman mercenary

Ind - Mar 13, 2015 17:19

I was unable to reproduce. Remember that there is a criteria to be met, the level of the monster that died needs to be higher than (level_of_mercenary_owner/2) for example. if you are level 15 you wont get a kill from a fabre (level 6) but if you are level 1, you will.

Ind - Mar 13, 2015 17:20

[code=auto:0] if( sd->md && src && src->type != BL_HOM && mob->db(md->class_)->lv > sd->status.base_level/2 ) mercenary->kills(sd->md); [/code]

zackdreaver - Mar 13, 2015 17:51

Ok i see,
thank you for the clarification