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
#7054
Status
Unable to Reproduce
Severity
None
Started
Beret
Feb 5, 2013 4:07
Last Post
Ind
Feb 18, 2013 14:32
Confirmation
N/A
Beret - Feb 5, 2013 4:07
Skills and some bonus of elementals are not working, can anyone confirm.
This post has been edited by
Beret
on Feb 5, 2013 15:10
Ind - Feb 5, 2013 17:54
they have many skills, can you be more specific? what skills are not working?
Beret - Feb 5, 2013 19:03
They simply aren't using skills, just hitting hit.
This post has been edited by
Beret
on Feb 5, 2013 19:04
Ind - Feb 18, 2013 14:29
[s]found the problem o-o for some reason their current max sp is LESS than the required by their skills[/s] nevermind, their sp is based on its owners sp and i was with all stats '1'. XD I could trigger the skills. by the way be aware that the chance to trigger a skill for a elemental is 2%[code=auto:0]
if( battle_check_range(&ed->bl,target,view_range) && rnd()%100 < 2 ) { // 2% chance to cast attack skill.[/code]
This post has been edited by
Ind
on Feb 18, 2013 14:32