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

Killerwoot

Jus Blaze.
Joined
Oct 2, 2007
Messages
69
Reaction score
3
Location
Canada
When I set the attack speed in TFS to "1000".. the character DO attack once per second. Although, when I am running around they tend to attack at maybe 2-3x that speed. It is very odd. If anyone knows how I can fix this it would be greatly appreciated. And, if someone knows how I can make characters attack ten times per second (attack speed "100") that would also be appreciated.
Thanks.
 
Config
-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 900

Vocations

attackspeed="1000"


Making attack speed 100 times per second will lag you bad..
but"
Config
-- Item Usage
timeBetweenActions = 10
timeBetweenExActions = 10

Vocations

attackspeed="10"

Might get you 100 per second.
 
Back
Top