Hi there,
i tried to use mob for using bragis skill but it turn out like it cast skill forever. here's my script
payon,155,228,4 script tes skill#tes1 733,{
mes "tesssss!";
close2;
areamonster "this", 154, 224, 154, 224, "Holy Plant", 1083, 20, strnpcinfo(0)+"::OnKilled";
end;
OnKilled:
mes "Do not kill these precious Holy Plant!";
close;
OnTimer5000:
areamobuseskill "payon",154,224,1,1083,"BA_POEMBRAGI",10,3000,1,e_gg,0;
OnInit:
initnpctimer;
end;
}
any idea?