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

    Compiling Edit source without recompiling?

    @DreadShi Well, @kornholi just fixed the github actions. So now this method works, just fork otland/forgottenserver, send commits to your fork, give it half an hour and click on actions, and github will have compiled .exe for you that you can download under actions artifacts.
  2. Znote

    New AAC.. But not made in PHP

    Yep, Two-factor authentication uses a standard known as RFC 6238 to generate authentication tokens, and the secret key is stored in db as account.secret. I have an implementation of it here (setup). and here (login).
  3. Znote

    Metatables!

    Link broken, here is backup: nova-fusion.com/2011/06/30/lua-metatables-tutorial Lua Metatables Tutorial In this tutorial I'll be covering a very important concept in Lua: metatables. Knowledge of how to use metatables will allow you to be much more powerful in your use of Lua. Every table can...
  4. Znote

    TFS 1.X+ ZNOTE Account. Character Action.

    Create a new account with no characters. Give it a secure password. Look it up in database (using etc phpmyadmin) to get the accounts.id value put that in storage_account_id.
  5. Znote

    Compiling Edit source without recompiling?

    Normally if you cant compile yourself, I would recommend you to fork otland/forgottenserver repo, add a commit to your fork with source changes and github actions will compile it for you. However, if you want to use the latest sources, good luck. Windows hasn't compiled there for 6 months. (on...
  6. Znote

    Compiling Can’t find libfmt-dev

    Debian 9 has reached its End of Life date of 2020-07-06, you should consider upgrading. https://wiki.debian.org/DebianReleases#Production_Releases You can try to install libfmt3-dev, its an older version, but it might work.
Back
Top