• 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

    RevScripts Automatic mining with delay between each action

    I wanted to make the player use the pickaxe only once on a rock, and this script would be running by itself for 1 hour, with a 2 second delay between each action. i am using otservbr local Minar = Action() local monsters = { [1] = { mons = "White Pale", chance = 3, expmin= 500000, expemax...
  2. nefinoo

    C++ increase hp and mana for storage

    How?
  3. nefinoo

    Spell [TFS 1.X] Magic Missile

    Same problem here, using tfs 1.42
  4. nefinoo

    Lua Crit Amount Max 100

    Why does the amount of damage per crit only go up to 100? local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) local condition = Condition(CONDITION_ATTRIBUTES) condition:setParameter(CONDITION_PARAM_TICKS...
  5. 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.
  6. nefinoo

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

    @slaw it works ^^, thanks!
  7. 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...
  8. nefinoo

    Forge 12+

    I'm looking for the same
  9. nefinoo

    RevScripts Craft system cant craft

    I'll take a look, thank you very much for watching
  10. 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
  11. nefinoo

    RevScripts Craft system cant craft

    Bump Bump Bump Help
  12. 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...
  13. 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...
  14. 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.
Back
Top