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 JustAGame

  1. J

    [Resolved] Running server with Rien v83 Source

    It was in the source code where a custom encryption key is used. I have resolved it accordingly~
  2. J

    [Resolved] Running server with Rien v83 Source

    I managed to scope it down and found the error is in the packets received. For some reason, the packet received on the server is very odd. Supposingly login packet should be value 1, but the server is receiving -8104 :hmm: Managed to identify the issue. It is due a custom encryption key used...
  3. J

    [Resolved] Running server with Rien v83 Source

    I was testing with localhost only
  4. J

    [Resolved] Running server with Rien v83 Source

    Appreciate your help! I got the reason for the missing logs output - missing log4j configuration. As for the stuck at Login screen issue, still trying to debug it, the log tells the channels are loaded successfully šŸ¤” and there weren't any errors logged when the disconnection happen
  5. J

    [Resolved] Running server with Rien v83 Source

    Hello fellow Mapling RageZoners! I am facing 2 problems while setting up a server with Rien v83 source: 1. I realise it is using `LogHelper.CONSOLE.get().info();` to output logs but I don't see them printing on my terminal, where can I find the output of those logs? 2. After I start the server...
  6. J

    [help]can't see character in some dark maps

    Additional addresses needed to fix: CField_LimitedView::DrawViewRange Width related:- 0055C086 0055BEE6 0055C1CD Height related:- 0055C1C5 0055C07F 0055BEEC Find out the value yourself coz Im unsure of it too :3
  7. J

    How to display newly added items in the Cash Shop? v83

    Oh ya, I understand your approach. Just wondering for Masaaku suggested approach, does he send all cash item's data in a packet
  8. J

    WZ [Tutorial] Implementing Custom WZ Encryption

    When u re-import the XMLs, have you met 'The file is invalid and will be skipped. Error: no base64 data in cavas element with name 0' error ?
  9. J

    [RELEASE] Client load .img instead of .wz v62~v92

    Anyone met 'Error -2147221000 DLL class not found' error before (on v83)? The DLL is injected successfully though Update: Fixed by re-exporting wz files. Not sure what caused my previous export to be broken lol
  10. J

    How to display newly added items in the Cash Shop? v83

    Meaning you are sending all cash items' data in a packet?
  11. J

    HeliosMS Error need help!

    In 2020, everyone uses HeavenMS source :V
  12. J

    [HeavenMS] Sell with a check

    By either passing in the correct parameters when calling the function or modify the function itself o.o
  13. J

    [HeavenMS] Sell with a check

    I guess the issue is in the calling of the function sellAllItemsFromName(). The error tells you that they do not match any of its method signatures, which means you didn't pass in the correct parameters when calling the function?
  14. J

    [ monsters on private server v83 freeze/stucks when i log in

    Are you in GM hide mode? o.o
Back
Top