Please help about item script effect

chcountry

New member
Messages
5
Points
0
I want to make a Lower Headgear that when I equip it will  

[cbox]Enchant the weapon with Holy property.[/cbox]

Please help and thanks in advance. 
default_smile.png


 
a sc_start (for enchantarms) with -1 as duration (endless) and a sc_end on unequip should do it i think, but it would still be subject to dispell and other status ending things.

 
Last edited by a moderator:
a sc_start (for enchantarms) with -1 as duration (endless) and a sc_end on unequip should do it i think, but it would still be subject to dispell and other status ending things.
Thanks so much sir Ind. 
default_smile.png


 
Code:
bonus bAtkEle,n;	Gives the player's attacks element n			n:	0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead
 
Last edited by a moderator:
Back
Top