ertheia 14xxx
all triggers do not work , do not take into consideration condition, for exemple , in the skill bellow the condition <using skill="10529"/> is not taken into consideration, meaning all skills trigger that skill, meaning ALL SKILLS ARE messed up!
total error! total mess!
Код:
<skill id="10507" levels="1" name="Death Clock">
<set name="icon" value="icon.skill10507"/>
<set name="magicLevel" value="99"/>
<set name="operateType" value="OP_PASSIVE"/>
<triggers>
<trigger id="10530" level="1" type="OFFENSIVE_PHYSICAL_SKILL_USE" chance="100">
<using skill="10529"/>
</trigger>
</triggers>
<for>
<add order="0x40" stat="pAtk" value="200"/>
</for>
</skill>