• 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

    Znote AAC hide account manager

    TFS 0.3.7-r5969 and znoteacc revert 229 master I can't find where i can hide account manager, rook sample, sorcerer sample, druid sample, knight sample and paladin sample from highscore nor "top 5 level" Also another question is, why cant "server information" find my config.lua? (i have...
  2. Niioxce

    Windows [Geisor ACC 0.3.6] Need paygol script

    Anyone who have a paygol script laying around and/or are willing to help me? Since Zaypay is going down this is my only option and i've tried https://otland.net/threads/gesior-acc-paygol-sms-shop-system-for-73-countries-tutorial.170137/ but that doesnt seem right "nor does it work". Since it...
  3. Niioxce

    8.6 evo - not finished

    It looks good! I like it!
  4. Niioxce

    Windows Gesior Acc blank page

    So i get a blank page on step one after i wrote down my TFS directory which is cryingdamson 0.3.6(8.60) v8.2 and gesior acc TFS-0.3.6 and 0.4 to rev 3703. Is there anyway i can fix this? and yes i have a mysql setup already! http://image.prntscr.com/image/b622e452d6ec40f386e14a24cfc7d484.png
  5. Niioxce

    Windows Znote AAC cURL disabled

    That worked like a charm! Thanks
  6. Niioxce

    Windows Znote AAC cURL disabled

    I don't even know what they mean tbh.. php cURL is not enabled. It is required to for paypal and ZEOTSS services. 1. Find your php.ini file. 2. Uncomment extension=php_curl Restart web server. I have searched around and it's all confusing and unclear, anyone mind explain?
  7. Niioxce

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

    Yea, i noticed that because when i raised the exp ratio to like 12000000000 it collected around 2GB of ram lol and then crashed :D By the way @Gesior.pl i also noticed that my damage has increased significantly, just check this out 23:26 You deal 1316134911 damage to a Trainer. I literally...
  8. Niioxce

    Windows Two quick questions about client bugs and health bug

    Damn, i really want to try but i know for sure that i will fail :p might just use the rebirth system again :p
  9. Niioxce

    Windows Two quick questions about client bugs and health bug

    Holy shit! Well then i need alot more time haha :D Does it take skill to make these changes? And where are they located the most? Or are the changes i have to make all over the place? @Evil Hero
  10. Niioxce

    Windows Two quick questions about client bugs and health bug

    In the source or in basic lua? :>
  11. Niioxce

    Windows Two quick questions about client bugs and health bug

    Is there an possible fix? Or i can just simply change the int32 to int64 ? Or i have to lower the gain attack? Because i can some mad damage which i do not want.. 23:26 You deal 1316134911 damage to a Trainer. I literally one shotted a trainer :D hahah Edit: I also killed my 300k+ level...
  12. Niioxce

    Windows Two quick questions about client bugs and health bug

    Or just remove the critical system completly, it would be pretty overkill to have that on an highexp server :p But, i'm glad that you took your time to help me with this annoying shit buddy! So here take my follow!
  13. Niioxce

    Windows Two quick questions about client bugs and health bug

    I use Cryingdamson 0.3.6 and trunk.r38842 source and i've not modified the weapons, i can try with another weapon :p
  14. Niioxce

    Windows Two quick questions about client bugs and health bug

    I'll try that now :p Btw here is an image that exactly shows you what it does. http://prntscr.com/6j9o5n Edit: Bigger image! http://prntscr.com/6j9p5e PS: I noticed that sometimes it does heal for Millions and sometimes it deal it's proper damage which is 10 because the rotworms hp is 10 :p
  15. Niioxce

    Windows Two quick questions about client bugs and health bug

    Yea, i've only tried for like 10-20 times but it happend everytime i crited a mob etc. 100k+ Level :p So what am i suposed to do now? :>
  16. Niioxce

    Windows Two quick questions about client bugs and health bug

    That is what i've been using latley, and yea i get the critical heal bug with this code :p Might be because it's not optimized.. no clue :eek:
  17. Niioxce

    Windows Two quick questions about client bugs and health bug

    I've already done that and it works to pretty much level up to infinity.. :p I changed the formula to 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...
  18. Niioxce

    Windows Two quick questions about client bugs and health bug

    The source :> Anything interesting, that might be the cause?
  19. Niioxce

    Windows Two quick questions about client bugs and health bug

    Yea, the first one im not quite sure too :/ i've edited the max level, but i could just turn crits off.. Oh, i gave my players flags so they could login anytime, i just did that to bypass mc so i could test the pve :p Thanks bud, Still curious about the first question tho.
Back
Top