Warning! This is the old Hercules bugtracker archive, and may not reflect the current state of Hercules. The current bugtracker is on GitHub Issues.
Issue information
Issue ID
#6068
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 20, 2012 8:31
Last Post
Hercules Elf Bot
Jun 25, 2012 11:54
Confirmation
N/A
Hercules Elf Bot - Jun 20, 2012 8:31
Originally posted by [b]Angezerus[/b] I noticed some weird stuff:
I was hunting some forlmess non-boss monsters aka mi gao with my Stalker, and every time I used Stalk, the mobs continued following me when I moved. They did follow me until I stopped and they got near to me. When this happened, they lost their "track" and moved away. I believe I noticed the same thing with Assassin and Cloak, but I'm not sure, since the Assassin wasn't me, I was only a spectator, but still the mobs moved strange after cloaking.
This post has been edited by
Angezerus
on Jun 20, 2012 8:32
Hercules Elf Bot - Jun 25, 2012 9:58
Originally posted by [b]Angezerus[/b] Any confirmation?
Hercules Elf Bot - Jun 25, 2012 11:33
Originally posted by [b]malufett[/b] found out the problem...this should not be in this condition or suppose to be not like that...
[quote]
case BL_PC:
[color=#ff0000][b] if ( tsc->data[SC_CLOAKINGEXCEED] && !(status->mode&MD_BOSS) )[/b][/color]
if( (tsc->option&(OPTION_HIDE|OPTION_CLOAK|OPTION_CHASEWALK) || tsc->data[SC__INVISIBILITY] || [/quote]
I'll commit the fix later...
This post has been edited by
malufett
on Jun 25, 2012 11:38
Hercules Elf Bot - Jun 25, 2012 11:54
Originally posted by [b]malufett[/b] Fixed @ [rev='16346']