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

How to make animations faster

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
989
Solutions
5
Reaction score
54
Hello, i have an sprite that has 16 animation frames but its not smooth because it loops really slow so it becomes choppy. How can i make animation faster if its even possible with a regular client?

TFS 1.2
CLIENT 8.60
 
Solution
Only applying reverse engineering you can do it (i think isn't necessary dll, since you can edit the formula on client memory)
If you're using OTClientV8 you can add
Lua:
g_game.enableFeature(GameFasterAnimations)
to features.lua
 
Back
Top