Search results

Mu online season 21 - grand opening
  1. Violent

    Horse 0 loyalty

    Sounds like a horse meat scandal to me.
  2. Violent

    Whats going on with the lag ?

    You might struggle using another thread as it still needs to access all the objects on the main thread. It would require quite a structural change to the core code to do that. The only way I can think of at the moment is if you make a copy of the objects before the DB save. But that is going to...
  3. Violent

    Whats going on with the lag ?

    That definetly sounds like the DB save. It does an object lock while it saves all of the accounts and their objects. Which is a lot of data if there are 400 players online.
  4. Violent

    [Custom C# Files] Apocalypse Mir 2

    GDPR breach!!!!!
  5. Violent

    EdensElite2(StomHero) .

    Life is so much simpler being an Atheist. You don't have to worry about any interpretations of ancient books.
  6. Violent

    3/4 Heroes

    Classless Mir ftw!!!
  7. Violent

    SQL Script

    Nah not slow mate, just reinforces the answer I gave. Besides, you explained why it wasnt working in the first place. :smile:
  8. Violent

    SQL Script

    Try this: Select TOP 10 FLD_CHARACTER, FLD_POINT FROM TBL_Reputacja Order by FLD_POINT desc It will order your top 10 by the FLD_POINT value in decending order. So the highest points will be at the top.
  9. Violent

    Having a little private play around with the Zircon files

    Re: EmeraldM2 Open-Source Mir2 Server Only a few grand? pffft Such wasted talent.
  10. Violent

    Having a little private play around with the Zircon files

    Re: EmeraldM2 Open-Source Mir2 Server Jamie had success???? When?
  11. Violent

    Having a little private play around with the Zircon files

    Re: EmeraldM2 Open-Source Mir2 Server No point getting technical. According to Sonic the Hedgehog, every gemstone is an emerald.
  12. Violent

    Having a little private play around with the Zircon files

    Re: EmeraldM2 Open-Source Mir2 Server Emerald M2????
  13. Violent

    Having a little private play around with the Zircon files

    Unfortunetly that would never work. As the saying goes "Too many cooks spoil the broth". You would have too many conflicting ideas and there would be no standards in the code and content.
  14. Violent

    Having a little private play around with the Zircon files

    Ok sorry for misleading. I will let this thread get back to it's usual drama now then :P
  15. Violent

    Having a little private play around with the Zircon files

    Ah ok. I remember adding it to my source whilst I was working on converting stuff to SQL so I might have done the bad developer thing and added it without testing it.
  16. Violent

    Having a little private play around with the Zircon files

    This does fix the blank text box issue doesn't it? I could be wrong and imagined it all up lol.
  17. Violent

    Having a little private play around with the Zircon files

    It is already in the Crystal section. https://www.lomcn.org/forum/showthre...PI-Scaling-fix Im pretty sure this is the fix for the full screen issue.
  18. Violent

    Having a little private play around with the Zircon files

    I can't seem to find the post anywhere sorry. When I get home I will have a look at my source and go through all my changesets to see where I added it. It is something to do with font scaling. EDIT: I found it: https://www.lomcn.org/forum/showthread.php?100014-DPI-Scaling-fix That took some...
  19. Violent

    Having a little private play around with the Zircon files

    Someone posted a fix for this not long ago. I hink it has been lost in all the drama posts though.
  20. Violent

    Having a little private play around with the Zircon files

    Ah of course. You have to have the DevExpress package installed on your machine. I should already know this as I use it lol. I find DevExpress really useful when I need to use grids and layout controls. Saves loads of time. But I also find it can make an application slow in some places if you...