Issue information

Issue ID
#517
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Nov 29, 2007 20:34
Last Post
Hercules Elf Bot
Nov 29, 2007 20:34
Confirmation
N/A

Hercules Elf Bot - Nov 29, 2007 20:34

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


Hi,

I don't know if it's really a bug. If a player use @monsterignore command, an ennemy player (pvp mode for example) won't be able to attack him. Maybe the command name is inappropriate.

src/map/battle.c (~ line 3312) :
CODE
if (sd->state.monster_ignore && t_bl != s_bl && flag&BCT_ENEMY)
                                return 0; //Global inmunity to attacks.