• 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

    [8.60] OTX 3.8 - Server with REBIRTH, LOOT/TASK CHANNEL, AUTOLOOT, & DAILY TASKS.

    Hello everyone, I have compiled OTX 3.8 8.60 with the following changes: C++ Edits: Beds can be used by non-premium players (Fablow) Rebirth System (Feature - Reborn System | Reset level, increase power, set exclusive items, spells, houses, web and more...
  2. Fablow

    Arena With Monster Event tfs 1.2 HELP

    I would give this a read Action - Advanced Monster Arena TFS 1.2 (https://otland.net/threads/advanced-monster-arena-tfs-1-2.241704/)
  3. Fablow

    [8.6] - TFS 0.4 Evolera datapack

    Nice ;)
  4. Fablow

    TFS 1.X+ Custom AutoLoot help

    Edit: (oh you edited your post, okay - I will too) What version of OTServBr ?
  5. Fablow

    OTServBR-Global 12x w/ Bestiary, QuickLoot and more

    This is an amazing project, and I love the engine. Keep it up.
  6. Fablow

    TFS 0.X tfs 0.4 got crash after start

    https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ Could be missing a redistributable package? It's a wild guess :P
  7. Fablow

    Lua Problem with "Bigfoot's Burden Quest".

    Maybe try this: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end...
  8. Fablow

    AAC ZnoteAac Shop

    I would do a server save, restart your server, and clear your cache in your browser. Then anywhere is suppose to show outfits, go double check (highscores, character profile, character auction and online list) and let us know. Then if that doesn't work personally, I would try hosting it on your...
  9. Fablow

    AAC ZnoteAac Shop

    Ok, did you install it correctly? Did you add registerCreatureEvent(cid, "znote_syncoutfits") to your login.lua?
  10. Fablow

    AAC ZnoteAac Shop

    My guess is that you didn't install the creaturescript file, because when I setting up Znote Account I had the exact problem. It's one thing after the next with you it seems.
  11. Fablow

    AAC ZnoteAac Shop

    Did you add the creaturescript for Znote Outfits?
  12. Fablow

    AAC ZnoteAac Shop

    Did you look at the link I gave you? There is a creaturescript for Znote Outfits.
  13. Fablow

    AAC ZnoteAac Shop

    Znote/ZnoteAAC (https://github.com/Znote/ZnoteAAC/tree/master/Lua/TFS_03) - Can be used for TFS 0.3 / 0.4 branches.
  14. Fablow

    What is your tibia idol?

    Mateusz Dragon Wielki
  15. Fablow

    NPC Visual Gambler NPC [TFS 1.x]

    God Mythera's works on TFS 1.3 tested. Find: local position = {x = getNpcPos().x+2, y = getNpcPos().y, z = getNpcPos().z} Replace with: local position = {x = XXX, y = XXX, z = XXX} --position of where the player will be standing
  16. Fablow

    Lua TFS 8.6 NPC Not Buying Items

    Did you only try to buy wand of dragonbreath? Can you buy any items? Maybe post your NPC and NPC/Script.
  17. Fablow

    How to do "pvp enforced"

    Well you should re-read my previous post, but go back to your config.lua and try this: worldType = "pvp" experienceByKillingPlayers = true
  18. Fablow

    The reason why tfs is delayed: we let the great programmers goes away

    They are "advanced" modified TFS versions laying around, which yes has more progress then the official repository, including Fabians. I think the improvement of the project will depend on the community helping build it, not just one person - This has also been said before I'm pretty sure. I...
Back
Top