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

    New: What song are you listening to thread

    Arcane Roots - Half the world
  2. amatria

    [FRANCE] [CUSTOM] SpiderOT | Remastered Fresh Era | June 15th 2021

    Damnn. SpiderOT is back and it looks so fucking fresh. I played this server like... 7 or 8 years ago. It was so fun. I remember myself hunting those Kongras to level up super fast and do the 300K spell quest. I even coded myself a Hunter Event some time ago because of the nostalgia (I was so...
  3. amatria

    Alternatives to Paypal?

    Nope. I haven't lost any money at all. In fact, I have never invested in cryptos or in the stock market. And don't get me wrong, I love the technical details behind the blockchain. However, I'm also aware of the energy it takes to run those distributed networks of resource hungry computers...
  4. amatria

    Alternatives to Paypal?

    Oh yes!! Yet another crypto currency. Les gou. Poggers. I could elaborate but I won't. I hope you get the point. Cryptos are not a solution; nor worldwide. If an "OpenTibia coin" ever comes true, I'd be more than happy to leave the community once and for all. @topic I have not done any...
  5. amatria

    TFS 0.X Exiva only in PKs (find person)

    I would go with this simpler logic: if (player->isPzLocked() || player->getSkull() == SKULL_WHITE || player->getSkull() == SKULL_RED || player->getSkull() == SKULL_BLACK) { // exiva logic return true; } // send cancel return false;
  6. amatria

    TFS 0.X Exiva only in PKs (find person)

    Maybe: if (!player->isPzLocked()) { // ... } Edit === It didn't work because I assumed you were using TFS 1.3. However, with the snippet above, it should work now. Again, I haven't tested.
  7. amatria

    TFS 0.X Exiva only in PKs (find person)

    Not tested, but you can give this a try: if (targetPlayer->getClientIcons() & ICON_REDSWORDS == 0) { // ... return false; }
  8. amatria

    [Feature] Cast system

    Oh, I had no idea. My most sincere condolences. However, I meant I was going to get in contact with ltutorial.
  9. amatria

    [Feature] Cast system

    Thank you very much. I'll get in contact with him to try and see in which state the system is and if there's any work left to do.
  10. amatria

    [Feature] Cast system

    Hi! A few days ago I came across this issue on GitHub (#984 - Znote - Live cast system) and it has been echoing in my head ever since then. I did some research and saw that some have tried to implement the system ---!2230, !994--- but ended up abandoning it. So, is it worth the effort? I'm...
  11. amatria

    TFS 1.X+ ddos attack

    Why do I bother? You clearly ignored what I told you in my previous post. The "mod_security" won't help you against every DoS attacks. You just didn't do the research. I'm guessing the right module for you is: "mod_evasive". (Or "mod_security" if you are suffering from a slow loris type of...
  12. amatria

    TFS 1.X+ ddos attack

    It won't help. You first have to characterize the DoS attack to set up the correct defenses in your system. Is it a transport level exploit? Application layer? (Probably application layer, you said it stops as soon as you shutdown your apache service) I recommend that you read about SYN cookies...
  13. amatria

    budexot obvious spoof

    This guy is not only a complete fraud but a money-hungry miser too. I did some paid programming for him a few years ago ---my former nickname is Frikx--- and, apart from not having received a single cent from him, I quickly realized he is a super selfish person who goes all ham copying and...
  14. amatria

    Compiling Edit source without recompiling?

    Take the time to compile it yourself and don't delete the build directory afterwards. This way, the next time you modify the sources, the build system will only recompile those files affected by the changes; reducing the compilation time by orders of magnitude, even if your personal computer is...
Back
Top