Combine 10 equipments with 1 function.
How ?
example :
All this 10 items (6 equipment and 4 costume items).
How ?
example :
All this 10 items (6 equipment and 4 costume items).
- Need use all this item
- When player using all this item and the user Hp is lower then 30% will read this function : http://herc.ws/board/topic/1753-add-function-in-item-db2-script/
Code:
function script Henshin { set @sr,1; specialeffect2 EF_HEAL; specialeffect2 EF_POTION_BERSERK; unittalk getcharid(3),"Henshin!!"; disguise 1785; percentheal 100,0; sleep2 10000; undisguise; set @sr,0; end;}