• 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!

Search results

  1. HalfAway

    TFS version

    https://github.com/Znote/ZnoteAAC
  2. HalfAway

    When did you last play rl tibs?

    To a IRL friend, so I bought it back :d
  3. HalfAway

    When did you last play rl tibs?

    Tested to play again some months ago, was still fun. But its booring to play alone. I'm just a low level tho, 370 RP.
  4. HalfAway

    Special Blue Tiles?

    Select the tool in Palette -> Terrain Palette -> Select either one of the tools, NO-PVP for example and then hold CTRL while clicking on the tile to remove the special tiles. Shift CTRL + Shift + Drag and click will let you delete a larger area of special tiles.
  5. HalfAway

    Looking for installer

    This belongs in jobs section, but message me on Discord and we'll discuss the details.
  6. HalfAway

    TFS 1.X+ Lua script Error [Raid Interface]

    The error is not visible, image can't be loaded.
  7. HalfAway

    Marriage error

    The errors shows in clear text. "table marriage_system doesn't exist". Insert this table in your database: CREATE TABLE marriage_system ( id INTEGER NOT NULL, player_id INTEGER NOT NULL...
  8. HalfAway

    Question about hosting

    The use of virtual memory slows down a computer, because the data must be mapped between the virtual and physical memory. That requires extra hardware support for address translations. You need a VPS or dedicated server with more ram if you want to run a server with a bigger map.
  9. HalfAway

    OTU - OpenTibiaUnity - A new TibiaClient based on Unity3D engine

    Seems like a interesting project.
  10. HalfAway

    Thanatos - Discussion Thread

  11. HalfAway

    [OTClient] Remove internal "ip changer"

    Install this mod: https://otland.net/threads/mod-single-server-and-protocol.191441/
  12. HalfAway

    Ympkit - Damon's Multi-purpose Server Management Kit

    Lookin good, keep it up mate.
  13. HalfAway

    OT Monster Maker JS

    Good job!
  14. HalfAway

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    4 years already? I'm glad the project is still alive and it seems like its only getting better and better each update. (I'm not playing here atm, but I'm always lurking around reading the update posts) Keep it up Knighter!
  15. HalfAway

    Lua Exausted to Exercise Dummy TFS 0.4

    Set a storage with os.time() + 6 hours, at the onUse function at line 97. Then at the top of the function onUse check if the storage is less than os.time, and continue the script else return.
  16. HalfAway

    Issue with new vocation + promotion scroll.

    You need to define the new vocations inside of movements.xml in the equip/dequip section for each item. https://github.com/otland/forgottenserver/blob/master/data/movements/movements.xml#L329 Same with spells: https://github.com/otland/forgottenserver/blob/master/data/spells/spells.xml#L14
  17. HalfAway

    how to add table guild_membership

    You need to give us more information about what AAC you are using to provide correct help. Aswell as server version. But here is the schema for TFS 1.X https://github.com/otland/forgottenserver/blob/bcb86eac0655c58b8dc9a35c652f8953a0edd033/schema.sql#L159
  18. HalfAway

    in need of a sql query i think o.o

    Make sure you’ve got the correct server/tfs version defined in config.php.
Back
Top