narien123 Posted March 30, 2015 Posted March 30, 2015 Need 1 Bot Checker , Only in Jawaii . Auto Check Every 15 minute Quote
Cid Kagenou Posted March 30, 2015 Posted March 30, 2015 you should check this thread https://rathena.org/board/topic/101092-packet-obfuscation-support/ you dont need anti bot when you implement this in your server , if you dont want to , there is a lot of anti bot scripts https://rathena.org/board/topic/66834-antibot-botkiller-6/ use the search button for more . Quote
narien123 Posted March 31, 2015 Author Posted March 31, 2015 you should check this thread https://rathena.org/board/topic/101092-packet-obfuscation-support/ you dont need anti bot when you implement this in your server , if you dont want to , there is a lot of anti bot scripts https://rathena.org/board/topic/66834-antibot-botkiller-6/ use the search button for m - script bot2 -1,{ OnInit: OnPCLoadMapEvent: if( !Checking ) end; OnNPCKillEvent: if ( strcharinfo(3) == "bat_c01" ) { set Kill,Kill+1; if( Kill >= rand( 15,35 ) ){ set Checking,1; announce "RO Guard : Bot Check time! Thank you for your patience!",bc_yellow|bc_self; atcommand "@option 2"; mes "[^ff557fRO Guard^000000]"; mes "Please enter the ^FF0000RED COLOUR NUMBER^000000"; next; set .@Number,rand( 999999 ); mes "[^ff557fRO Guard^000000]"; mes "Number : "; mes rand( 999999 )+"^ff0000"+.@Number+"^000000"+rand( 999999 ); input @Number; if( @Number != .@Number ){ mes "Sorry, WRONG."; atcommand "@kick "+strcharinfo(0); }else{ mes "Thank you. You now can move!."; dispbottom "100% of effectiveness."; announce "RO Guard : To rewared your kindness, please take a bonus of some Buffs.",bc_blue|bc_self; sc_start SC_INCREASEAGI,500000,10; sc_start SC_BLESSING,500000,10; percentheal 100,100; atcommand "@option 0 0 0"; if(@cart == 1) { setcart; set @cart,0; } if(@falcon == 1) { setfalcon; set @falcon,0; } if(@riding == 1) { setriding; set @riding,0; } set Checking,0; set Kill,0; } close; } } } jawaii mapflag loadevent How to set Every 15 minute the checker will check Quote
Cid Kagenou Posted March 31, 2015 Posted March 31, 2015 you dont have to check every 15 minute , if it was a bot it will kick him at the first check , if you insist to make it every 15 minute , then you should wait someone who know how to script , i am kinda noob with scripting . Quote
Question
narien123
Need 1 Bot Checker , Only in Jawaii . Auto Check Every 15 minute
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.