i want to bind this
- script atcmd_autoattack -1,{
OnInit:
bindatcmd "autoattack",strnpcinfo(3)+"::OnAtcommand"0,99;
OnDeath:
atcommand "autoattack"; //this is to cancel the autoattack if im correct
OnAtcommand:
after 1 hour it will use @autoattack again to turn off the autoattack
- script atcmd_autoattack -1,{
OnInit:
bindatcmd "autoattack",strnpcinfo(3)+"::OnAtcommand"0,99;
OnDeath:
atcommand "autoattack"; //this is to cancel the autoattack if im correct
OnAtcommand:
after 1 hour it will use @autoattack again to turn off the autoattack