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

    Windows Two quick questions about client bugs and health bug

    Okay, so i have a few bugs on my server and im almost ripping my hair off. So i have a few questions for you guys to answer :) First question: When im getting up to about level 100k - 1200k the client start to act really wierd, for example i do so much damage when i crit that i actually heal...
  2. Niioxce

    [C++] How to increase maximum level on server

    I think you have to change the formula a bit, not quite sure. You can also try to lower the exp ratio on the mobs or the multiplier in stages.. Good luck :p
  3. Niioxce

    [C++] How to increase maximum level on server

    Try this <?xml version="1.0" encoding="UTF-8"?> <stages> <stage minlevel="1" maxlevel="5000000" multiplier="100"/> </stages> Also have you done as @Gesior.pl told you, or similar atleast? Btw have you edited your config so Experiencestages = true? experienceStages = true
  4. Niioxce

    [C++] How to increase maximum level on server

    You can change that in stages if you want.
  5. Niioxce

    [C++] How to increase maximum level on server

    By the way is this: static uint64_t getExpForLevel(uint32_t lv) { static std::map<uint32_t, uint64_t> cache; lv--; std::map<uint32_t, uint64_t>::iterator it = cache.find(lv); if(it != cache.end()) return it->second; uint64_t exp = ((50ULL * (lv+1ULL) / 3ULL - 100ULL) * (lv+1ULL) + 850ULL /...
  6. Niioxce

    Compiling Editing Max level aka 717k 0.3.6

    Am i dreaming?!!?!?!?!?!
  7. Niioxce

    [C++] How to increase maximum level on server

    This is amazing, i'll check this out later, AKA now... :D
  8. Niioxce

    Compiling Change max level quick question.

    Thanks for commenting bro!
  9. Niioxce

    Compiling Change max level quick question.

    I had reborn for a while and wanted to test something new :p This is out of my league tho :D
  10. Niioxce

    Compiling Change max level quick question.

    Yea, that's what i thought do you have some time to help me out? Like tomorrow? or when you have time for that matter... ONLY if you want..
  11. Niioxce

    Compiling Change max level quick question.

    Hello otland, My name is Dennis AKA powerkn and im 17y/o studdent in Sweden. I'm currently studying technician and my focus is programming. I'm having a bit of a struggle, it's with the Tibia Forgotten server Version 0.4_SVN, compiled with 3.4.5 mingw special. I've searched alot on the...
  12. Niioxce

    Max Level Compiling [Help]

    I have the same problem...
  13. Niioxce

    Struggle with c++

    You're right *sigh*
  14. Niioxce

    Struggle with c++

    Wait, i might have been solving this, I've changed the value just like this.. Now i just have to wait for you to respond. Btw that's Player.h static uint128_t getExpForLevel(uint32_t lv) { static std::map<uint64_t, uint128_t> cache; lv--; std::map<uint64_t...
  15. Niioxce

    Struggle with c++

    Like this is so confusing for me.. I'm so bad at this that im not even worthy any help it feels like that :/ I starded this thread Apr 16, 2014 2 month from now and have more than 1k views, almost 50 replys, 90% of them are me and you're being a great guy EvulMastah for just replying this...
  16. Niioxce

    Struggle with c++

    So i've downloaded the unit128_t.h and unit128_t.cpp i've added it in my trunk.r3884 So here's the kicker Do i have to change the value in unit128_t.h and unit128_t.cpp and everywhere it says "unit64_t" I will replace it with "unit128_t" then i mean everywhere!, Or do i have to change it in...
  17. Niioxce

    Struggle with c++

    But like, i didnt understand a single word what you just told me :/
  18. Niioxce

    Struggle with c++

    Wow dude, i'll check this out it's been a while since ive been getting a serious answer..
  19. Niioxce

    Struggle with c++

    Bump.. The struggle..
  20. Niioxce

    Struggle with c++

    Bump
Back
Top