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

    Lua How to work with "objects" or rather the metatable?

    So basically what I need to know is what kind of parameters should be input to the objects that get instantiated. For example these following metatables or object definitions exist: Combat Condition Container Creature Group Guild House Item ItemType ModalWindow Monster MonsterType...
  2. Simbaclaws

    Programmer Looking for people that want to help create descriptions for all current lua functions and enums

    The title says it all, What I am looking for is a team or basically a community effort that helps the community by creating descriptions of Primary functions, Secondary functions and Enums. My idea is the following: having a shared excel file hosted on something like google drive where...
  3. Simbaclaws

    Lua local var = Creature(petUid)

    So basically, I'm using the following code: https://otland.net/threads/tfs-1-2-pet-system.236403/ And I've caught a bear. (I removed the vocation check because it was a deprecated function so it would work) Now that I've caught a bear, as soon as I do !petinfo it will display the text: Your's...
  4. Simbaclaws

    Lua Where exactly is my "logout" script located?

    I found a script I'd like to add to my server for enabling pets. The thread can be found here: https://otland.net/threads/many-my-fully-lua-pet-system-many-features.3432/ now, I am still a total noob so please don't take this the wrong way. The person who made this script basically tells me to...
  5. Simbaclaws

    Lua Script compatibility?

    I found the following thread in the resources section of the forum: https://otland.net/threads/all-lua-scripts.63853/ I found out there is a compat.lua in data/lib/compat/ Does this mean that older scripts that are meant for versions like 0.3.x also work for the current 1.2 tfs build? I would...
  6. Simbaclaws

    Linux Remere's map editor install on debian?

    So I've downloaded the debian version of Remere's map editor and I've got all the dependencies installed, some of which are on a higher version then that which remere needs since I need it for something else. Whenever I execute the rme binary I'm getting a lot of weird text as if it doesn't do...
  7. Simbaclaws

    opentibia lua documentation?

    Is there any place on this forum where there is documentation for all the function calls available to opentibia and such? I would like to start learning lua, I've done some lua in the past for warcraft 3 object generation and have a basic understanding of how the code should look like. I also...
  8. Simbaclaws

    Solved Error code 111 when trying to access server

    My server seems to be running and seems to be working. I can login to the server but as soon as I select my character and press OK I get the following message: Connection refused, the server might be offline or restarting. Please try again later. (ERROR 111) Which I find odd because I can login...
  9. Simbaclaws

    How do I create an account on my server?

    Okay, so I've got my server setup and I've put account manager settings in my config.lua. However my otclient asks for a username a password an ip address and port to the server etc. Whenever I type in some username and password the server obviously responds: Account name or password incorrect...
  10. Simbaclaws

    dat and spr files for otclient?

    Does anyone know where I can download the dat and spr files for my otclient 1074? I don't know where to get them and I would like to be able to test my server. Also another question: how do I know which client version I have to use for my otclient to connect to my server? Can I somehow check...
  11. Simbaclaws

    Missing config.lua for tfs 1.2?

    I just compiled the source of The Forgotten Server on my ARM architecture raspberry pi. Everything seems to have compiled correctly but when starting ./tfs I'm getting the following error: >> Loading config [Error - ConfigManager::load] cannot open config.lua: No such file or directory > ERROR...
Back
Top