Issue information

Issue ID
#747
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Jan 4, 2008 23:03
Last Post
Hercules Elf Bot
Jan 4, 2008 23:03
Confirmation
N/A

Hercules Elf Bot - Jan 4, 2008 23:03

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

I tried to get NPC_BLEEDING to trigger on me via mob... and found out that the mob just stood next to me, doing nothing.
Closer examination reveals the following bug:
1. the target in mob_skill_db is set to 'self', everywhere!
2. so the mob tries to use the skill on self
3.
CODE
            if (inf && battle_check_target(src, target, inf) <= 0)
                break;
this makes it fail and exit
Please review and correct.