Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by walkernight88

  1. walkernight88

    8.5 Classes in 1 CabalMain

    Lol. Can't you read? Yes... A4 01 -> 1A4 hex -> 420 dec... :grr:
  2. walkernight88

    8.5 Classes in 1 CabalMain

    Haha, long time I haven't been here. For Version and MagicKey: they're overwritten by the dll. You must be registered for see element.You must be registered for see element. Have fun :)
  3. walkernight88

    CentrinoGames - Minerva EP18

    Hmmm... hmmmm... That moment when a var increase in high level lang does 5 loops and 3 calls of asm subprocs :w00t:
  4. walkernight88

    CentrinoGames - Minerva EP18

    .NET Core and Framework have a really nice ThreadPool mechanism. And by Garbage Collector, if you code, you must be really dumb to leave anything behind. At least when performance matters... (Long live Async and Await :w00t:) I would code it in Swift (the Apple nowadays language). It's freaking...
  5. walkernight88

    CentrinoGames - Minerva EP18

    I totally agree on that. Also compiling it from such a high level language would compromise performance. But on the other side, nowadays we have Coffee Lake and RTX's so... Source wise, it looks pretty, never compiled it tho :sleep:
  6. walkernight88

    WorldSvr without movement packet check and skill limit

    On my side, Auction House and Warehouse works great. Also it’s for development purposes. What cheating? Aren’t we all doing it? (Forgot to mention: move bytes for PShop backwards and forward for AuctionHouse) :sleep: Or hardcode the value on client to override anything that was sent through...
  7. walkernight88

    WorldSvr without movement packet check and skill limit

    Re: WorldSvr without movement packet check I don't remember which was the costume limit. I can help if you want that too :-??
  8. walkernight88

    x-trap

    I've been away a long long long time, so i have almost no clue of what cheats / anticheats are used. As for X-trap, I remember it had serious problems on Windows 8.1/10. And as an effective anticheat, you can find on the forums different DLL sources. Edit them in your favor and inject them into...
  9. walkernight88

    x-trap

    You mean to enable x-trap in cabalmain? I think there are no tutorials for that, cause by reversing you're removing it, so security issue :)
  10. walkernight88

    WorldSvr without movement packet check and skill limit

    Use this WorldSvr bin for any mains which give you errors on movement (key movement or click-to-point moment) I will not offer support on how or why. I made this bin to test the v1437 EU cabalmain. For now works like a charm. Download: You must be registered for see element. It has also...
  11. walkernight88

    [Release] MAX_SKILLDATANUM increased limit

    Wasn't this released a long time ago for multiple limits? Anyway, good job keeping this alive :D To search for other limits, use IDA :)
  12. walkernight88

    [Help] stuck at the login screen

    What charset is using your FreeTDS on CentOS? There's a problem. Also check your database to have the Collation set to: " SQL_Latin1_General_CP1_CI_AS ". Also you might use UTF-16 characters in your credentials. Try with a simple "test","test" account.
  13. walkernight88

    Disable premium account

    I hope you registered a new account. If you want to change the premium type on yours, you need to alter the table " cabal_charge_auth "...
  14. walkernight88

    Disable premium account

    Change the highlighted parameter to the type of premium/free you want:
  15. walkernight88

    Cabal Files on Centos 7

    What are you talking about? No new files needed. Just install all the updated dependencies for Cabal Server in CentOS 7. No big deal ... I got it running on CentOS 7 with MSSQL on CentOS 7. You must be registered for see element. Edit: You can use the dependencies from the repacks, but NOTE...
Back
Top