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

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Glowing and rounded targeting squares, very small change but I'm so in love with that! (also one of the otc protocol bug, follow interrupted when we decide to follow someone while attacking ^^)
  2. Erexo

    Optimizing TFS Pathfinding

    While at CPU caching topic, instruction cache can also be mentioned. With a little bit of engineering magic CPU can determine what will be the next set of instructions and where are they located, so whenever you are performing a jump, your CPU already knew it and loaded instructions from the...
  3. Erexo

    Bug graphic otclient

    Skeleton is not an animal. Does it work on vanilla cipsoft client ?
  4. Erexo

    Ask me a Sprite

  5. Erexo

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Client healthbar skins. Skins are stored per account, textures are melted into sprite format, other players see selected skin as well, this gif quality is terrible :D
  6. Erexo

    AAC Chosing SMS company

    Not them, most of that fee goes to operators. It depends on where you live (or from where your players are). Anyways I strongly do not recommend Paygol, this company and their fees are a joke.
  7. Erexo

    Multi World System Request

    Which distro?
  8. Erexo

    [OTClient Mod] Health and mana circle

    This looks lovely!
  9. Erexo

    Http Request In OTC

    it would be g_game.getLocalPlayer()->getName()
  10. Erexo

    Http Request In OTC

    Connection::connect() / Connection::write() should be helpful here. doc/html/boost_asio/example/http/client/sync_client.cpp - 1.49.0
  11. Erexo

    Cryptocurrencies and Micro Cryptocurrencies

    @Arashel After goverment decided to remove gold standard, regular curriences also became 'virtual', you know that right? All you have is a piece of paper and its value is dictated by an agreement of some people that are willing to pay you real goods for that because they believe that they can...
  12. Erexo

    Programmer paid $ 50 (resolve crashes from source 0.4) with gdb log

    Then I'm like 90% positive that this is the case. I've shipped autostack from 1.2 (with some modifications) into mine 0.3.6 and it is working fine so I suggest you to take look at that if you are familiar with c++. Also you can log the last message as I suggested, and try to redo that autostack...
  13. Erexo

    Programmer paid $ 50 (resolve crashes from source 0.4) with gdb log

    Have you added any system like autostack recently? Items moving logic can be tricky in TFS and even slightest change can be deadly, mine your code with logs (std::cout << "I'm here" << std::endl;, do it in Player::__queryDestination and Game::internalAddItem), and then check what was the last...
  14. Erexo

    Yet another problem with compiling

    Anyone had similar issue?
  15. Erexo

    Yet another problem with compiling

    Thanks, this error solved. And now: ERROR_SUCCESS is comming from winerror.h which is a windows library apparently. Any idea how I can safely include that file to project ?
  16. Erexo

    Compile tibianic/nastarius client dll

    and tons of hours spent on reverse :)
  17. Erexo

    Compile tibianic/nastarius client dll

    It wasn't intented to be sold either, when I've ask for nastarius library just for educational purposes I've been told that they won't show the code even for money. Also this is painful to watch that person that don't have a clue how to compile that powerful library possess it, but this is...
  18. Erexo

    Compile tibianic/nastarius client dll

    Sharing is caring
Back
Top