I found an antibot script here http://rathena.org/b...ne-job-antibot/
And here's the code
- script Sample -1,{
OnPCLoginEvent:
if(BaseJob == Job_Bard || BaseJob == Job_Dancer ){
atcommand "@option 2";
sc_start SC_BERSERK,10000000,1;
mes "Please Red Colour Key in the Code...";
set .Code,rand(1000,99999);
mes "^0000FF"+rand(1,9999)+"^FF0000"+.Code+"^0000FF"+rand(1,9999)+"^000000";
input @Code;
if( @Code != .Code ){
atcommand "@kick "+strcharinfo(0);
} else {
atcommand "@option 0";
sc_end SC_BERSERK;
}
close;
}
end;
}
How will I enable it to all jobs,
and only to certain map?
for example is,
They warped at pay_fild04, prt_fild08 or moc_fil09..
Then the antibot will show up,
Thank you in advance