hello,last a few years ago i have request henshin function in eAthena.ws/board but the forum already down.
im still save the script function but i forget how to add the function into item_db2 script
here is the function.
function script Henshin { set .@i,(HP*100/MaxHP*100)/100; if (.@i < 10) { specialeffect2 EF_HEAL; specialeffect2 EF_POTION_BERSERK; unittalk getcharid(3),"Henshin!!"; disguise 1785; percentheal 100,0; sleep2 10000; undisguise; } end;}//-- eof --
when player HP below 10% using certain items that got this function will change become monster,if this function will disguise player become atros and will say HENSHIN.
im still save the script function but i forget how to add the function into item_db2 script
here is the function.
function script Henshin { set .@i,(HP*100/MaxHP*100)/100; if (.@i < 10) { specialeffect2 EF_HEAL; specialeffect2 EF_POTION_BERSERK; unittalk getcharid(3),"Henshin!!"; disguise 1785; percentheal 100,0; sleep2 10000; undisguise; } end;}//-- eof --
when player HP below 10% using certain items that got this function will change become monster,if this function will disguise player become atros and will say HENSHIN.