• 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 [Anti-Push bot] system - Delay on throwing items from cid.

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,766
Solutions
1
Reaction score
225
Location
Chile, Santiago
I have an idea and it will helps us all, the idea is to add a delay to items throwed from char to floor, so the anti-push bot wont be usefull anymore.

It should have the following configurations:

antiPush = true or false -- enable or disabled
antiPushDelay = 1000 -- 1 second on miliseconds
antiPushItems = {2148, 2152, 3976} -- items that will have the delay, if set 0, then it will be all items
antiPushItemsExceptions = {7636, 7635, 7634} -- items that will ignore the delay, if set 0, then will be no items.

Ideas?
Comments?

PD: I posted it here, because I think it can't be made via scripts.
 
Last edited:
I'm kinda limited on time, due to work but maybe I'll find some time this week to help you with it.


kind regards, Evil Hero.
 
onAdditem -> if previous throw is beyond exhaust time or nil -> add exhaust

onAdditem -> if previous throw is still within exhaust -> return false

Dunno much about onAdditem though, may not work.
 
Back
Top