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

    [Germany] [CUSTOM] Endless RPG

    Great server with plenty to do, there’s never a dull moment. The staff are also fantastic they listen to players and genuinely value their feedback
  2. bakkens

    [8.60] Styller-Baiak 8.60 [OTX 1.0] + Mount DLL Modal

    If you read the thread carefully you’ll understand how this server works. It’s a custom setup not something you can just modify or mix things into without properly configuring your tools first. Yes, it’s old and outdated, but not totally bugged like you say
  3. bakkens

    ⚔️ TFS 1.8 Downgrade 8.60 — Open Source Tibia Server Base

    Even though most 8.6 RL maps are made for 0.4x, I think this TFS version supports Client IDs like Canary.. If it works the way I think it does, a bit of patience is all you need to convert a map for this setup. but exist a map fixed for this ? no i dont think so
  4. bakkens

    Market Module [OTCv8] [TFS 1.4.2]

    Made some customizations, really nice module to work with!
  5. bakkens

    [Quick Showoff] Post your latest maps!

    I love this so much idk why
  6. bakkens

    Lua Push target spell not push into PZ [TFS 1.2]

    local isWalkable = function (position) local tile = Tile(position) if not tile then return false end -- Block PZ tiles if tile:hasFlag(TILESTATE_PROTECTIONZONE) then return false end local ground = tile:getGround() if not ground or...
  7. bakkens

    ⚔️ TFS 1.8 Downgrade 8.60 — Open Source Tibia Server Base

    Thanks for releasing this project :D I’m going through the source code right now and it’s going to help a lot with my own project. There are a lot of really smart pointers in here!
  8. bakkens

    Lua Drunk Rune, Nekiro 1.5 downgrade 8.6

    local action = Action() local exhaustTime = 5000 local drunkTime = math.random(3000, 5000) local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_CRAPS) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_POISON) function action.onUse(player, item, fromPosition...
  9. bakkens

    [Custom] [OTX2] Evolisca Server Files (Full Release)

    Yes, in programming pretty much anything is possible. But I’d recommend either taking the system and putting it into another OTX2, or rewriting it so it actually fits your setup. Don’t just slap an RL map onto this one it’s probably going to turn into a mess 😄 Try doing the opposite instead.
  10. bakkens

    OTClient OTCv8 & TFS1.7 <Can't log in>

    Hello ! :D can be multiply reasons first of all have you fixed everything correct in config.lua? meaning correct ip try first localhost ip = "127.0.0.1" loginProtocolPort = 7171 gameProtocolPort = 7172 try hit me up in PM and ill try to help you
  11. bakkens

    How would taxes work for U.S. if your ot made money?

    I don’t know the US rules 100% but to be safe you should treat it like a store/business, but you should double check the rules just in case :D
  12. bakkens

    How would taxes work for U.S. if your ot made money?

    Even if you call it "donations" the IRS sees it as income. You're providing a service (server hosting and maintenance) and getting paid for it. Whether it falls under hobby income or self-employment income (Schedule C) depends on how seriously you're running it.
  13. bakkens

    [Custom] [OTX2] Evolisca Server Files (Full Release)

    i use xampp latest version for me i like most because im familiar with xampp but for some things uniform server is better
  14. bakkens

    [Custom] [OTX2] Evolisca Server Files (Full Release)

    check so its connected to database ( // phpmyadmin username for OT server: (DONT USE "root" if you are hosting to public). $config['sqlUser'] = 'root'; // phpmyadmin password for OT server: $config['sqlPassword'] = ''; // The database name to connect to. (This is usually same...
  15. bakkens

    Thornfeld — Building a Ranch Simulator

    Wow, haha that’s really adorable 😄 I love the idea keep it up!
  16. bakkens

    Scripter Looking for 4 Events! 1.5 8.6 nekiro

    Hey bro, it’s actually pretty easy to adapt these things in RevScript. Do some reading, that Will give you solid info and the key knowledge you need to run a server. If you need any help for free im here to help you, this forum gave me much knowledge and i want to give back
  17. bakkens

    Thoughts on Ironman-esque mode in Tibia? (Similar to OSRS)

    Ooh, I'll check this out — sounds cool! But did you test all the different ways to abuse it? And what was the method that gave you the most security problems? How did you prevent players from abusing it?
  18. bakkens

    Thoughts on Ironman-esque mode in Tibia? (Similar to OSRS)

    I agree, this is a really cool idea. However implementing it would be a nightmare of codes xDD its to easy to abuse i think
Back
Top