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

Object Builder

Fortera Global

Intermediate OT User
Joined
Nov 20, 2015
Messages
1,180
Solutions
2
Reaction score
117
The animation of the item is too slow compared to the normal tibia, does anyone know how I make the animation get faster ?

J9XV5AHNTzCNaYmQUkQ_Bw.png


Tool object builder
 
The animation of the item is too slow compared to the normal tibia, does anyone know how I make the animation get faster ?

J9XV5AHNTzCNaYmQUkQ_Bw.png


Tool object builder

Don't think you can do this in object builder. You have to edit the client, but you can't do it on Cip client.
On OTClient, you can go to src/const.h and change:

Code:
ITEM_TICKS_PER_FRAME = 300,

to whatever you want. It's in miliseconds.
 
Don't think you can do this in object builder. You have to edit the client, but you can't do it on Cip client.
On OTClient, you can go to src/const.h and change:

Code:
ITEM_TICKS_PER_FRAME = 300,

to whatever you want. It's in miliseconds.
Omg, are you sure? Fail
 
i can speed up adding animation somehow? as I have to drag 30 elements it gets very tedious and I take a long time....

where looktype is saved for add new outfit?
 
Back
Top