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

Search results

  1. andredede

    Solução para tfs 1.5 aceitar acentuações sem precisa salvar como ansi

    Estou trazendo uma solução para o tfs 1.5 aceitar os caracter com acentuação sem a necessidade de ter que ficar salvando como ansi ou western. O client cip 8.6 e otc recebe a formatação latin1, o que eu fiz foi converter de utf8 para latin1 antes de enviar. assim fazendo funcionar as...
  2. andredede

    [8.6] TFS 1.5 Baiak, Mount and Modal widow.

    This has already been answered in the post. You need to add the feature_modules from OTC for 8.6.
  3. andredede

    Converter for Lua files from client ID to server ID.

    Together with Claude Code, we built a client ID to server ID converter, for cases where you want to copy ready-made scripts from a canary or TFS server that uses client IDs, such as bosses or quests. Instructions for use are in the Brazilian Portuguese readme file.
  4. andredede

    permanent bonus

    Thanks for replying, I was migrating some Lua scripts and kept getting this error, so I did some research and realized that the way the getStorageValue method returns has changed. So I'm trying to change almost all the comparisons that were previously done directly, such as: if...
  5. andredede

    Tibia 3D Multiplayer Project - what do you think?

    The game is visually beautiful, but I have an RTX 4060 and the game is lagging on my computer, even though it says it's running at 144 FPS. I'll test it more, but the idea is brilliant, it's really cool. It could also be the server, since I'm in Brazil. I'll test it and give some feedback...
  6. andredede

    Definitivamente Otserver Não Da Dinheiro ?

    nossa mas essa discrusão deles era de 2012, hoje com certeza acredito que da mais dinheiro que antigamente.
  7. andredede

    permanent bonus

    In the new scripts, it's necessary to check the storage values because they return null, correct? `storageValue local = tonumber(player:getStorageValue(storageKey))` or -1 or `local storageValue = tonumber(player:getStorageValue(storageKey))` or 0
  8. andredede

    [TOOL] Convert any map between ServerID and ClientID

    I think I found a bug. When trying to convert an OTBM 13.16 file, some new teleports don't allow reading their destination attribute and end up leaving it blank, even though the previous OTBM file had the destination. Example in the image. I tried to fix it, but I wasn't able to. Sorry. Image...
  9. andredede

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

    Is there a post here where I can learn how to change it?
  10. andredede

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

    Why do the animations for the old clothes still only have 3 frames?
  11. andredede

    Tibia Survivors Game

    What are you developing it in?
  12. andredede

    [8.6] TFS 1.5 Baiak, Mount and Modal widow.

    Eu tenho uma dúvida, estou começando um server novo, exclusivamente para aprender mais sobre tfs e otserver em geral. Na sua base, se eu utilizar esse downgrade do 15x pro 8.6 ele vai funcionar com os itens.xml? Os ID desse downgrade fica igual ao da versao mais nova? Você recomenda utilizar...
  13. andredede

    [CUSTOM 10.98] Konoha NTO SPR+MAP

    Get it and open the map too. Which source did you use to start a project with it? Which TFS? I want to start an NTP server from scratch and I'm looking for a base to start with. I'm still studying everything. I want to get some sprites from nto and dbo and add them. I need to know which object...
  14. andredede

    [CUSTOM 10.98] Konoha NTO SPR+MAP

    resolve?
Back
Top