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

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Is there a way to cap a limit of how many points you can put on a stat? I want to limit like maybe 200 max
  2. A

    Bye

  3. A

    TFS 1.X+ Every character created shows up as Vocation ID 0 all of a sudden?

    Here is the config.php for Znote AAC 1.6 // Available character vocation users can choose (specify vocation ID). $config['available_vocations'] = array(1, 2); Here is my vocations.xml <vocation id="1" clientid="3" name="Newb" description="a Newb Combatant" gaincap="10" gainhp="5"...
  4. A

    Compiling Compiling OTCLIENT Ubuntu error

    Hey there, been following this step by step Compiling on Ubuntu 20.04 · mehah/otclient Wiki (https://github.com/mehah/otclient/wiki/Compiling-on-Ubuntu-20.04) However, when I get to the point to cmake .. I get I have been searching far and wide and haven't found anything related.. I have...
  5. A

    SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

    I don't know if this is still working? It says it creates forgottenserver in otsmanager, amongst other things but there is nothing actually listed there.. seems to be missing a lot of things? I booted up a new dedicated server cloud host and only ran the 3 scripts it said. Using Ubunto 20.04
  6. A

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    It is free for you to use, of course there is bugs and things to fix... not many people release 100% functional server.. you gotta work brother
  7. A

    [USA][Custom / 7.4][Mechanics] Sanctuary Online - NEW BETA DEC 11!!

    Well, I wish I could login and play, but can't create a character on client... created a character on website, but it doesn't show up on client.... buggy website hardcore... Shame, I was looking forward to this...
  8. A

    Connection Refused on Local Network

    Sure, The fix is bolded - to reflect server IP instead of localhost (see original post for what it was originally, doh me) -- 5 minutes after posting this I noticed it... ;) -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = "192.168.5.10" bindOnlyGlobalAddress = false...
  9. A

    Connection Refused on Local Network

    EDIT Resolved Hey there, So I have my config file setup to: -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = "127.0.0.1" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 0 motd = "Welcome to...
  10. A

    TFS 1.1 not opening?

    Hello, Just followed a tutorial () - Anyways.... after all the steps and going to run the TFS, it just "blinks" and never actually opens. Any ideas? Event Viewer doesn't say anything about it...also it is not opened in task bar, anywhere...
  11. A

    How to solve empty house?

    Thanks, I will try now :) I did not see that in my /commands Wondering why a deleted char keeps a house in the first place =.= Edit: works Thanks, [Solved] I nub :(
  12. A

    How to solve empty house?

    18:19 You see an open door. It belongs to house 'Dark Mansion'. owns this house. A character was deleted - house still says owned by "blank" Is there a GM command to reset a house?
  13. A

    TFS 0.3.6 Reward on Level - Need 1 more thing? :) <3

    Love you , liked your post, not sure if that gives rep or something
  14. A

    TFS 0.3.6 Reward on Level - Need 1 more thing? :) <3

    Hello...so this is my script... local t = { 39001, { [20] = {2160, 2, "Congratulations on level 20! You have been awarded with 2 crystal coins! Get that promo slacker.", 1}, [50] = {2160, 3, "Congratulations on level 50! Beware, you are vulnerable to those shitty PKers now! Here is...
  15. A

    Town ID changes on death....

    It appears I do not :(
  16. A

    Town ID changes on death....

    Bump anybody know? I don't see anything in scripts =.=
  17. A

    Town ID changes on death....

    Hello, When create a character, spawns in Thais.... When dies, goes to Venore..... Even if step in portal to become resident Thais... Still goes to Venore.... Not really sure why?
  18. A

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    Question - I setup the whole pages, it works great thanks you! One question is... When I create an account and then a character, it goes into my database, awesome! But when I go to login it keeps throwing invalid password, and I have my IP changer to 8.60 I changed in the config file from...
  19. A

    Quests Problem

    You could modify the script that associates with the action ID to not give EXP anymore, just the item...
  20. A

    Unable to load config.lua

    [Solved]
Back
Top