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

15.x assest downgraded to 8.60 dat&spr with all 8.60 sprites (outfits, items, effects)

what happens if u create a blank map
Creating a blank map works, however i can't seem to find any new items in the palette window.

Which fork/version of RME would you recommend? Im using otacademy

edit:
Ok, so it seems i have solved the issue with not being able to open my map, i opened a blank map and simply imported it.
But it still doesn't show any new assets :d
 
Last edited:
Creating a blank map works, however i can't seem to find any new items in the palette window.

Which fork/version of RME would you recommend? Im using otacademy

edit:
Ok, so it seems i have solved the issue with not being able to open my map, i opened a blank map and simply imported it.
But it still doesn't show any new assets :d

You added mine items.otb?
 
show me your direction for 8.60 files
1756204690864.webp
 
Last edited:
So i did what the readme said, i can create a new map fine but when i try open my current map that works with the original 8.6 dat/sprite i get unsupported client version(8) anyway around this?

Nevermind you just force it to use ID 20 and it opens.
 
Last edited:
i Activate the functions of my OTClient client mehah

g_game.enableFeature(GameEnhancedAnimations)
g_game.enableFeature(GameIdleAnimations)
g_game.enableFeature(GamePlayerMounts)
g_game.enableFeature(GameSpritesU32)

I still have this same error

any solution?
error1.webp
 
i Activate the functions of my OTClient client mehah

g_game.enableFeature(GameEnhancedAnimations)
g_game.enableFeature(GameIdleAnimations)
g_game.enableFeature(GamePlayerMounts)
g_game.enableFeature(GameSpritesU32)

I still have this same error

any solution?
View attachment 94988

Does your server support mount system? :D
 
Hello, I have a very cool Castom server with wings, auras, new items, and a shop system for points, but I can't run the OTC client because I have no equipment, -1 HP, and a black screen. I see effects like exp trainer, but not the rest. I have spr and dat and a client for this server, but I've tried many ways and haven't been able to fix it. Can anyone help me? 🤔😒🤷
 
Los letreros no tienen el cuadro donde se le editar el texto en el remeres map editor, verifique los mismos items en la versión normal y funcionan correcto, pero con este items.otb no funciona, tengo que editarlos con object builder y item editor para agregarle el flag de escribible???
 
Hi,
I've downgraded the 15.x assets to 8.60 DAT and SPR using SpiderClientConverter. I've added all original 8.60 outfits, items, and effects.
This gives you a complete 8.60 client with content from versions up to 15.x.
I converted every single item of 8.60 (11703 items) by hand from asynchronous to synchronous. This means idle animations for outfits now work perfect and we don't have any bugs or visual glitches in the items animation.
Note: I've also imported all outfits from version 9.83 (up to ID 537), so you now have 3-frame animations and full mount support (looks like 8.60). If you prefer the original 8 frame animation for outfits you can change it by urself without problems :D
All 8.60 ( 11703 ) doesn't have market item name.

Last ItemID:
View attachment 92850
View attachment 92851

Link:

PLEASE READ THE README FILE IN GITHUB!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hey Marko,

I can't open your items.otb, neither the .spr or .dat in any type of editor.

The weird thing is, the sprites work in my tibia server.

I tried using items editor, lapis editor and got not luck with the items.otb.

In Item editor, I get a message about client version 64, when using your Tibia.dat, Tibia.spr with your items.otb:

1760993120116.webp

Lapis editor does not even output anything useful, it just stays stuck in Loading graphics forever.

Then, when I try to open your .spr and .dat in the object builder. When selecting the file, the signature and the sprites show up looking like they are loading:

1760993331225.webp

However, when I try to open the file, it logs the following error:

1760993369577.webp

I'm using Object Builder version 0.5.5.

I must say I'm stuck, because I can't inspect any of the items and I need to inspect somehow which items are included, otherwise it is not possible to switch some of the sprites that are wrong in my items.xml and in the tiles.

EDIT:

Looks like I have the same error from object builder in the item editor:

1760994372798.webp

> OTB version 64.
> PluginThree: Error while parsing, unknown flag 0x85 at id 100.
> Failed to load dat.
> Loading client files.
> Client version 860.
 
Last edited:
Hey Marko,

I can't open your items.otb, neither the .spr or .dat in any type of editor.

The weird thing is, the sprites work in my tibia server.

I tried using items editor, lapis editor and got not luck with the items.otb.

In Item editor, I get a message about client version 64, when using your Tibia.dat, Tibia.spr with your items.otb:

View attachment 95463

Lapis editor does not even output anything useful, it just stays stuck in Loading graphics forever.

Then, when I try to open your .spr and .dat in the object builder. When selecting the file, the signature and the sprites show up looking like they are loading:

View attachment 95464

However, when I try to open the file, it logs the following error:

View attachment 95465

I'm using Object Builder version 0.5.5.

I must say I'm stuck, because I can't inspect any of the items and I need to inspect somehow which items are included, otherwise it is not possible to switch some of the sprites that are wrong in my items.xml and in the tiles.

EDIT:

Looks like I have the same error from object builder in the item editor:

View attachment 95466

Hi
Did u change the otb version in the xml files of itemEditor? Change 8.60 OTB version 22 or 23 or what ever it is to 64 :D
Read the readme file from github
 
Hi
Did u change the otb version in the xml files of itemEditor? Change 8.60 OTB version 22 or 23 or what ever it is to 64 :D
Read the readme file from github
Hello,

Thanks for the prompt reply.

Yes, I did:

//PluginThree.xml
<settings>
<clients>
...
<client version="860" description="Client 8.60 v3" otbversion="64" datsignature="4C2C7993"
sprsignature="4C220594" />
</clients>
</settings>

EDIT:

It looks like there are some flags that are not recognized by either Items Editor or Object builder. Maybe they are new flags from version 15 that are not compatible?

PluginThree: Error while parsing, unknown flag 0x85 at id 100.

EDIT 2:

I used the editors contained in this wiki:

 
Hello,

Thanks for the prompt reply.

Yes, I did:

//PluginThree.xml
<settings>
<clients>
...
<client version="860" description="Client 8.60 v3" otbversion="64" datsignature="4C2C7993"
sprsignature="4C220594" />
</clients>
</settings>

I help u in few minutes
 
Back
Top