viewing paste Unknown #11880 | Athena

Posted on the
1 2 3 4 5 6 7 8 9
-   script  Sample  -1,{
OnInit:
    bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99);
    end;
OnBuff:
    specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;
    specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
    end;
}
Viewed 1274 times, submitted by evilpuncker.