• 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 script for tfs 0.3.6.

Varev

New Member
Joined
Mar 23, 2015
Messages
29
Reaction score
0
Hello guys!
I'm looking for attack speed script for tfs 0.3.6 crying damson.
Please help me, attack speed skill will be fist fighting.
 
Attack speed for a vocation does not effect only 1 specific skill it is the over all speed of attack and can be accessed by using
Code:
getVocationInfo(id).attackspeed

The only way to set / get attack speed of a player is to assign it to an item, that might not make any sense but it does because the item is effecting the attack speed of the player.
Code:
setItemAttackSpeed(uid, attackspeed)
getItemAttackSpeed(uid)
 
Last edited:
I find attack speed skill script for tfs 8.54 but it doesn't work on 0.3.6...
I'm looking for spell script not stable attack speed.
 
Back
Top