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

    Suggestion Rename the Server Gala subforum

    I mean, Server List sounds like a no brainer
  2. R

    AAC [MyACC] Problem with redirection.

    It's probably an issue with the query params, since facebook adds their shitty fbclid tracking param to the URLs you click, you could look for that specific query param and redirect properly
  3. R

    AAC [MyACC] Problem with redirection.

    Then it's not MyAAC that has the issue, it's Facebook, right?
  4. R

    AAC [MyACC] Problem with redirection.

    You click a link in facebook? or in MyAAC?
  5. R

    BAAAAAAATS

    That's the reason I disabled it.
  6. R

    Remove wall stepin/stepout function?

    https://otland.net/threads/how-to-display-code-properly-in-your-post.168098/
  7. R

    MyAcc how to add new table to character information?

    Try using player id instead of name, but if you want to use name you're missing the quotes, the following query should work: $mrupka = $db->query('SELECT `mrupka` FROM `players` WHERE `name` = "' . $player->getName() . '" LIMIT 1');
  8. R

    I'm back after some years and now i'm lost at functions '-'

    Use google, just search for site:otland.net tfs 1.2 function list https://github.com/otland/forgottenserver/wiki/Script-Interface https://otland.net/threads/tfs-1-0-1-2-lua-functions.197202/ https://otland.net/threads/tfs-1-2-all-main-interface-functions.252859/
  9. R

    adv page down?

    Or at least "Online Servers"
  10. R

    adv page down?

    Server list? Online Servers Board? idk
  11. R

    adv page down?

    I feel like renaming the board would be easier for everyone, I've seen plenty of these threads pop up throughout the years.
  12. R

    Lua help online guild bonus exp

    try Player:getStorage.. on line 5
  13. R

    Solved Can't move/throw items on ground

    What do you mean by datapackage pre-compiled? where did you get the sources from
  14. R

    Solved Can't move/throw items on ground

    You can start by telling us which server engine you're using (TFS/whatever) and the version (TFS 1.X, 0.X). if you don't know, at least tell us where you got the server from. For starters, try with different chars in a different account to see if it has anything to do with the group/flags
  15. R

    OTLand updated

    1601710551 Have you tried disabling your adblocker? there's no ads here anyway
  16. R

    Antica

    Life thread would be cool, and with all the new spawns im pretty sure you'll get to 200 in no time
  17. R

    AAC Gesior Not Add samples to DB:

    Add field 'comment' to the players table, just like gesior said..
  18. R

    Lua [TFS 1.2] How to make npc that gives free gold

    Have you changed this value? Line #22 local storage = Storage.Foo
  19. R

    Lua [TFS 1.2] How to make npc that gives free gold

    Sorry, completely forgot about this. Here is an iteration of @Sasyia 's code Note: I did not test the query at all, and I based the query of TFS 1.2 schema from the official repo local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
Back
Top