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

Search results

  1. SpiderOT

    RME wont show my map

    Maybe you have only show modified checked? press Ctrl+M or from the view menu
  2. SpiderOT

    OpenTibia Assets Editor

    Currently, Tibia has about 180k sprites so the editor creates all custom sprites at 250k+ and reserves this range of sprites ids to keep your client compatible with future tibia updates The editor doesn't support modifying the number of frames, but you can create a new outfit/object with any...
  3. SpiderOT

    OpenTibia Assets Editor

    @antonio664 make sure you click save then compile and use the latest version on GitHub releases
  4. SpiderOT

    OpenTibia Assets Editor

    Thanks for the reports will consider all reports/suggestions in the next release
  5. SpiderOT

    OpenTibia Assets Editor

    Hey guys! Assets Editor is an open-source editor for client 12+. Requirements: Net Core 3.1 Features: Modifying objects. Copy flags between objects. Create new objects. Creating new sprites sheet, merging sprites, exporting and saving as lzma. Currently this editor doesn't check...
  6. SpiderOT

    Tibia 11+ Downgrade tool

    Thanks for pointing it out, it's fixed now regarding the default action it's working fine
  7. SpiderOT

    Tibia 11+ Downgrade tool

    If you're not familiar with OTB I would suggest using already generated one like this
  8. SpiderOT

    Tibia 11+ Downgrade tool

    @legadoss Main post contains a download link for the latest client(12.15.8794) @Guilherme sua Simply you need to extract the .proto files from client.exe, convert the .proto files to cs class(Appearances.cs) like this post and it should work!
  9. SpiderOT

    Tibia 11+ Downgrade tool

    @Artis No, it just converts assets of client 11+ to client 10.00 @Evil Puncker Nah, I just liked the idea :D
  10. SpiderOT

    Tibia 11+ Downgrade tool

    @jo3bingham Thanks, Mainly my problem was creating several lists to correctly arrange sprites @gunz updating otb while converting sound interesting as the difference in sprites count break the item editor (just the comparing sprites afaik) can you show a picture of those sprites to make sure...
  11. SpiderOT

    Tibia 11+ Downgrade tool

    @up Thanks, it's fixed converter now takes less than 2 minutes to export both dat/spr
  12. SpiderOT

    Tibia 11+ Downgrade tool

    Very possible, you only need to remove the different flags like market and edit the write sprite part
  13. SpiderOT

    Tibia 11+ Downgrade tool

    Updated post with new binary (old one have some critical bugs) I'll check it but I believe it's something related to .spr file, if I'm not wrong item editor compare sprites ids and the ids is totally different from outdated client 10.00 .spr file until we find a better approach, I would suggest...
  14. SpiderOT

    Tibia 11+ Downgrade tool

    @hellpsy You can download it from here
  15. SpiderOT

    Tibia 11+ Downgrade tool

    I had a hard time understanding it too. you can download protoc-3.8.0-win64 binary from here put the .proto files with protoc.exe and use the following command protoc --csharp_out=src Appearances.proto this should generate Appearances.cs
  16. SpiderOT

    Tibia 11+ Downgrade tool

    Yeah I only wanted to clean up the code abit, posted on github Definitely, I've complicated some functions due to my limited knowledge xD
  17. SpiderOT

    Tibia 11+ Downgrade tool

    Hey guys! This is a simple tool to convert client 11+ to outdated client 10.00 Tibia.dat & Tibia.spr Features: Export sprites sheet to .png Slice all sheets to 32X32 .png Convert sprites sheet to Tibia.spr Convert appearances file to Tibia.dat Requirements: Net Framework 4.7.2 How to...
  18. SpiderOT

    Windows Item editor

    Sorry don't know what's the problem as I can open it without a problem using the above links
  19. SpiderOT

    Windows Item editor

    Maybe download Item editor from here Guilherme / cliente10 (https://gitlab.com/guilhermesidney/cliente10) If it didn't work just include the OTB file you're trying to edit and I'll check it
  20. SpiderOT

    Windows Item editor

    Have you checked the client signature in PluginTwo.xml? or you might be using wrong 8.6 client you can download it from here Tibia Clients - Google Drive (https://drive.google.com/drive/folders/0B2-sMQkWYzhGSFhGVlY2WGk5czQ)
Back
Top