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

Attack Speed

Erexo

Kage
Premium User
Joined
Mar 27, 2010
Messages
743
Solutions
5
Reaction score
200
Location
Pr0land
GitHub
Erexo
Hello,
i looking for a modyfication, attack speed...

Some kind of:
If get player club fight in X skill then add a additional physical attack in 2sec.
So
If get player club skill 30 then add an attack in 2sec (so he attack his basic attack + basic attack every 2sec)
If get player 60skill add additional attack (so basic attack + 2x basic attack every 2sec) (or one additional attack every 1sec)
90skill the same and 120skill is max (so player can have maximum 4 additional basic attack) (or one additional every 0.5sec)

Someone can? ^^

Thanks,
Erexo.
 
From what I've heard, client limitations prevent this. Unless you have a custom client that has been edited, you can't send more than 1 attack packet every 1s (so the max you could get is 2 attacks in 1 second).

Unless you want to do some crazy formula stuff with onAttack...
 
If it's (8.54?) client or before then there is no limitation on the sending time of these "attack packets". But if you're using, for example 8.6+, then you're out of luck sadly.
 
Back
Top