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
#5524
Status
Fixed
Severity
Medium
Started
Hercules Elf Bot
Mar 29, 2012 17:59
Last Post
Mysterious
Jan 27, 2013 17:09
Confirmation
Yes (1)
No (0)
Hercules Elf Bot - Mar 29, 2012 17:59
Originally posted by [b]Lighta[/b] Atm Epicleis is overpowered since he regenerate ourself each second instead 3s as mentionned as irowiki.
http://irowiki.org/wiki/Epiclesis.
This is a src matter since UNT_EPICLESIS using a sub timer to reveal hidden people.
Hercules Elf Bot - Mar 29, 2012 18:16
Originally posted by [b]Rytech[/b] For skill_unit_db...
2044,0xca, , 0, 3,3000,all, 0x018 //AB_EPICLESIS
Hercules Elf Bot - Mar 29, 2012 23:20
Originally posted by [b]Lighta[/b] did you read what I said about subtimer ? this fix is not goot, you'll end up revealing hidden chareacter every 15 second if you do that.
if val2%3 do regen
else if val2%5 do reveal;
val2++;
if(val2%15) val2=0;
that is the real fix
This post has been edited by
Lighta
on Mar 29, 2012 23:25
Hercules Elf Bot - Mar 30, 2012 2:02
Originally posted by [b]Rytech[/b] Sorry, I misread the message.
Hercules Elf Bot - Mar 31, 2012 15:38
Originally posted by [b]Lighta[/b] Also :
-This skill recovers the HP and SP of other players who are in Frenzy or are overweight. Currently overweighted char be healed by this, is just a cond condition to add on UNT_EPICLEIS,
This post has been edited by
Lighta
on Mar 31, 2012 15:58
Hercules Elf Bot - Apr 11, 2012 6:09
Originally posted by [b]Ind[/b] I've fixed your primary report. As for the hp heal in overweight and frenzy i believe it is working O_O if not then please create a new bug report. thanks. [rev=15851]