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 Saleem93

  1. S

    Do people still play MapleStory in 800x600 resolution

    I have a fun v62 project with unique server source because I have the coding skills but I don't seem to have 1024x768 resolution support for my client, so I was wondering if people are okay with the default 800x600 instead. And I will be glad if someone could help on providing the addresses for...
  2. S

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

    I just reworked and cleaned the code on the github repository based on my own working implementation from my production server. It will work immediately on major versions as long as you provide correct addresses. Good luck! You must be registered for see element. NOTE: No need to change...
  3. S

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

    For v83 specifically, I advise to use this fork.. You must be registered for see element.
  4. S

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

    This is not relevant because Data.wz was only used in early MS versions like way before v62, ignore it. One last thing, you need to confirm the DLL is actually injected properly, in order to do that you have to un-comment this line from "You must be registered for see element."...
  5. S

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

    First of all, this is a community project so I will not communicate in private, information should be available to anyone, use this thread. Also, due to client version variation between people you might want to make minor changes to the "Resman.cpp" file in accordance with your version...
  6. S

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

    Look at the picture posted by buttbeam the "Base.wz" file has only 3 images and you need to take those ".img" files and put them at the index of the "Data" directory as shown.. The only thing that you might want to keep at the index of MS directory is the "List.wz" file because it doesn't...
  7. S

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

    I just merged a You must be registered for see element. which apparently includes addresses for v83 but I am not sure if they are correct because my source and client is v62, I need confirmation from the guys who got this working on v83.
  8. S

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

    Okay, with the first commit contributed from @You must be registered for see element. I will announce the You must be registered for see element. I've been working on. This will push start the effort and make it much easier for community and less experienced people to get this working. There...
  9. S

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

    Awesome release, much appreciated. You guys still need put some effort to get this working still. The hook function needs to be sorted and variables must be declared properly. Yeah, and there's still the method addresses, types and missing addies so good luck. The most notable advantages of...
  10. S

    [v62] What causes job advancer map disconnects with "Invalid Pointer"?

    Well, it seems it's as simple as that. Thank you very much for the tip. :): I almost lost hope asking something seeking for a real help in this forum. Nobody cares anymore.
  11. S

    What was wrong with v62 LeaderMS Final?

    Your work will be such a big contribution to this community as v62 development is so lacking here compared to v83. I'm looking forward for the git link.
  12. S

    [v62] What causes job advancer map disconnects with "Invalid Pointer"?

    Dude, it's a client error and it doesn't have anything to do with server logs. However, it's probably a code in the source related to either scripted NPCs, Quests, or some "WZ Loading" methods causing that issue. It's simply "Invalid Pointer -2147467261" error by the client. The server doesn't...
  13. S

    [v62] What causes job advancer map disconnects with "Invalid Pointer"?

    It seems that all V62 servers in GTOP100 are affected by this issue with some exceptions and so is my own server.. Does anybody at least know why does it happen? Especially, the two maps with "Grendel the Really Old" and "Dark Lord" where sometimes entering the portal leading to a first job...
  14. S

    Any idea on how to make a client read from ".IMG" files instead of wz?

    Bump.. okay did you find anything for certain @You must be registered for see element.? I have no hope but to seek hints from you I guess =) The community of MS server development is really dying for I remember back in 2009 I used to visit this forum and it was really active! Evey body had a...
  15. S

    Any idea on how to make a client read from ".IMG" files instead of wz?

    Re: Any idea on how to make a client read from "".IMG" files instead of wz? Kimberly Very well.. :): okay guys, let me begin with some initial thoughts to get us started: You need to look for the following codes inside the client with STRedit and fix the data folder path to be inside the...
Back
Top