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

Recent content by Mind Control

  1. Mind Control

    Attributes not being saved on LOGOUT/LOGIN

    If you are certain that all the attributes are being saved correctly to the database and are working in-game, but some attributes are being lost when the player logs out and logs back in, then the issue might be related to the way you are loading the attributes from the database. As you...
  2. Mind Control

    Attributes not being saved on LOGOUT/LOGIN

    It looks like you have added new item attributes to your server and they are working fine in-game, but some of the attributes are not being saved to the database when the player logs out and logs back in. This could be due to a number of reasons, including the way the attributes are being stored...
  3. Mind Control

    Lua Manarune on friend?

    To heal a friend standing next to you, you need to use the onUse function. Currently, this function only provides mana to the one who uses the rune, which in this case is you. You can modify it by adding another variable that works on the action of the player standing next to you, and then add...
  4. Mind Control

    OTClient "Show customizable top status bar"

    It may be due to the fact that the status bar module is not loaded when the client is launched. You can try adding the module loading code to the otcv8 configuration file. Here is an example code that you can add to the config.lua file: Module.New('top_bar', function() if not...
  5. Mind Control

    Scripter I write custom scripts on request.

    Hello, My name is Marcin, I'm 28 years old. I write scripts for Lua & C++ for a fee, tailored to your needs and for any version of the game engine. I can write one script for you for free so you can see my skills and decide if you want to continue working with me.
Back
Top