recharge elder

gfman

Heir
Customer
Hi, I would like to know how it could be done so that 'recharge' also heals oneself — for example, if I am the elder, it heals me too
 
Hi, I would like to know how it could be done so that 'recharge' also heals oneself — for example, if I am the elder, it heals me too
Do you want the skill to be usable on the character itself, is that it?
Delete this parameter in the skill settings:

<cond msgId="113" addName="1">
<target hasForbiddenSkill="1013"/>
</cond>

If you want it to work as an area skill, like the Greater Group Heal ability, change the parameter "target":

<set name="target" val="TARGET_PARTY"/>
 
¿Quieres que la habilidad se pueda usar en el propio personaje? ¿Es eso?
Eliminar este parámetro en la configuración de habilidades:

<cond msgId="113" addName="1">
El objetivo tiene habilidad prohibida="1013"/>
</cond>

Si quieres que funcione como una habilidad de área, como la habilidad de sanación grupal mayor, cambia el parámetro "objetivo":

<set nombre="objetivo" val=" FIESTA_OBJETIVO "/>
thx broooo!
 
Back
Top