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

    The forgotten login server [10.8 supported]

    Just configure your old config like you would anyway, ofc you need to either remove the loginserver of it or bind it to a different port if you're running them on the same computer. then just set the global ip in your gameservers.xml
  2. Milice

    The forgotten login server [10.8 supported]

    Default setup, only thing changed is my mysql credentials. https://i.imgur.com/AcCHed1.png https://i.imgur.com/PoFGgu6.png https://i.imgur.com/knBIRMb.png In conclusion: if you can't set it up, this is not for you.
  3. Milice

    The forgotten login server [10.8 supported]

    That does not look like the default config.lua that's in the package, make sure you separate your gameserver and loginserver directory and that you added the schema.sql to your database
  4. Milice

    The forgotten login server [10.8 supported]

    Are you sure you set it up correctly? PM me your connection part of config.lua of both the gameserver and loginserver and also the gameservers.xml
  5. Milice

    The forgotten login server [10.8 supported]

    The Forgotten Login Server 0.1a A loginserver based on the latest TFS repository, including support for client 10.80+ Download: https://github.com/Milice/forgottenloginserver
  6. Milice

    Linux Problem with apache2 and php5

    sudo apt-get install apache2-mod-php5 Not sure if that is the exact package name but something like that
  7. Milice

    Compiling changes for 10.80

    Change definitons.h and recompile ur whole project and voila, u'll get ur first debug cuz the characterlist structure changed
  8. Milice

    [TFS 1.2] ORTS-walking through players

    It's in the sources, player.cpp to be more exact. You can just put the function to always return true an voila
  9. Milice

    [TFS 1.2] ORTS-walking through players

    Player::canWalkThrough
  10. Milice

    Otserv - Client 10.8

    What is this? Not even the same packet type or it's still encrypted. The only thing that changed really is how the premium time is handled
  11. Milice

    Compiling OTCLIENT SUPPORT DIRECTX9?

    That would be in cmake, if you have cmake-gui you should see it somewhere in there.
  12. Milice

    PvP RookGaard

    Combat::canDoCombat.. function if(player->getVocationId() == 0 || targetPlayer->getVocationId() == 0) { return RETURNVALUE_MAYNOTATTACK; } Now, i wrote this on my phone and it's not the actual real code, but it would look like that, just maybe another function to get vocationId and another...
  13. Milice

    Linux How u play OT on ubuntu?

    I would recommend installing a windows virtual machine. Get a windows 7 iso / disk and virtualbox, problem solved.
  14. Milice

    Bypass custom client

    https://dl.dropboxusercontent.com/u/18256936/Xerazx-OTS.7z
  15. Milice

    Need Help With Sprites 7.4

    Not sure if black demon's dat editor supports 7.4 but you should take a look around and try and find it
  16. Milice

    Compiling How to put my server 10.76 to 10.76 and 10.56 in the same tfs?

    If you would do this you can only use the 10.56 sprites / outfits anyway, so what's the point? Anyhow you would need to play around with protocollogin and protocolgame, i'm pretty sure the packet structure changed in 10.6 or 10.59, don't remember. And i'm pretty sure that noone would provide you...
  17. Milice

    Compiling Black Skull Cant Attack PLayers Without Skulls!

    Check Combat::canDoCombat and look for SKULL_BLACK and remove / edit the code where it gives a returnvalue other than RETURNVALUE_NOERROR (something like that), it should be pretty simple
  18. Milice

    Outfits by Quests

    If i remember correctly you have to do this within the sources, i did this once. But a looong time ago.
  19. Milice

    Linux How to Setup

    https://github.com/otland/forgottenserver/wiki/Compiling-on-CentOS Obviously you'll need to setup MySQL aswell, but just search for mysql in your package manager and install the appropriate package, then if you don't get any password configuration the login could be "root / [empty]" or root /...
  20. Milice

    Whats the difference between SHA1 and PLAIN?

    This is what everyone thinks. If for example you're using a VPS if someone got access to another server on it, it could be possible to break out of the sandbox and thus your server might be compromised too.. Also, never underestimate the creativity possessed by haclers. You can never be too safe.
Back
Top