call fairy (eliteskill)
Posted: Wed Aug 17, 2011 4:53 am
I have char Priest/Rouge, one elite skill is the Dark Fairy (gives 10% magical attack boost).
Skill ID is: 493269
It acts like a buff, you have to call it, activate buff, then hide the fairy (so it does not take dammage).
When buff runs out, you have to reactivate then hide it again.
When it's summoned an extra bar shows up:
ctrl+6 activates the buff
ctrl+7 hides the fairy
I'm not on my ROM computer now but try to get a plan.
I guess I could add it to "onLeaveCombat":
GetPlayerBuff(no, str) -- to check the buff name
CastSpellByName(493269) -- to get the fairy
then how use the extrabar ?
Skill ID is: 493269
It acts like a buff, you have to call it, activate buff, then hide the fairy (so it does not take dammage).
When buff runs out, you have to reactivate then hide it again.
When it's summoned an extra bar shows up:
ctrl+6 activates the buff
ctrl+7 hides the fairy
I'm not on my ROM computer now but try to get a plan.
I guess I could add it to "onLeaveCombat":
GetPlayerBuff(no, str) -- to check the buff name
CastSpellByName(493269) -- to get the fairy
then how use the extrabar ?