• 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!

C++ Push BAG delay when move

SalvaART

TriasOT.online
Joined
May 1, 2017
Messages
208
Solutions
1
Reaction score
123
Location
USA
Hello everyone! I have a little problem on TFS 1.5 7.72 downgraded by Nekiro.

When i move i can't push bag and other items, here is delay around 1-2 sec.
When i stay i can push without delay.


Someone know how to disable this delay and make it propertly for players to push bag loots?

Big ++++ for any help!
Thank you!
 
Solution
The delay comes from the onWalk, that means it's relative to your speed.

In other words, the more speed you have the less exhaust you get on walking
Thank you for the explain, i editing this fucntion and everything works!

Can you explain me also how to disable 'delay' from 'distance push' also? @Roddet
 
Last edited:
Last edited:
dont set it to 0 because people will be able to DDoS ( if you have more than X packets in config enabled) always have slow delay of minimum like 100(10 packets per second) 10(100 packets per second)

for advanced users set all to 0 and have auto detection and account banishment if there is X packets send per second (except hotkeys that stuff can spam ton packets by default)
 
Last edited:
Back
Top