• 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. S

    Help !

    any stack trace of crash?
  2. S

    OTClient problem with receive opcodes

    you mean you sending something to the server? OtClient g_game.sendExtendedOpcode(opcode, data) and handling is in fuction void ProtocolGame::parseExtendedOpcode(NetworkMessage& msg)
  3. S

    OTClient problem with receive opcodes

    looks good to me
  4. S

    Compiling TFS 1.5 Compiling problem

    you made these functions private, right?
  5. S

    Compiling I compiled TSF but the config.lua file did not appear in release (help)

    Make sure your user, forgottenserver have acces to datbase forgotenserver
  6. S

    Compiling I compiled TSF but the config.lua file did not appear in release (help)

    Add this to mysql config (see attachment) [mysqld] ssl-ca=C:/path/ca.pem ssl-cert=C:/path/server-cert.pem ssl-key=C:/path/server-key.pem You create those files by running: openssl x509 -req -in server-req.pem -days 3650 \ -CA ca.pem -CAkey ca-key.pem -set_serial 01 \ -out server-cert.pem...
  7. S

    Compiling I compiled TSF but the config.lua file did not appear in release (help)

    You need to translate but it seems you don't have those dlls, you should install them (vcpkg should do it in first place, lol)
  8. S

    Using AI to create sprites…

    looking way better than mine xd these are my results, downscaled to 32x32 (they looked better when they were bigger xd)
  9. S

    Using AI to create sprites…

    Chatgpt (dall-e) works great for items but for me it couldn't create a even static monster or outfit :( @matiszek30 @murilow1 share your prompts! "give me a prompt to create those result" in chat ;)
  10. S

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    Cs go is not pay to win as it offers only skins that don't change gameplay. On other hand yoh have 0.1% faster exp, in 1000 hours you will get extra hour. It's pay to win.
  11. S

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    In the context of video games, "P2W" (Pay-to-Win) refers to a game model where players can gain an advantage over others by spending real money. This advantage can manifest as stronger items, abilities, exclusive content, or in-game currency that speeds up progress. there is just one...
  12. S

    Andreew's showoff

    I think you are one of the best mappers here.
  13. S

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    It's not. That's the definition of P2W.
  14. S

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    Offering only cosmetic items in shop is not P2W, offering VIP that have even 1% more exp IS P2W
  15. S

    From Windows 10 to OTS development machine for dummies

    what errors?
  16. S

    [8.60] [TFS 1.2] -[Real Map full] with mount & market system

    https://otland.net/resources/create-debug-characters-with-lua-config.76/ Seems like you need to add -fopenmp to the compiler flag, idk why you would need to tho It's looking like you edited something since the second warning (about tasks) is coming from wrongly ordered arguments in constructor
  17. S

    Otclient DirectX after compilation in visual studio error 0xc0000022

    happened to me :D it installed win-64 and i was on arm-64
  18. S

    Otclient DirectX after compilation in visual studio error 0xc0000022

    if he had installed wrong libraries it will not work, he could remove vcpkg_installed folder tho
  19. S

    Otclient DirectX after compilation in visual studio error 0xc0000022

    vcpkg install glew AND Properties → Linker → Input → Additional Dependencies add libEGL.lib;libGLESv2.lib;opengl32.lib (you need to give full path to those)
  20. S

    Otclient DirectX after compilation in visual studio error 0xc0000022

    That's weird. Do application log anything?
Back
Top