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 Minike

  1. Minike

    how to patch remote hack

    I seem to have misunderstand the initial post, so thanks for the correction. But that leaves me to wonder, how on earth are you going to check this? I do not remember the PlayerLoggedin packet having a MAC in it? (and I am neither sure about changing channels) So you end up patching thin air?
  2. Minike

    how to patch remote hack

    The reason this worked on the official MapleStory servers (and MoopleDev) is because the characterId is used as sessionId. The sessionId should be unique yet randomly generated, this prevents other players from gaining any knowledge of what it possibly could be. @You must be registered for see...
  3. Minike

    Better AES Encryption

    You did not contribute the slightest bit in this code, yet you have guts of naming yourself the author of this. Personally I think the version Diamondo made is quite the mess and I doubt if it's any better than the old odin code. But as you copied it, I doubt mentioning the flaws to you wont...
  4. Minike

    [Release] Leatty v159

    I think Alonvampire was responsible for that, it always been a thorn in my eye but that guy goes on an extreme rampage if you change any of his code. As for the status on this project as in updates, yes there are a few new changesets, yet the project seems to be dead. I havent spoken with any...
  5. Minike

    [Release] [C#] MapleLauncher - Custom Launcher

    Well, the correct key for v83 is 0x130806B41B0F3352, you can add them in MapleKeys.cs, see You must be registered for see element.
  6. Minike

    [Release] [C#] MapleLauncher - Custom Launcher

    Fraysa uses the keys from MapleShark, which does not includes any keys below v120, so it is not backwards compatible with v83. Why are you trying to use a redirect client for v83 anyway?
  7. Minike

    [Release] [C#] MapleLauncher - Custom Launcher

    Your server will reserve localhost:8484, the redirector will also try to use port 8484. You simply cannot listen on the same port twice, thats just how it works.
  8. Minike

    [Release] [C#] MapleLauncher - Custom Launcher

    Do you happen to run your server on the same machine? that might be a problem.
  9. Minike

    [Release] [C#] MapleLauncher - Custom Launcher

    You must be registered for see element.
  10. Minike

    Web Redirector, Blank box?

    The ip would probably be in a config file or such (and no, sorry, I do not have any time to help you personally)
  11. Minike

    Web Redirector, Blank box?

    If you want a redirector to work locally I would suggest the following; Let the redirector listen to 8484 Let the server listen to 8485 Make the redirector connect to 8485 Simply because you cannot have 2 listeners on the same address and port combination
  12. Minike

    MoopleDev V83, a few questions

    1) The command '!hide' will either hide or unhide, the actual skill has no effects whatsoever 2) There are loads of bugs (good luck fixing them) 3) It should be possible to use the warp command in 2 different ways, being '!warp [Character name] [MapId]' and '!warp [MapId]'. thus '!warp Minike...
  13. Minike

    MapleScala

    Actually, you said exactly what I ment; Yeah, I havent had any need yet in for persisting the character in the memory, but I will probably story it within the Client after it migrated away from the loginserver As far as I am aware I only wrap the Client (which directly is the TCP actor) in...
  14. Minike

    [Release] [C#] MapleLauncher - Custom Launcher

    Normally I let my Visual Studio create the repo, this also creates a proper gitignore. Though I do sync everything with Github for Windows / Mac.
  15. Minike

    [Release] [C#] MapleLauncher - Custom Launcher

    You must be registered for see element. I enabled NuGet auto-restore for you. You can do this by right clicking the solution btw. And I think something went wrong with your gitignore? there were quite a lot of junk files.
Back
Top