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

    item cyclopedia rarity

    try 50%, 24%, 4%, 0.9%, 0.1%
  2. sharinn

    help connecting newest tfs latst version

    try run server on debug mode(on wiki is patch for debug build) with attached debugger it should show what is broken (call stacks)
  3. sharinn

    Znoteacc with canary

    probably znote is not compatible with canary, canary use myacc (as far as i know they has fork of myacc)
  4. sharinn

    item cyclopedia rarity

    it's depends on drop change of items. Try change change for platinum coin for 0.5%, should become rare
  5. sharinn

    Solved [Error - mysql_real_query] when I try to connect to the server

    probably you are missing this commit https://github.com/otland/forgottenserver/commit/404f369e7b5d6c5622bde9abff05dde76e0421dc
  6. sharinn

    Solved [Error - mysql_real_query] when I try to connect to the server

    can you check default value of expire_at from Session table, should be null 1718922009 i don't know much about myacc but maybe login webservice provided by accmaker can be issued there, is is provided try remove it/disable part related to send login data to client
  7. sharinn

    Solved [Error - mysql_real_query] when I try to connect to the server

    https://github.com/otland/forgottenserver/issues/4749 look this issue, maybe solution is there
  8. sharinn

    Windows HOW TO GET SOURCES?

    https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29 probably will be missing some library due last changes (lib crypto - > oprnssl)
  9. sharinn

    Windows HOW TO GET SOURCES?

    https://github.com/otland/forgottenserver/tree/v1.4.2
  10. sharinn

    Mysql out of sync

    bump
  11. sharinn

    Mysql out of sync

    schema.sql is up to date
  12. sharinn

    Mysql out of sync

    Hello, did anyone have a problem with mysql Message: Commands out of sync; you can't run this command now. the problem occurs when "> Optimizing table players_online... [success]" occure. I want to add that when the tables are not optimized, everything works OK, the problem came from the TFS...
  13. sharinn

    TFS 1.X+ tfs 13.10 and znote error login

    Hello again, can you try revert this commit 728b29b57737f104b8e35962a9ebe14f1cdcdc47 (Encode Latin-1 to UTF-8 and vice versa (#4628) · otland/forgottenserver@728b29b (https://github.com/otland/forgottenserver/commit/728b29b57737f104b8e35962a9ebe14f1cdcdc47)), it's fix this issue for me if it...
  14. sharinn

    TFS 1.X+ tfs 13.10 and znote error login

    i got the same issue but using cip client. probably some string_view issue.
  15. sharinn

    Tfs 1.5 by nekiro palladin no attack weapon when use pot

    it's look like you change something in Weapon::interruptSwing() Please post this function
  16. sharinn

    Windows How do you search in luas?

    my practice is to create file for uid/aid(simmilar to sotarge), and some comments with last used value/next not used value also i have script to validate duplications on server startup Xikini solution should resolve your issue
  17. sharinn

    Remere's map editor lagging

    how big is your minimap, on my machine big minimap window start lagging RME
  18. sharinn

    TFS 1.X+ Possible infinite loop at actions/lib/actions.lua

    its normal on startup, look on lib core. lua what is doing, it's loading many files (dofile) summary there is a loot of code to execute after startup it chack lua call if they execute to long, this is important
  19. sharinn

    Nekiro downgrade 8.0 trade system bug

    charges are taken instead of items count in this case this is my old fix, idk if it's work for downgraded tfs
  20. sharinn

    Nekiro downgrade 8.0 trade system bug

    with items do you want to sell? while ago i worked on bug related to trade and rings/amulets with charges
Back
Top