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

Need extended otb editor

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
993
Solutions
5
Reaction score
55
Hi
maybe someone have extended otb editor? because my client is extended and support more sprites so if i try open dat spr with regular otb editor i get "error while loading client's tibia.dat/spr". Otb editor is still opening but i think it's not good if i try to create new items while i'm getting those error. Client 860
 
if it goes about item editor when you open item editor and in preferences search the path , check the option "extended".

if it goes about RME , you have to add .otfi file to your .spr/.dat, from where you load them.
The file with this content:
Lua:
DatSpr
extended: true
transparency: false
frame-durations: false
frame-groups: false
 
if it goes about item editor when you open item editor and in preferences search the path , check the option "extended".

if it goes about RME , you have to add .otfi file to your .spr/.dat, from where you load them.
The file with this content:
Lua:
DatSpr
extended: true
transparency: false
frame-durations: false
frame-groups: false
Thanks i'll try it with rme.
P.S item editor doesnt have preferences section i cant find anything about it.I'm using OTItemEditor 0.3.0
 
if it goes about item editor when you open item editor and in preferences search the path , check the option "extended".

if it goes about RME , you have to add .otfi file to your .spr/.dat, from where you load them.
The file with this content:
Lua:
DatSpr
extended: true
transparency: false
frame-durations: false
frame-groups: false
So rme still doesnt load dat spr, gives errors.
 
Back
Top