• 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

    Dark Blue theme gone

    Make Dark OtLand great again
  2. Erexo

    Meme the thread

    How come you are still alive you old bastard, @Evil Puncker
  3. Erexo

    [Quick Showoff] Post your latest maps!

    Sorry for the confusion, yes my post was related to the removal of the old topic. "Because there were removed screenshots" is not a valid argument in my eyes, especially in a matter of the biggest thread on this board. I'm not trying to be rude here, but it looks like this thread was created...
  4. Erexo

    Attack Database

    DELETE FROM accounts a LEFT JOIN players p ON a.id = p.account_id WHERE p.account_id IS NULL AND a.premdays = 0 AND a.premium_points = 0
  5. Erexo

    Compilation problem using Ubuntu

    So it turns out that instead of modifying current cpp flags I've added brand new set of those and later on those flags were overriden by the mapping ones, so basically I've lied when I wrote that I've tried to compile this beast with the -no-pie option. tl;dr, this was a solution to my problem...
  6. Erexo

    Compilation problem using Ubuntu

    Hi, I was trying to compile the otclient on my local Ubuntu 18 machine and after some ups and downs I've reached a roadblock that also occurs on the vanilla copy of otc. As soon as I hit the linking stage this weird problem appears. I've tried to compile the project with -no-pie and -static...
  7. Erexo

    Some sort of pixel gallery

    Please stop offending my beloved artist, he is a great guy with enormous talent and passion for his truly stunning crafts. Your hate speech is disgusting and you should be ashamed of yourself
  8. Erexo

    Some sort of pixel gallery

    The order is dicated by the Akira Toriyama himself :D My suggestion was to change the outfits a little so they vary between each other
  9. Erexo

    Some sort of pixel gallery

    Those two look way too similar to be a separate transform with such a big gap between them.
  10. Erexo

    Programmer Professional programing services - C/C++/C#/Python/PHP/Lua

    Your attachment to the concept of logging is truly admirable, I could vouch for you just because of that
  11. Erexo

    The LINYE (Linux Is Not Your Enemy) Q&A Thread - Ask away

    How you can successfully maintain any linux distro on machine with nvidia graphic card installed? A simple task of updating your system may result in a complete annihilation and total drivers mayhem (i.e. recent ubuntu 8.x update) As servers? Fuck yea, As dev stations? Why not, it's fine. But as...
  12. Erexo

    [1 Month] Naruto Server from scratch

    I don't agree with the statement that most of the servers use the default TFS vocations pattern, I think that you underestimate current naruto servers scene. But your plan to make a much better server than any of currently existing ones in just a month is absolutely wondrous and interesting, I'm...
  13. Erexo

    Tibia client 12 Problem Funny

    it is super funny bro haha
  14. Erexo

    Newislands Server

    love that Oramond vibe
  15. Erexo

    [Poland] [Custom] Naruto the Shinobi War | 31 vocations | 08.03.2019

    It's today guys, give it a try! www.ntsw.pl/create
  16. Erexo

    [France] [7.4] Realesta War [ONLINE]

    possession and consumption of marijuana is not legal in major part of the world, and sadly I must report this incident to your local authorities along with your IP address. Unless you convince me that this joint of yours is not containing this deadly evil-crafted substance.
  17. Erexo

    Error compiling latest forgotten

    you need to "import" only the "include" path, without the "mysql" part at the end.
  18. Erexo

    Error compiling latest forgotten

    I'm not talking about the libraries, the headers are not visible to the project (probably). You have compilation problem, not linking. Take a look at Properties -> C/C++ -> Additional Include Directories and add your ../mysql path there if not present
  19. Erexo

    Error compiling latest forgotten

    idk but maybe mysql lib folder is not present in included directories.
Back
Top