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
#6182
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 6, 2012 4:47
Last Post
Hercules Elf Bot
Jul 11, 2012 15:13
Confirmation
Yes (2)
No (2)
Hercules Elf Bot - Jul 6, 2012 4:47
Originally posted by [b]exneval[/b] According to
[url="http://irowiki.org/wiki/Cloaking_Exceed"]iRo wiki[/url]
[CODE]
Cannot be found by Insect and Demon type monsters.
Not released until the caster is hit 3 times.
Increase Movement Speed according to Skill Level.
[/CODE]
but in rAthena,
the "Not released until the caster is hit 3 times." not implemented,
so Cloacking Exceed makes you invicible with AOE,
Tested with Warlock AOE
This post has been edited by
exneval
on Jul 6, 2012 4:48
Hercules Elf Bot - Jul 7, 2012 15:24
Originally posted by [b]malufett[/b] [quote]the "Not released until the caster is hit 3 times." not implemented,[/quote]
it was implemented...
[CODE]
case SC_CLOAKINGEXCEED:
val2 = ( val1 + 1 ) / 2; // Hits
val3 = 90 + val1 * 10; // Walk speed
val_flag |= 1|2|4;
[/CODE]
[CODE]
if(sc->data[SC_CLOAKINGEXCEED] && --(sc->data[SC_CLOAKINGEXCEED]->val2) <= 0)
status_change_end(target, SC_CLOAKINGEXCEED, INVALID_TIMER);
[/CODE]
however
[quote]so Cloacking Exceed makes you invicible with AOE,[/quote]
is confirmed...also with Cloaking...
I'll commit the fix tomorrow...
Hercules Elf Bot - Jul 11, 2012 15:13
Originally posted by [b]malufett[/b] Fixed @ [rev='16399']
also included a fix for Hiding where some skills can reveal it where it should not...ATM Overbrand must re-coded since it reveals Hiding targets and the behavior is not the official alike..