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

    Lua Text on tp.

    Any errors in console? Did you registered your event in globalevents.xml?
  2. M

    [MyAAC][Plugin][Template] First Tibia Global Layout

    You're not using MyAAC as it doesn't have such feature yet. So your post in this thread is not valid.
  3. M

    Bluetooth Headset Microphone

    So, I've received this Bluetooth headset as gift for my birthday: E55BT | Kabelloser Over-Ear-Kopfhörer I would like to know what kind of adapter do I need to be able to use the built-in microphone in apps like Teamspeak or Discord. When I buy something like this...
  4. M

    Help with Mounts Premi )

    Oh, right. Didn't saw it.
  5. M

    Failed to load external entity

    What you have in config.lua under outputLog directive set? Seems like it can't find that file.
  6. M

    Help with Mounts Premi )

    You don't need to use storage values. You can use last login info to check if player has logged in for the first time. like this: if player:getLastLoginSaved() <= 0 then
  7. M

    Compiling Only clients 10.98 after compiling tfs 1.3?

    That's true. Latest TFS supports only that version. For 8.6 you can use TFS 1.2 downgraded to 8.6, available here: [8.60] The Forgotten Server 1.2 Or, TFS 0.3, which is available here: [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8
  8. M

    Solved tfs 1.2 advance level and full mana

    Remove this line in player.cpp: forgottenserver/player.cpp at master · otland/forgottenserver · GitHub
  9. M

    Best way to learn C++?

    To be honest, I've learned c++ not by any tutorials, but simply by the understanding code of TFS. Its very well detailed in English, and when you have some little knowledge about the game, then you also should easily understand what is happening in the code. But tutorials can help you to...
  10. M

    Website changing language (Sorry if it's wrong section)

    Also would be interesting to know what script is this. Can you post the name of it or post that script?
  11. M

    MyAAC v0.7.12

    You mean your server accepts only numbers. But still, there's verification on the server side, that your account needs to be a number. There're so-called status indicators (that green icon next to account text field input) that indicate if an account is right. It will be right (green) only with...
  12. M

    MyAAC v0.7.12

    This is not true. MyAAC supports number aswell since version 0.0.4. It detects automatically if it should use number or letters. But both are possible.
  13. M

    Blue flames in remeres?

    It's worth saying that in TFS 1.x there's only getWaypointPositionByName function, there is NO getWaypointList function. But still, you should be able to modify your /goto lua script to add teleport to waypoint.
  14. M

    MyAAC v0.7.12

    Yes, since version 0.4.0 you can add/modify/delete/hide/move forum boards. You just need a super admin account or FLAG_CONTENT_FORUM flag.
  15. M

    What's your favorite (retro) video games? (post full lists)

    I play Age of Empires 2 The Conquerors on Play Games Online At Voobly
  16. M

    [MyAAC][Plugin] Gesior Shop System

    Change all: new Account(); to: new OTS_Account();
  17. M

    MyAAC v0.7.12

    Yeah, as I said. Set characters_towns to array(3). Just tried it now and it works. Like this: 'character_towns' => array(3), Database after creating new character:
  18. M

    [CAST] - OTX Server 2.X.S-3 LORD ZEDD (7.x/8.x/8.5x/8.6x/8.7x/10.x)

    You can disable black skull in config.lua. That's some partial solution.
  19. M

    Monster Image Files from Tibia wiki

    I wrote a converter that downloads all creatures from tibia.com and also creature pages. It's available here: [MyAAC][Plugin] Creatures like on Tibia.com Under converter.zip. Also when you unpack real-tibia-creatures.zip then there's directory called images/creatures where all images of...
  20. M

    Hosting OS

    Debian.
Back
Top