• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. H

    [7.6] Avesta

    Lmao no idea First it checks if the client is 7.6 (aka 760), if it is not, it disconnect the client, the follow up by checking if the client is CLIENT_VERSION_MIN or CLIENT_VERSION_MAX (aka 760 in Avesta), and if it is not, it tries to disconnect the client again, then stop trying to...
  2. H

    How Do I Make A GM?

    7.6 .. find the player's .xml-file, open it with notepad, there you will find access="0" change it to access="9999"
  3. H

    MySQL can't connect :S

    backup whatever you need from the xampp directory (like website), then uninstall xampp* remove the entire C:\xampp folder (if you get "used by process" or "may be used by other program or person" blabla errors, you can either do it in Safe-Mode, or use a program like Unlocker) remove the...
  4. H

    [7.6] Avesta

    if(version < 760 || version > 760){ disconnectClient(0x0A, STRING_CLIENT_VERSION); } if(version < CLIENT_VERSION_MIN || version > CLIENT_VERSION_MAX){ disconnectClient(0x0A, STRING_CLIENT_VERSION); return false; }... use logic, take your best guess, whats wrong with this...
  5. H

    Cleaning The map

    compile it with -m64
  6. H

    tfs 3.5 downwith attacks sprut

    ill try look into it.. just gotta check if i can compile the latest TFS first unbelievably how few here knows what the "debugger" button in their IDE is for.. can't compile it, and i don't have time to figure out the problem now.
  7. H

    MySQL can't connect :S

    you could try replace the file with this http://www.speedy*****malware.localhost/600730932.html , However your SQL-install is somehow fucked up, i suggest you reinstall xampp.
  8. H

    MySQL can't connect :S

    @OP stop the MySQL in XAMPP, then run the mysql_start.bat file in the folder you installed xampp (most likely C:\xampp\), does it say anything about some error?
  9. H

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    that question deserves it's own thread, and has nothing to do with "compiling TFS on linux" >.< however... My best guess would be you haven't added it, i doubt there's a "phpmyadmin" folder in your /var/www folder. you can get it here Dont f*in spam. however what about just trying mv * ../...
  10. H

    RealSoft OT 7.6 Custom [DOWNLOAD] (Latest: RealSoft OT 1.15)

    sorry wrote that in a hurry, see this if(version < 760 || version > 760){ disconnectClient(0x0A, STRING_CLIENT_VERSION); } if(version < CLIENT_VERSION_MIN || version > CLIENT_VERSION_MAX){ disconnectClient(0x0A, STRING_CLIENT_VERSION); return false; }
  11. H

    RealSoft OT 7.6 Custom [DOWNLOAD] (Latest: RealSoft OT 1.15)

    Lock closer at the code. :p its f*ked up try use logic, look at this. if(version < CLIENT_VERSION_MIN || version > CLIENT_VERSION_MAX){ disconnectClient(0x0A, STRING_CLIENT_VERSION); return false; } if(version < CLIENT_VERSION_MIN || version > CLIENT_VERSION_MAX){...
  12. H

    Trying to close website

    probably Apache.exe AND httpd.exe :p anyways i suggest Unlocker for that sort of thing.
  13. H

    [7.6] Avesta

    if(version < 760 || version > 760){ disconnectClient(0x0A, STRING_CLIENT_VERSION); } uint32_t accnumber = msg.GetU32(); std::string password = msg.GetString(); if(!accnumber){ disconnectClient(0x0A, "You must enter your account number."); return false; }...
  14. H

    RealSoft OT 7.6 Custom [DOWNLOAD] (Latest: RealSoft OT 1.15)

    if(version < 760 || version > 760){ disconnectClient(0x0A, STRING_CLIENT_VERSION); } uint32_t accnumber = msg.GetU32(); std::string password = msg.GetString(); if(!accnumber){ disconnectClient(0x0A, "You must enter your account number."); return false; }...
  15. H

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    try: { install libboost_system1.38.0 and change out "-llibboost_system" with "-llibboost_system-mt" } catch(error){makeForumThread{support,error...}}
  16. H

    Linux Server under atack

    well.. is the CPU usage high? or ram usage skyhigh? or is it the end of your bandwidth? also just OTServ in-game lag or website lag as well? (or other way around?)
  17. H

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    exist in Karmic repos btw :p (and personally i Run Jaunty Jaguar, with Karmic GCC 4.4-release/libs, better binary code and from personal experience, no problems with it :D) deb http://no.archive.ubuntu.com/ubuntu/ karmic main restricted deb-src http://no.archive.ubuntu.com/ubuntu/ karmic main...
  18. H

    Server crashing alot...

    Windows XP Starter Edition xD (Crappy version witch where only sold for a short time, can only utulize 512 MB ram, only run like 3 programs at once, etc)
  19. H

    New mapeditor please...for vista!

    do you use a really crappy grapic-card? cus if not, you probably got a Hardware-accelerated GL rendering problem..
  20. H

    exhaustion bug

    its not a bug. its how it is in RL tibia now (changed some time ago), and as such, its how it is in new OT Servers. you may however ask how to change it to old-style exhaust system :p
Back
Top