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

    Solved Website problem

    make sure you have new link in config.php
  2. dchampag

    Solved Health and mana based on percentage

    No problem. Just got to look around a little =), thanks for rep.
  3. dchampag

    Solved Health and mana based on percentage

    Not all server files have it, it's probably been changed or something, but you will have lines similar to those somewhere in the sources, just simply use search in files function for a small portion of one of those lines until you find it.
  4. dchampag

    Compiling Editing Max level aka 717k 0.3.6

    Well so far so good, now you just need to find something in sources like tetra posted but for player kills and addskill command, and add the same code to it. On my phone right now so I can't look around to see.
  5. dchampag

    Solved Health and mana based on percentage

    Just open the link you posted in chrome, and it will translate it
  6. dchampag

    Compiling Editing Max level aka 717k 0.3.6

    For addskill, the function might need editing also, as for exp, you hav to check actual value in database, because the client can only see 2,147,483,647 because any more than that and the client will debug. Try doing it with very high exp mob and such, if still not working make sure when you...
  7. dchampag

    Compiling Editing Max level aka 717k 0.3.6

    It is not necessary because that's what the hex value stands for is 2,147,483,64, so all you've done is made it so the server has to convert it to the value before sending the byte to the client.
  8. dchampag

    Compiling Editing Max level aka 717k 0.3.6

    Did you make sure to rebuild all? Changing values in protocolgame.cpp is unnecessary.
  9. dchampag

    Log in error

    You can try this, just scan it before ya run. That will deffinately cause it if you update client past version. http://games.softpedia.com/get/Online-Games-Clients/Tibia-Client.shtml
  10. dchampag

    Solved Health and mana based on percentage

    otland.net/threads/health-mana-percent.117383/#post-1992887 Norrow at the bottom has good one, just replace that function.
  11. dchampag

    Solved Debug when log into account

    Blank login message in config.lua will cause this.
  12. dchampag

    Windows Win8 x64 slow RME loading

    Try running in compatability, If that doesn't help, try going into settings in map editor and make it so that it can use more memory, and there is a setting in there that makes it load into ram rather than reading from disk as much, I don't remember what it's called but it will tell you when you...
  13. dchampag

    Windows How do i add my ipn? (Paypal)

    You have to purchase ipn from Paypal, automatic scripts are not free, that's why most servers don't use them, unless they receive a lot of donations. Go into the marketing section of your Paypal.
  14. dchampag

    can't compile into 64-bit

    There isn't a tutorial, you have to update minGW to 64 and all the libraries. There is a repack somewhere by stian, you can google it, but then you have to still figure out how to update the minGW and get the libraries modified to work with your compilation.
  15. dchampag

    can't compile into 64-bit

    It's very complicated hence why I did not just simple say how to do that.
  16. dchampag

    can't compile into 64-bit

    Says map is too big with Evo map? Maybe your map settings map size is too large, reduce map dimensions in map editor. Always backup your things before making modifications especially modifications of this magnitude. Simple mistakes during these modifications can corrupt or ruin your files/map.
  17. dchampag

    Lua how fo i remove condition?

    You have to put condition type in remove function like CONDITIONSTATS_MAGICLEVEL I'm also on phone so don't have a list if actual conditions available to me.
  18. dchampag

    Help with Third vocation

    As I said fromvoc="1" in vocations.xml for those lines is incorrect, from what I see , you have 5 vocations, so the first promotion is correct, id 1 and id 6 should be fromvoc="1" but id 11 should be fromvoc="6" It's not a website issue.
  19. dchampag

    Help with Third vocation

    Make sure you have fromvoc=X set correctly, in vocations.xml
  20. dchampag

    Solved Make new account in Modern Aac Error

    No problem.
Back
Top