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 Hilia

  1. Hilia

    Localhost Workshop

    Could you do Ems v55? What makes it interesting is that it has Koc but no 4th job for explorers. Setup can be found on: You must be registered for see element.
  2. Hilia

    Updating OPCODES

    I did explain how to analyse the pin handler like 2 years ago, it might help you to understand how to get packet structures from ida, the thread might also help you with other small things. You must be registered for see element.
  3. Hilia

    Injecting code inside MapleStory using a DLL proxy

    Name the thing dinput8.dll and you can skip the hook.
  4. Hilia

    which approach will be faster?

    Besides the above posts, this are not the optimizations you want to make.
  5. Hilia

    Private Ellinia Shutdown?

    Re: (Ignore) Ellinia Shutdown? I think the shutdown is confirmed, reason: I spoke some ppl who donated and they told me that the paypal account of ellinia is closed GG
  6. Hilia

    General Question related to MapleMapFactory

    Here: You must be registered for see element. Split the MapleMap in two classes, MapleMap and MapleMapData, where as MapleMapData is the thing loaded from the Wizet files / Xml and MapleMap contains the characters etc. Now give every new instance of MapleMap a reference to the MapleMapData so...
  7. Hilia

    Enabling Burning Effect

    I took a look and started by (CCharacterBurningEventMan::LoadDetailInfo) Now looking for &eventInfo.sEnd and &eventInfo.sStart shows: that it is looking for a "start" and "end" in the wizet files. Now going outside this function to CCharacterBurningEventMan::LoadCharacterBurningEvent shows...
  8. Hilia

    MSAuth "Bypass"

    Well that might have to do with the fact that i am running it on a laptop without wifi, however i also see that packet when i sniff from gms.
  9. Hilia

    MSAuth "Bypass"

    I am not sure for how long this has been here, but i assume it should have been there for at-least a view versions.
  10. Hilia

    MSAuth "Bypass"

    So uh, i was doing some poop on v175, and i came across this packet that is sent when the game is loaded: -Header:0xAB -Body: None With as response: -Header: 0x2F -body: bool UseAuthServer. So just set: "UseAuthServer" to false and you don't have to worry about the Authentication server...
  11. Hilia

    help maplestory unpack..

    Just upload them here, using medifire/ mega
  12. Hilia

    help maplestory unpack..

    dll's should be good enough ,altough he actually wants the full setup so he can add it to his collection.
  13. Hilia

    How can i force the users use MS Launcher

    I repeat: Dxwnd, source code is public.
  14. Hilia

    How can i force the users use MS Launcher

    Alt+Enter? Dxwnd, for lower version
  15. Hilia

    How can i force the users use MS Launcher

    No /2short
Back
Top