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 beta11n

  1. B

    Clean CabalMain.exe v374 + DLL source

    It's probably commented out in the code by default. There should be a comment why
  2. B

    Clean CabalMain.exe v374 + DLL source

    I can't help you. But are you sure nobody has done it before? Chinese is on the list supported languages inside CabalMain
  3. B

    Clean CabalMain.exe v374 + DLL source

    The program is make
  4. B

    [Source] Directly loading .dec files (if available) in CabalMain

    Before opening any .enc file and trying to decode it, look for .dec file in the same directory which should be already decompressed and de-xored. Read that directly into memory if it exists, otherwise continue loading and decoding the regular .enc file. This should simplify some development. No...
  5. B

    First of all greeting to all. I have some questions that is related to experienced Private Server Owners & Developers.

    > But Client is really frustrating me I think I see your point. It seems like what usually happens is taking the files from latest cabal, some scraps of ragezone, stealing some "custom content" from other servers, mixing all of that, copying different files until the game doesn't crash, and you...
  6. B

    Clean CabalMain.exe v374 + DLL source

    It might be still needed if you're bundling some anti-cheat, I guess.
  7. B

    Clean CabalMain.exe v374 + DLL source

    This is a clean v374 CabalMain.exe and a C source code for gamehook.dll which applies all kinds of patches to the game. Functionally, this is almost the same client as in X-Pasa 6.7.2 release, just cleaner. It should be an easier starting point for those who want to modify the client. All of...
  8. B

    d_c2scmd list

    none of those ring a bell to me. I looked it up: it's in do_login_check_data() I'm essentially ignoring the return value from the __login_check_data() called there, and always setting that to 1, which should mean "okay"
  9. B

    d_c2scmd list

    nope, sorry, I'm done with PW development and don't have it at hand
  10. B

    d_c2scmd list

    This stat check can be lifted by patching just the gs, in 1.3.6 the address is 0x81398bc You can patch the 4 bytes at this address to xor eax, eax inc eax nop You can check what function name that is and then patch it in the newer versions, or the source itself
  11. B

    What is this SOAP error reporting in CabalMain?

    I was trying to remove some hardcoded links to You must be registered for see element. from CabalMain.exe and apparently after they're nulled, the game is failing to log in a character with the following printed in console (see the pic). This seems to be some kind of automated error reporting...
  12. B

    Fixing various CabalMain.exe v374 crashes

    This is a good hint how to fix CabalMain v374 crashes. The code needs to be adjusted for your hooking/code patching solution, so it doesn't really belong in the releases section. My CabalMain actually happened to be stable when run normally, but crashed every time on startup when run under...
  13. B

    X-Pasa CABAL game closes in 10 - 20 seconds HELP

    I managed to run with this client: You must be registered for see element. haven't seen any crash, played at least 2h I found it in FilesXpsaxWebSitexClientxFiles.rar downloaded somewhere from ragezone, the above link was in a txt file
  14. B

    How to accept only 1 elementclient opened per 1PC?

    - you spend days coming up with a smart protection - some people bypass it anyway (VM/remote desktop/you name it) - some other legit player gets false-positive error because you missed something in your code - no profit Forget about it. If there's profit or fun in something then just plain...
  15. B

    Looking for a pumpkin model

    Is there any pumpkin npc model for PW? I would be hoping to make some event content with it.
Back
Top