• 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!

Recent content by Michael Orsino

  1. Michael Orsino

    C++ Alpha Proxy - just help me ;/

    Unfortunately I am not sure Just to confirm - you have re-compiled the TFS server after editing the source files, right? (cmake .. && make)
  2. Michael Orsino

    C++ Alpha Proxy - just help me ;/

    You're mixing instructions from my guide and from Gesior - his method differs in some ways, and while there are some potential advantages worth adopting, for now just follow my guide until you have a working solution and then you can deviate from there: Remove g_proxy.addProxy('2.2.2.2'...
  3. Michael Orsino

    C++ Alpha Proxy - just help me ;/

    Your backend & proxy configuration look to be correct, and we can be confident in that as the proxy debug information shows the connection is active. The issue must be with the client or TFS source changes. You may find it easier to step through the source changes required by viewing my tfs...
  4. Michael Orsino

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    That sounds super promising, nice work!
  5. Michael Orsino

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    @azuusiek & @Gallus It's a fully credited fork. Renaming a fork whatever you like is completely acceptable, and often encouraged to avoid confusion, provided proper credit is given to the original authors. You'd have a hard time reading this guide and not realizing who created the original...
  6. Michael Orsino

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    Kondrah Alpha Multi Proxy Solution This guide is written by @Michael Orsino, with thanks and credit to @Alpha—full attribution at the end. Difficulty level: Hard – This guide assumes knowledge of Linux, firewalls, C++, and Lua. Reading time: Approx. 10 minutes Due to the increased frequency of...
  7. Michael Orsino

    Why do old-school servers still have rookgaard?

    rookgaard is a dominance hierarchy that caters to a different type of gamer, i wouldn't ever remove it or allow it to be skipped for that reason alone
  8. Michael Orsino

    Is there a IP changer for Ubuntu 24?

    I'm not sure if any really exist, however, you might be able to use sed to make the same text edits directly to the binary as you would using e.g. notepad++ on windows. You can use this thread for reference: Custom Client [8.6 - 10.XX] (https://otland.net/threads/custom-client-8-6-10-xx.212219/)...
  9. Michael Orsino

    Online Windows Compiler

    No real downside to making it open source - those who could make use of the source don't need it for its core function, and open source doesn't mean you can't also charge for it as a live service. Lots of upsides though, including but not limited to: supporting the open source community earning...
  10. Michael Orsino

    AAC MyAcc - maximum 3 words nickname.

    I seem to recall running into an issue like this previously where for some reason the names were being interpreted with a double space between the second and third words. Unfortunately I don't remember what was done about it, but I'd check if that is what is occurring here too. From memory, this...
  11. Michael Orsino

    Have Tibia Coins you don't need? Look here

    Sent you 100, enjoy!
  12. Michael Orsino

    Suggestion New prefixes for support threads - Canary, Otservbr-global

    Bumping this feedback thread for further consideration. I'm still not sure what the best overall approach is, but this is the state of play as I see it: TFS & Canary are becoming less inter-compatible; The user base of Canary is ever expanding; Providing support for Canary often requires...
  13. Michael Orsino

    Remove Player Condition Attributes

    @Mateus Robeerto - otland isn't tfsland, there are people here that can and will offer support for canary! @Allan Silva - could you please run a little test with canary to see if the onEquip & on onDeEquip fire twice each time typically? As in, remove this custom system, and see if it still...
  14. Michael Orsino

    TFS 1.X+ [Error - mysql_store_result] Query: SELECT 'QuestPoints' FROM 'players' WHERE 'id' =8

    Your old TFS1.3 server must have had a custom system that relies on a QuestPoints column in the players table of your database. To update your database to (probably) make this work correctly, execute this piece of SQL against your database: ALTER TABLE players ADD COLUMN QuestPoints INT DEFAULT 0;
Back
Top