///Make a notepad ///paste in below: netsh interface ipv4 set subinterface "<Name>" mtu=576 store=persistent ///Name= ethernet name / internet adapter name, you will find adapter name by accessing Control panel >Network and internet > Network connection. *You might have more of them if you have VM or hamachi installed.* ///Then make another one but changing value of mtu to 1500 for restore. netsh interface ipv4 set subinterface "<name>" mtu=1500 store=persistent ///Rename both of filename extension to "bat" [e.g. 576.txt > 576.bat]. Run as admin. ------------------------------------------------------------------------------------------------------- Or download them from here, you will have to change Adapter name by opening it then edit it with notepad. 576 https://drive.google.com/open?id=1PmvIzHMM629mmt5Qc0X5bT3_VUxT1XNw 1500 https://drive.google.com/open?id=1Vt1wZSIvF2yK8wvaUULz8uomLIwETkLH ------------------------------------------------------------------------------------------------------- This is a soluation for another game lag due to the submarine communications cable/fiber optic cable repair, i cant guarantee this will work for Royal. blame shark
Under Control Panel, go to Network and Internet\Network Connections You'll be able to see your Adapter name. For me, it's named Wi-Fi. So this is what I keyed. netsh interface ipv4 set subinterface "Wi-Fi" mtu=576 store=persistent
576 https://drive.google.com/open?id=1PmvIzHMM629mmt5Qc0X5bT3_VUxT1XNw 1500 https://drive.google.com/open?id=1Vt1wZSIvF2yK8wvaUULz8uomLIwETkLH You will have to change adapter name by opening it then edit it with notepad.
Do I put both 576 and 1500 files in the MapleRoyals file or in desktop? Also, after running both files there's nothing popping up. How do I know that it works? After running both files, I still can't login to Royals.
You can put them anywhere you like. There should be a CMD pop up very quickly, if not: Try to rename it, without "space" and any symbol e.g. mtu576.cmd mtu576.bat Put them where the directory without "space" and"symbol" e.g. e:\CMDs e:\Tools\Cmds As these kind of directory name might not work. e:\Tools\Mapleroyal CMD e:\My tools\CMD[Mapleroyal] If you are using the one I provided, that would ask you to "press any key to continue" during the process. And you just run 576 once to have effect, 1500 is for restore to default value.
I tried to do the download thing, but whenever I try it I keep getting this error: "The filename, directory name, or volume label syntax is incorrect." I also tried making my own on notepad, but it closes immediately after opening. This is what I put for both of them, netsh interface ipv4 set subinterface "Kwak" mtu=576 store=persistent Kwak is the name of my connection. Am I doing something wrong?
Thats normal, it just pop up less than 1 sec. The ERROR from my downloads is because you did not edit the adapter name.
Hey, thank you for replying! However I am pretty confident I followed the guide as well as possible. Is there something else that I need to change besides the "<Name>"? I did do the same thing for your downloads For reference, here is my 1500 file: @Echo off ECHO This will restore MTU to default value. ECHO Make sure run as administrator. PAUSE netsh interface ipv4 set subinterface "Kwak" mtu=1500 store=persistent PAUSE ECHO Done. PAUSE This still doesn't work
Run 576 once, not 1500, 1500 is for restore later. 576 is whenever you have connection issue. Make sure you run as Admin. If CMD pop up then close itself:
Hi, it still doesn’t work despite downloading your files and renaming + putting them in directory without space or symbol. Ran 576 once in C drive with no space/symbol. The error message still shows as “Unable to connect to login server”. any advice?