Page 1 of 1

Special Effect Question

Posted: Sat Oct 30, 2010 11:39 am
by eueu3eueu
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.

Re: Special Effect Question

Posted: Sat Oct 30, 2010 2:45 pm
by SolidSnake
Custom skills need client side support, not allowed there.

Re: Special Effect Question

Posted: Sat Oct 30, 2010 3:42 pm
by eueu3eueu
then how can i add a custom effect on a custom armor?

Re: Special Effect Question

Posted: Sat Oct 30, 2010 4:06 pm
by SolidSnake
You can create a PASSIVE custom skill that give your custom effect, then you can add it on an armor set in the "armorsets" database table in 'skill' column (in your case '30017-1;')

Re: Special Effect Question

Posted: Sun Oct 31, 2010 6:35 am
by eueu3eueu
i added these to my custom armor skill
<effect name="Buff" time="3000" val="0" abnormal="invulnerable" stackOrder="1" stackType="pd_up_special">
</effect>

but it doesn't work , it gives no aura , nothing