Special Effect Question

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
eueu3eueu
Posts: 54
Joined: Fri Nov 14, 2008 4:51 am

Special Effect Question

Post 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.
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Special Effect Question

Post by SolidSnake »

Custom skills need client side support, not allowed there.
Image
eueu3eueu
Posts: 54
Joined: Fri Nov 14, 2008 4:51 am

Re: Special Effect Question

Post by eueu3eueu »

then how can i add a custom effect on a custom armor?
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: Special Effect Question

Post 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;')
Image
eueu3eueu
Posts: 54
Joined: Fri Nov 14, 2008 4:51 am

Re: Special Effect Question

Post 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
Post Reply