• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

old outfit

Elgenady

Veteran OT User
Joined
Aug 5, 2011
Messages
1,683
Solutions
36
Reaction score
388
how i can add old outfit for tibia 8.60
BEJPLFE3d.jpg


and how i can make ring of healling don't disapper after finish?
 
Last edited:
For the outfit you have to edit the tibia.spr/tibia.dat of the client to add the outfit. You can also only edit the spr if you replace it with an other outfit.
What should happen with the ring of healing when the time is over?
 
What should happen with the ring of healing when the time is over? don't disapper
and how i can edite tibia.dat/spr
 
for outfits it's custom client with spr and dat editor

for ring not disappear
go to items.xml
and search for ring of healing and u can find 2 ids 2214 and 2216
in 2216 u can find this code
Code:
        <attribute key="decayTo" value="0" />
remove this line
 
for outfits it's custom client with spr and dat editor

for ring not disappear
go to items.xml
and search for ring of healing and u can find 2 ids 2214 and 2216
in 2216 u can find this code
Code:
        <attribute key="decayTo" value="0" />
remove this line
this don't remove time i want remove time and ring stop add mana i will use recharge system
 
are u stupid -.- i told u how to make it never disappear but when time end it will stay a ring :/
just go into your fucken items.xml and check these 2 ids 2214 - 2216
and u will understand what i've dead
first im not stupid maybe u are idk i did what u said but not work fuck off
 
so here you are
1- use item.otb editor to create new ring with new id :)
for example u create new ring with id xxxx
2- in items.xml make the ring decay to xxxx
so xxxx will be empty ring without any attribute
3- make charge script convert xxxx to the new ring


for example
brand new ring has this id 2214
when ring used 2216
when decay it will be xxxx

so when u equip 2216 it will transform to 2216 and when deEquip it will transform to 2214 and when it will decay it will transform to xxxx
:D

i can give u tutorial how to did it , but after i came back from my work
 
Back
Top