1. How to apply the jumpy mouse camera fix patch to WotLK

    There has been some interest in this patch recently. The patch is distributed as an already-playable game executable but there are some people who already have patches applied to their executable to fix other bugs and would like to keep those patches too. This is the link but I can't give credit because I don't know who the original author is. https://mega.nz/folder/ykZglR6J#LOG-hGTqJ3ZOTROwTlG5Hw

    Download HxD, which is an editor that you will use to apply the patch: https://mh-nexus.de/en/hxd/. Then open the wow executable using that editor. You have to close the game first.

    The following table presents an offset (the offset is the number of bytes where the original code starts, counting from the beginning of the file), the original code that will be there, and the code that you have to replace it with. You have to apply all of these modifications, one by one. To apply one:
    1) Press Ctrl+G to open the "Go to" dialog and paste the offset. Your cursor will be positioned right before the original code.
    2) Select all the original code making sure it's the same as presented here.
    3) Copy and paste the patched code on top of it. If, when pasting, you get a dialog that says "This operation changes the file-size.", you didn't select the correct amount of bytes. Press Cancel and go back to 2.
    Do this for every row of the table.

    Example with the first part of the patch: what it looks like after selecting the original bytes, what it looks like after overwriting them with the patched code.

    Offset Original code Patched code
    4691B1 8B EC 83 EC 10 8D 45 F0 50 6A 00 E8 DF 28 00 00 83 C4 04 50 FF 15 0C F6 9D 00 8B 45 F8 99 2B C2 8B C8 8B 45 FC 99 2B C2 D1 F8 D1 F9 50 51 89 0D EC 13 D4 00 A3 F0 13 D4 00 E8 81 EE FF FF 83 C4 08 8B E5 5D C3 CC CC CC CC CC CC CC CC CC CC 89 E5 8B 05 FC 13 D4 00 8B 0D F8 13 D4 00 EB C2 7D 03 83 C1 01 83 C0 32 83 C1 32 3B 0D EC BC CA 00 7E 03 83 E9 01 3B 05 F0 BC CA 00 7E 03 83 E8 01 83 E9 32 83 E8 32 89 0D F8 13 D4 00 89 05 FC 13 D4 00 89 EC 5D E9 B4 F7 FF FF EC 5D C3 C3
    469183 CC CC CC CC CC CC CC CC CC CC CC CC CC 83 F8 32 7D 03 83 C0 01 83 F9 32 EB 31
    469A2C 8B 45 F0 8B 15 EC 13 D4 00 8B 1D F0 E9 71 F0 0B 00 F8 13 D4 00 8B 1D FC
    528AA2 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC 8D 4D F0 51 57 FF 15 DC F5 9D 00 8B 45 F0 8B 15 F8 13 D4 00 E9 7A 0F F4 FF

    Save and play.

  2. You can also reduce your mouse polling rate to 125hz. I do this via my logitech driver. 1000hz is crazy buggy, but 125 is pretty good. Its not perfect though.

  3. Thanks so much!! that´s the solution i was looking for! Lowering polling rate helped, but this is so much better!

  4. 1 Week Ago  
    Thank you very much. This issue has troubled me for many years. I'm a player from China, and I noticed this problem several years ago. I asked other players in the game about it but never got a proper answer—it seems as if they didn't even notice it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •