• 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. Michael Orsino

    otland lagging?

    I think this is actually an entirely different issue, but I am getting this very frequently right now.
  2. Michael Orsino

    Any Serious Servers OUT there?

    There are only two oldschool-era servers online I could recommend at the moment: #1 Tibiantis.online (7.4, 1x) if you want the closest to the original game as practical, plus some new content #2 Dura-Online (7.4, 1x) if you want an old school experience with custom elements designed to replicate...
  3. Michael Orsino

    Compiling [otservbr] compiling on ubuntu 20.04

    That error you are experiencing now is due to having outdated otservbr files, or at least having ran the cmake of the old otservbr files and therefore installed a version of libmariadb without the required mariadbclient option. If you do a fresh install of your OS and go through all the steps...
  4. Michael Orsino

    Dura's Ankrahmun: Revising game design. Content that is 50% vanilla and 50% custom. What went wrong at the breakmark of Tibia and what was still right

    I'll respond to a few of the comments made so far. It is accurate to say that the rules of the server became significantly more strict after the server had already been online for a few months and that this was unfair to players who did not have the opportunity to benefit from a more relaxed...
  5. Michael Orsino

    Lua [TFS 0.3.7] Food on Tree

    Also works fine
  6. Michael Orsino

    Lua fromPosition (how use this with stackpos)

    I wrote this for a request thread, it might be exactly what you need/want too: From your request thread asking for pretty much the same thing: -- actions.xml -- <action itemid="5157" script="mangotree.lua"> function onUse(player, item, fromPosition, target, toPosition, isHotkey) local...
  7. Michael Orsino

    Lua [TFS 0.3.7] Food on Tree

    I tested my script, fixed the few little errors, now works how you asked: Lua - Food on Tree (https://otland.net/threads/food-on-tree.278798/post-2678759)
  8. Michael Orsino

    Lua [TFS 0.3.7] Food on Tree

    Tested, works -- actions.xml -- <action itemid="5157" script="mangotree.lua"> function onUse(player, item, fromPosition, target, toPosition, isHotkey) local config = { foodId = 5097, -- food item ID foodCountMin = 1, -- food item count min foodCountMax = 3, -- food...
  9. Michael Orsino

    Compiling CryptoPP (Cmake) erorr

    https://otland.net/threads/otservbr-compiling-on-ubuntu-20-04.278772/
  10. Michael Orsino

    What is new about otservers?

    You guys just misunderstood each other @revvedsince2010 was asking about the old mods folder that contained a single XML file with a definition and some Lua embedded in the middle. @oen432 Thinks you were talking about the previous generation of otservers which were largely XML based as opposed...
  11. Michael Orsino

    Real costs of the server

    I think this is actually a topic worth having a more robust discussion on, I am surprised it didn't get more interest when originally posted. I'll try to answer each point from my experience. The costs vary pretty wildly depending on the server: A small custom project can typically be...
  12. Michael Orsino

    Compiling [otservbr] compiling on ubuntu 20.04

    You seem to not be following my instructions quite in order and Gesior's instructions are a little outdated. Regarding my instructions and your error: When you run the cmake command, you need to be inside the build folder, not inside the otservbr-global folder. If you follow the instructions...
  13. Michael Orsino

    Compiling [otservbr] compiling on ubuntu 20.04

    UPDATE: Updated to temp-fix issue with vcpkg update to libmariadb UPDATE2: These instructions are correct, but it seems you also need to get this package - to do this run sudo apt install libcrypto++-dev UPDATE3: My PR fixing the libmariadb issue has been accepted - I've updated the instructions...
  14. Michael Orsino

    otland lagging?

    They were performing maintenance today in attempts to fix the problem but unfortunately something else went wrong in the process resulting in the website being completely offline for hours. [src]
  15. Michael Orsino

    A little question.

    Programming/JavaScript/Client Interface: low-end USD$20/hr, top end USD$50/hr (based on offers from members in this community) Sprite creation: Unsure - pay-per-sprite is common though Maps creation: Unsure I'd probably suggest taking a read through the jobs board and see if there are any...
  16. Michael Orsino

    [UK][7.4] Tibiantis Online

    That case wouldn't be clear at all. People move all the time, personally I moved countries two years ago; VPN's & Proxies exist that can and do make people appear as if they are in other countries, personally I used them frequently (but not always) while living in Australia and still use them...
  17. Michael Orsino

    Therran - Official Discussion

    I am looking forward to checking this out on release =)
  18. Michael Orsino

    otland lagging?

    I'm getting this issue too
  19. Michael Orsino

    [GitHub] OpenTibia 10.98, Raspberry Pi, Docker

    Welcome to the open tibia community, what a fantastic first contribution! It's great to have you here!
  20. Michael Orsino

    OvH is down :D

    Consistent issues in global routing out of their Vint Hill, USA data center (followed by issues out of their BHS data center, and then back to VH again) Poor support and little to no transparency on issues (fast initial support but slow and poor support from their network and escalation teams)...
Back
Top