Issue Information
-
#005524
-
3 - Medium
-
Fixed
Issue Confirmations
-
Yes (1)No (0)
Originally posted by Lighta
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.
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.
Originally posted by Rytech
For skill_unit_db...
2044,0xca, , 0, 3,3000,all, 0x018 //AB_EPICLESIS
For skill_unit_db...
2044,0xca, , 0, 3,3000,all, 0x018 //AB_EPICLESIS
Originally posted by Lighta
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
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
Edited by Lighta, 29 March 2012 - 11:25 PM.
Originally posted by Rytech
Sorry, I misread the message.
Sorry, I misread the message.
Originally posted by Lighta
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,
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,
Edited by Lighta, 31 March 2012 - 03:58 PM.
Originally posted by Ind
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]
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]
moved issue from Skills