Search results

Mu online season 21 - grand opening
  1. Chriz

    2 step / bounce back lag?

    I've never had much luck with setting affinity, seems to just juggle the application between cores but only using the processing power of a single core. I didn't mean using the same network cable/port I mean using a different network adaptor - the problem might be with the NIC its self...
  2. Chriz

    Early thoughts?

    Few old faces ;) Servers alright, not quite as polished as I'd hoped but its getting there. Main issue is lag spikes. Community is good though, feels nostalgic in someways :distracted: If your thinking of going wiz, know that TS doesn't stun, mobs have no 'struck' time.
  3. Chriz

    2 step / bounce back lag?

    The problem you have is that your client thinks your character is in a different location than the server thus the displacement message and bounce back. This implies that either your client side timers are being affected (overclocking, gameboosters usually affect this) or the network traffic...
  4. Chriz

    Official Euro version of Conquera

    Does anyone have a link to the client? Curious to take a look. Based on Unreal engine i believe?
  5. Chriz

    2 step / bounce back lag?

    Have you tried running the game in a VM ? :D Never tried it with crystal, but I used to always run VMs with windows XP ACPI tweaked on the delphi files lol
  6. Chriz

    RTs DEs weighted probability, not random

    The higher level the skill the closer to SZ it will tele you: #region Teleport case Spell.Teleport: Map temp = Envir.GetMap(BindMapIndex); int mapSizeX = temp.Width / (magic.Level + 1); int mapSizeY =...
  7. Chriz

    Rested xp 20%

    Does this stack with EXP pot?
  8. Chriz

    Not appearing on the rankings page

    Same with my Char, assumed it was 'behind' but it doesn't seem that's the case. Perhaps i'm a GM.
  9. Chriz

    Lag situation - Hopefully resolved :)

    Have you guys got to the bottom of this yet? One thought I had was .NET Garbage Collection; this can cause all threads to halt - Have you tried compiling the Server application in .Net 4.5+ or are you still running it in 4.0? I believe they improved the process...
  10. Chriz

    Official Euro version of Conquera

    Good next project for you I guess :P Be interested to play, only played it for a few days brfore the lag got the better of me. Seemed promising though. (Bar the 200k gold cake in the GS)
  11. Chriz

    Donation - Wrong Char Name

    These request should really be PM.. what's stopping someone from creating a character with the wrong name to steal GG lol.
  12. Chriz

    so deva is sucking baaaaaalls right now??? read its a question mark

    Because of the lack of flinch on here, kinda makes devas original purpose irrelevant. Also deva did low damage and cut amc, Also deva couldn't level up.
  13. Chriz

    BlackScreen Issues - Solved

    Solent, try downloading the following attachment and extract the files to your client folder. (Its the direct X Libries that your client appears to be failing to load) http://chriz.uk.to/mir/CrystalDirectXDlls.zip
  14. Chriz

    Typing freezing game

    Did you ever find anything behind this? Still never had an issue myself.. Also I have updated my fix to allow for multiline textbox and auto focus- https://www.lomcn.org/forum/showthread.php?100322-Windows-10-Update-Invisible-Textbox-Issue&p=1108001#post1108001
  15. Chriz

    BlackScreen Issues - Solved

    Run a repair on your .net installation https://docs.microsoft.com/en-us/dotnet/framework/install/repair Be sure you have installed the SDK version of directx linked in first post on this thread. If your still having trouble, delete the errors.txt file in the root of your client, re-run the...