Search results

Mu online season 21 - grand opening
  1. Far

    Help Mir 3 Zircon Server Help

    Just start fresh with the source code I linked above. When you compile it it'll make new files for the client/server etc. I've deleted Jamies old links from that thread now to hopefully stop any further confusion.
  2. Far

    Help Mir 3 Zircon Server Help

    https://www.lomcn.net/forum/threads/short-setup-guide.102263/ Just follow the "How to log in as game master" tutorial. Shouldn't need anything else to get full commands. Manual code changes are not needed as long as you're using the latest github source. Latest source can be found here. To be...
  3. Far

    ultimate keygens collection

    Still not convinced. Chat GPT must be on point today.
  4. Far

    ultimate keygens collection

    The question you should be asking is why would someone create a new LOMCN account to necro a 15 year old post asking about outdated serial keys. Obviously a bot, or someone incredibly incredibly stupid.
  5. Far

    English Path for MIR2(Korea Official)

    Maybe next thread should be how to make an official account and launch the game outside of Korea
  6. Far

    Help Running Client error

    Usually means you're either running an old client.exe, or connecting to a patcher which uses a different PList version. If both are not the case, then it might be your IP is blocked from MirFiles - overseas IP's are blocked for example. Other than that i'm not sure - the patcher must be...
  7. Far

    Help client not loading

    try deleting your errors.txt and running it again - then check what errors you have again. Theres lots of tutorials on how to compile the source code, so maybe try that instead. It's possible theres a dll missing from the release, but looks okay to me.
  8. Far

    Help client not loading

    You must be downloading something different, because the latest release has all those audio files in them. Just follow the instructions in my first post and that should fix your error.
  9. Far

    Help client not loading

    The error says you're missing the required audio dll's. You can find them all in the latest compiled release. Or if you compile it yourself, just make sure you copy all the dll's to your client folder
  10. Far

    Help CrystalM2 Help Request.

    No. It's a bug in the code. It'll be added to the bug list and fixed when someone can.
  11. Far

    Help CrystalM2 Help Request.

    To be honest theres a lot of issues with that method even before it was changed (take a look at the FreeSpace method logic) - i've mentioned what needs tweaking the @grimchamp so he can look when available.
  12. Far

    Help CrystalM2 Help Request.

    Looks like a new bug got introduced when bag weight system was changed @Jev @grimchamp For reference the error lies in the method which was changed "public void GetMaxGain(UserItem item)" it used to set the item count to the max quantity you could gain - but now it just sets it to 0 if you...
  13. Far

    Help CrystalM2 Help Request.

    I've made a new release https://github.com/Suprcode/mir2/releases/latest
  14. Far

    Request: Mir 2 Client Archives

    arcadia and p69, also not crystal :ROFLMAO: (even though you've changed your thread title, you're still storing them in the crystal section on mirfiles) Needs sorting out in to delphi/crystal etc
  15. Far

    New stance on cheats etc

    If MirTracks doesn't show every server as having 999 users online once these rules change then they should be removed from the list altogether for not exploiting tbh. I also hope to see atleast 20 cash cow servers put up using Jevs default database.
  16. Far

    New stance on cheats etc

    This shouldn't even be a poll. If you're allowing cheaters then you must allow dosing, you cannot draw that line. I voted to allow everything. Because the 70% of morons who voted to allow cheaters will regret their decisions when their precious servers get exploited and lomcn does nothing about...
  17. Far

    Myth of Soma

    I'd be surprised if they're not still lingering about on ragezone.com Also, have you looked for open source rebuilds? https://github.com/finito/myth-of-soma-game-server
  18. Far

    Discussion Public Test Server

    Open up your player log file for the time you got those messages. You'll have a line like below - just paste the whole line so we can see the source and destination slots. "Item Moved Error - " 1679333140 Just as an FYI @Jev this issue is NOT fixed so still needs logging, the pull request by...
  19. Far

    Help Working server/client file links

    i'll find some time to update the compiled files at some point - now its running on net7
  20. Far

    Help Working server/client file links

    It means your server files are out of date. The compiled files haven't been updated since last year. Download the source code and compile the latest files yourself.