Special Effect Question
Posted: Sat Oct 30, 2010 11:39 am
Hello all , I use last gracia epilogue rev , i am trying to add to a special armor or on a custom skill an effect named Stigma and i can't make the skill work , can some one help me ? here is one of my tries :
<skill id="30017" levels="1" name="Stigma">
<set name="target" val="TARGET_AURA" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<effect count="100" name="Stigma" time="3000" val="0" />
</for>
</skill>
I don't know if it is ok or not , i am steal learning l2 developing , so if some one can help me just reply.
<skill id="30017" levels="1" name="Stigma">
<set name="target" val="TARGET_AURA" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<effect count="100" name="Stigma" time="3000" val="0" />
</for>
</skill>
I don't know if it is ok or not , i am steal learning l2 developing , so if some one can help me just reply.