• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Anti bot system

arturhaddad

Member
Joined
Aug 14, 2010
Messages
217
Reaction score
8
I want to mix two scripts, the Anti-bot System and the AFK system.

The idea:

Instead player go to jail as happens on the default anti-bot system, it simply changes the column "bot" on MySQL player's file, to 1.

if getplayerbot = 1 then skipcheck
or
if getPlayerStorageValue(cid,storages.afk) = 1 then skipcheck

And then in the site I can do a sepparate highscores rank for botters and non-botters, and if player want to be afk, there's no problem, he just have to turn on the afk mode and he's done, the bot system won't check him.

That's a good idea, no? :] I'm trying here but I'm not that good with scripting, but if someone could give a shot on it, must be easy to do (specially for cyk)

Thanks!! :peace::peace::peace:
 
Back
Top