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 Novak

  1. Novak

    [v145] Acernis (Astral re-pack)

    u shouldnt use this src tbh
  2. Novak

    [v83] TagStory

    I'm not sure what you mean with private. Like many others, my personal work is just publicly available: You must be registered for see element. (v188 emulator project for fun) You must be registered for see element. (Web backend, aria compatible) You must be registered for see element. (Edited...
  3. Novak

    [v83] TagStory

    Yeah, but at least i shared my half-assed repack. So that some people could grab it and do poop with it lmao. And i can promise you plenty of competent devs picked it up, fixed it up and made it work. You must be registered for see element. Also take note that was in 2015. What makes you think i...
  4. Novak

    [v83] TagStory

    You must be registered for see element. Here's my HOTFIX fork. Fixed all compilation errors. Just make sure to use PHP 5.
  5. Novak

    [v145] Acernis (Astral re-pack)

    Yeah the CS item info packet is royally fucked lol. didn't fix it till v176+. Gender issue should be in there. There's also an issue with sub categories, the code that loads it literally only loops through 1 sub cat, not the rest. easy stuff to fix but you'll have to do some searching to get the...
  6. Novak

    MultiVersion Redirector (localhost supported) (MSAuth)

    Use winsock hook by darter instead.
  7. Novak

    character selection stuck

    If you don't initiate the new encryption it's not an issue with the new encryption. Long as you don't send a 32k packet it should be good.
  8. Novak

    Launcher

    Just do like string path = Directory.GetCurrentDirectory(); if (!File.Exists(path + "\\MapleStory.exe")) { MessageBox.Show("Unable to locate MapleStory.exe.\r\n\r\nPlease move this client into your maplestory folder."); } else { ProcessStartInfo startInfo = new...
  9. Novak

    need help: mapleshark incorrect packets

    just make sure to also decrypt the 32k long one with the new method. It doesn't start after you receive it, it starts as you receive it.
  10. Novak

    need help: mapleshark incorrect packets

    From a PM i got a while back: I seem to receive this question a lot lol. Anyway, I never finished decrypting the opcode encryption on the outbound packets. However the inbound encryption is very simple: As soon as you enter the game with a character, you will receive a packet that's 32k~ish in...
  11. Novak

    [v83] MapleSolaxia Server Source

    Yeah alright that just looks like it can't find the scripts. Check the code to see which path it reads and make sure that the path matches the actual location of these scripts.
  12. Novak

    [v83] MapleSolaxia Server Source

    I mean like, if you'd at least include the line that's actually throwing the exception in your screenshot that'd be helpful for determining what's wrong. It's line 71.
  13. Novak

    HELP! anyone know what error is it?

    Exception in saving to the database. Possibly the Character database doesn't match what's attempting to be saved.
  14. Novak

    Mushy v176 AES Userkey

    This opcode encryption was added in v185+ or so lol. 176 doesn't have it. I did 176 myself too. I'm working on v188 now.
  15. Novak

    Mushy v176 AES Userkey

    Bugs is only the connections staying alive. As far as "doesn't work on odin" goes, it's because odin has channel ip's/ports that are custom, and no nexon's ip. You'd have to change the channel's IP to nexon's on the server side. The redirector catches data going to nexon and redirects it...
Back
Top