Issue information

Issue ID
#6605
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 2, 2012 10:07
Last Post
Mysterious
Jan 27, 2013 16:34
Confirmation
N/A

Hercules Elf Bot - Sep 2, 2012 10:07

Originally posted by [b]reigneil[/b]
hi I am a newbie here... the problem i encounter is with the missing Raid skill renewal effect this would be a 7x7 aoe with debuff effect of 20% extra damage receive by the opponent for 5 seconds.

http://irowiki.org/wiki/Sightless_Mind
reference: irowiki.org

Hercules Elf Bot - Sep 2, 2012 13:31

Originally posted by [b]malufett[/b]
[quote]
#ifdef RENEWAL
if( sc->data[SC_RAID] )
{
damage += 20*damage/100;

if (--sc->data[SC_RAID]->val1 == 0)
status_change_end(bl, SC_RAID, INVALID_TIMER);
}
#endif[/quote]

its already added long ago...:)

:meow:

Hercules Elf Bot - Sep 2, 2012 17:44

Originally posted by [b]reigneil[/b]
hmm thats odd? when i try using thats skill its 3x3 aoe effect with no debuff 20%additional damage effect... i'm using rAthena SVN r16669. Where can i find that codes? i search from src\map\skill.c of the trunk but i did'nt find that.
@offtopic btw is it allow for us to look at the codes? sorry noob

Hercules Elf Bot - Sep 2, 2012 21:04

Originally posted by [b]kyeme[/b]
[quote]Where can i find that codes? i search from src\map\skill.c of the trunk but i did'nt find that.[/quote]
In src\map\[b]battle.c[/b] :)
[quote]@offtopic btw is it allow for us to look at the codes? sorry noob [/quote]
You can look here: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/

Hercules Elf Bot - Sep 3, 2012 10:34

Originally posted by [b]reigneil[/b]
omg i solve it... by just recompile my rAthena trunk., but with just one problem the splash damage effect the official said its 7x7 not 3x3. hmm