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

OTClient Items duration

jestem pro

That is the question
Joined
Apr 20, 2013
Messages
650
Solutions
14
Reaction score
87
Hello,
trynna change the items speed(duration) in const.h in OTClient(Mehah) I have found a paradox.

The client has a feature "enhanced animations" so its ignoring the values from const.h and get values from .dat.

const.h
Code:
INVISIBLE_TICKS_PER_FRAME = 150,
ITEM_TICKS_PER_FRAME = 150,

.dat file
1635504086085.png
although I change these values, it happens nothing.

so how can we resolve the problem?
1. Adding some variables to .otfi file which I use
Code:
DatSpr
  extended: true
  transparency: true
  frame-durations: true
  frame-groups: true
  metadata-file: Tibia.dat
  sprites-file: Tibia.spr
maybe:
minimum-duration: 150
maximum-duration: 150


2. There's another solution for this.

Every piece of information is important.
Thanks in advance.
 
Back
Top