viewing paste Unknown #1016 | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14
function    script  F_itembonus {
initnpctimer;
 
OnTimer1000: 
if (Hp < (MaxHp/2))) {
    if (!@it_bonus){
      bonus2 bSkillAtk,"KN_BOWLINGBASH",100;
      @it_bonus,1;
    }
}
else if (@it_bonus) //turn off bonus ?
initnpctimer; //looptimer
end;
}
Viewed 1744 times, submitted by lighta.