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

    [Sweden] [8.6] [High EXP] Amiroslo OTS || Starts: 30-12-2022 18.00 CET

    I have too lag to play this server, but so far was good.
  2. nefinoo

    AAC Error to creat a new character with a new vocations.

    @slaw it works ^^, thanks!
  3. nefinoo

    AAC Error to creat a new character with a new vocations.

    this is my config.php <?php /** * This is MyAAC's Main Configuration file * * All the default values are kept here, you should not modify it but use * a config.local.php file instead to override the settings from here. * * This is a piece of PHP code so PHP syntax applies! * For boolean...
  4. nefinoo

    Forge 12+

    I'm looking for the same
  5. nefinoo

    RevScripts Craft system cant craft

    I'll take a look, thank you very much for watching
  6. nefinoo

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    Hello sarah, can you help me with this problem? Is a "working" craft system i made, but i have a problem when i click on craft button. https://otland.net/threads/craft-system-cant-craft.282798/#post-2708747
  7. nefinoo

    RevScripts Craft system cant craft

    Bump Bump Bump Help
  8. nefinoo

    RevScripts Craft system cant craft

    I am trying to make a revscript crafting system, and everything goes well when I open my modalwindow to show me the equip to craft, it opens, when I click the craft button nothing happens, could you help me? I know I'm doing something wrong but I don't understand the modalwindow. I am using tfs...
  9. nefinoo

    Lua Spells require storage to be cast

    I know that they are easy conditions to apply, I just wanted you to guide me with an example, I know that I ask things that are easy for you but sometimes they are not for me. I was asking about this topic, because I am using a script based on my equipment it gives me a storage, and depending...
  10. nefinoo

    Lua Spells require storage to be cast

    Can someone help me to make a example of spell with a storage require to use it? i am using tfs 1.4.2 if is a rev its ok.
  11. nefinoo

    RevScripts Script to strengthen monster attacks

    Levi, can you help me to make this same script but only work for players? making something like this: local storage = math.max(0, creature:getStorageValue(757557)) local creatureScore = target:getStorageValue(757557) if storage < 0 then storage = 0...
  12. nefinoo

    RevScripts Spawntime based on players online

    how increase a spawn time based on number of players online
  13. nefinoo

    RevScripts Modal to open a list of items within another list of items.

    Hi!, I want to create my own crafting system, but I don't understand the modalwindow, for example, that when clicking on any item, in this case an anvil, a modal window opens, with a list of options like "leather equipment", "steel equipment", "gold equipment", etc... and when you choose one, it...
  14. nefinoo

    make items unmoveable on lua for tfs 1.3?

    attempt to index global 'self' (a nil value) stack traceback:
Back
Top