Search results

Desolation Mir2 (Med Rate Server)
  1. Far

    Zircon Issues regarding Zircon email activation

    You can change the code to not require it (there has been a guide released) - or just setup a free email service. There is no built in way to disable it.
  2. Far

    Zircon Issues regarding Zircon email activation

    click the accounts menu -> find your account -> click activate
  3. Far

    Mir 5 Server Binary Leak

    If the screenshots they posted are accurate to the server files that version is more than new enough to have most content. Obviously post had zero context in a mir 5 thread, so really it could have just meant nothing :ROFLMAO:
  4. Far

    Mir 5 Server Binary Leak

    I think he was referring to @DemonArcher 's post of mir3. No one's interested in this mir5 slop, but i'm sure we'd all love official mir3 files if they're about.
  5. Far

    Zircon The latest code HelpDialog.cs compilation resulted Compiler Error CS0131

    sounds like you might not have the latest c# versions installed to know about nullable properties. The current code works fine on latest visual studio
  6. Far

    Purely hypothetical question about Tame and how it was implemented

    If its just you and you friends just spawn the pets in with commands
  7. Far

    If Mir2 & D2 had a baby

    Someones not heard of the word malware :whistle:
  8. Far

    If Mir2 & D2 had a baby

    i mean the interface is just a shop bought UI - seen that 100x before (few mir servers have used parts of it too) The skill icons though, yeah they're from Aion
  9. Far

    [ACEM2] - Classic Plus

    Sounds like you're just trying to be awkward tbh. Its common knowledge "AceM2" is the term coined as a set of files that was developed by the Chronicles server team. Regardless of what other terms the files may have derived from. AppleM2 wasn't any more original so your argument that it's what...
  10. Far

    Help Crystal Master Code Support

    https://github.com/Suprcode/Crystal/commit/81f70a95b349b3c643883e8a0ebe508ec3513dc3 Not certain thats the fix as its difficult to know for sure from that error. Most likely is the player/hero didn't have an active map at the time i think though.
  11. Far

    Help Crystal Master Code Support

    https://github.com/Suprcode/Crystal/commit/752676a863649127057b1a972d056953a6bebe33 There you go
  12. Far

    Help Crystal Master Code Support

    I've just commited them to the public source with the Heroic changes too. You should be able to just merge your code in. https://github.com/Suprcode/Crystal/commit/11b5fc1fc9d3d97cc68bfe8b88e66814732c3ec6 Feel free to send me more money
  13. Far

    Help Crystal Master Code Support

    Find this in PlayerObject.cs Below this line Add this Below this line Add this Your issue is Awakening is only setup to work for the first 4 item grades. It doesn't work with Heroic. My Pay pal link is in my signature thanks.
  14. Far

    🔥 Arcane Mir2 - December 2025 Launch

    If people were getting bored of them they wouldn't keep popping up every few months. Obviously these only get made because theres money in it. Someone must be enjoying them.
  15. Far

    Help Zircon does not load when starting game.

    Check your error folder
  16. Far

    Help How to open system.db

    https://www.lomcn.net/forum/forums/zircon-mir3-files-open-source.735/ Please make sure you read through the stickied setup guides
  17. Far

    Help Zircon - Cracked Medallion of Overlord not working

    If your checks are correct it will work, never seen any issues with them
  18. Far

    Help Zircon - Cracked Medallion of Overlord not working

    Either your eyes are bugged or you're not understanding how those npc checks work
  19. Far

    Which games have your favourite soundtrack?

    Yours probably ends half way through :whistle:
  20. Far

    Help Wizard Magic skill Ice Aura does not increase experience when used?

    i probably missed out the exp gain call on that skill. you can just add "Player.LevelMagic(Magic);" inside MagicComplete. I'll fix it when i get chance