People enter to Bg with autofollow. So is just one guy using other pc.
What i want is a script how test if there real people playing.
Something like, you have 10 seconds to answer or do something.
IMO that is a little hard. Not the script itself but it would be annoying for the users.
Also you cannot put an anti DL IP script because there is a lot of people who play with their brother/sister/girlfriend/friend etc.
I suggest you to put a anti DL by MAC and if you find people doing that shit just kick/jail/ban them.
Kick by MAC using harmony:
- script dual_mac_5 -1,{
OnPCLoadMapEvent:
getmapxy(.@amap$,.@mapx,.@mapy,0);
if(.@amap$!="bat_room") end;
set .@name$,strcharinfo(0);
query_sql("SELECT last_hwid FROM `login` WHERE account_id = "+getcharid(3)+"", .@LastMac$);
query_sql("SELECT account_id FROM `login` WHERE last_hwid = '"+.@LastMac$+"'", .@AccountId);
set .@aidtemp,getcharid(3,strcharinfo(0));
for(set .@i ,0;.@i<getarraysize(.@AccountId);set .@i,.@i+1)
{
if(attachrid(.@AccountId[.@i]))
{
getmapxy(.@qmap$,.@qmapx,.@qmapy,0);
if (.@qmap$== .@amap$) {
logmes "[ "+ .@name$ +" - "+.@aidtemp+" ] es DL de [ "+ strcharinfo(0) +" - "+ .@AccountId[.@i] +" ] - HWID [ "+ .@LastMac$ +" ]";
set .@j,.@j+1;
}
}
detachrid;
}
attachrid .@aidtemp;
//if(.@j > $@MaxWimdows) {
//dispbottom "Prohibited Double Login in this map...";
//warp "prontera",156,179;
//}
end;
OnInit:
//set $@MaxWimdows,1;
end;
}
//------Enable map OnPCLoadMapEvent-------------------
bat_room mapflag loadevent