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

    eof problem

    Here is a mana rune for TFS 1.X, not tested though should would. Spells/scripts/manarune.lua: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0)...
  2. Fablow

    For you guys, which protocol is better? 7x, 8x, 10x or 12x? and which source?

    There is really 2 ways about making a server. Either A) You envision a server that you would play and create it. or B) Create a server that the community needs and/or wants. As for the distribution, you should pick one after you decided what kind of server you want to create. That way you know...
  3. Fablow

    How to do "pvp enforced"

    If you just mean Skulls with Experience, just set world type to PvP and enable PvP with experience in your config.lua.
  4. Fablow

    Happy new year OTLand

    Happy New Years everyone! 🎉🥳
  5. Fablow

    Lua TFS 8.6 NPC Not Buying Items

    I would try replacing your npc/lib from the original repository, and also cross reference.
  6. Fablow

    Where i can find this?

    So your saying, that players won't join if it says Free Account? You can change everything to make everything Free Account. You can literally add anything you want to Premium, and it would be a lot easier seeing how I bet your VIP system is most likely based on Storage? Anyways, I was looking...
  7. Fablow

    Where i can find this?

    Wouldn't be easier, to put your "VIP" features into Premium? Changing everything to Free Account (spells,weapons/runes/promo/boat), and you can also add alot more features.
  8. Fablow

    Where i can find this?

    Most likely sources or client.
  9. Fablow

    TFS / open tibia servers engines questions

    If you wanted to rebuild an engine, I would recommend using the official TFS repository. If you wanted to work/improve on an engine or client, there is other sites around where people release full Naruto / Pokemon servers.
  10. Fablow

    TFS / open tibia servers engines questions

    I would personally decide what kind of server you want to accomplish and then find a distribution that will fit your server needs.
  11. Fablow

    [OtLand Official Mapping Competition] [S2] - December Voting Thread

    I really enjoy #3 and #4. Amazing! I may or may not have had to flip a coin! xD
  12. Fablow

    🐲 OTC StoneDrake UI by Shiva - [Free Release]

    One word. Nice.
  13. Fablow

    Merry Christmas!

    Merry Christmas and Happy Holidays to everyone!
  14. Fablow

    Znote AAC Character Auctions System

    Well, maybe you should look a little harder: <?php if (!defined('ZNOTE_OS')) { $isWindows = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'); define('ZNOTE_OS', ($isWindows) ? 'WINDOWS' : 'LINUX'); } // If you want to use items.php (not 100% yet, I guess) // Tested...
  15. Fablow

    Znote AAC Character Auctions System

    Znote/ZnoteAAC (https://github.com/Znote/ZnoteAAC) Has 0.4 support, and has character auctions. Just configure in config.php. Pretty sure the install detects what TFS you are using.
  16. Fablow

    DailyTask ~100%

    If your are using OTX3/TFS 1.3, the message in creaturescripts will debug your client (8.6). Replace with: function onKill(player, target) local monster = getCreatureName(target) local KILL_EASY = player:getStorageValue(DT_STORAGES.EASY) local KILL_MEDIUM =...
  17. Fablow

    Making lost account send email

    If are you using Gesior Account, here is a code that does not require an email being sent out. This only requires Recovery Key to recover the account. <img class="Title" src="/images/head/headline-lostaccount.png" alt="Contentbox headline" /> <?PHP header("Content-Type: text/html...
  18. Fablow

    12.x Tibia Coin Shop

    data/modules/scripts/gamestore/gamestore.lua
  19. Fablow

    Ferumbras loot more than one hat

    https://tibia.fandom.com/wiki/Loot That's how it works in Real Tibia unless it's RewardBoss which is newer Tibia. By default, the player with the most damage is able to loot whatever they killed. If they are in a party, their party is also allowed to loot.
Back
Top