Now that things seem to be patched in Mabi for the time being: Does anyone have any possible way to get WTFast or a similar program to work on Mabi without hackshield detecting it at all? For some people, this program is the only method of playing the game we have due to crappy internet connection, so it sucks now that it isn't usable.
They change your MTU so attack/skill packets will be sent/received faster. I'm assuming that's what your problem is when you say you "can't play", you just can't fight easily.
All it is is a .bat to give you an active change of mtu.
Run 48.bat before you pick your character, and before you change channels, if you ever decide to change channels. After the "loading world" screen is finished loading, you can run 1500.bat to put your connection more or less back to normal, with the main ping issues alleviated.
If you keep it at 48, then your pet summons will take forever, NPCs and characters will appear slowly, and npc dialogue will take forever to start.
Also, it will slow down your normal web surfing speed to almost zero, until you run 1500 again.
This is "active" which means if it screws up your connection, restart your computer, and things will be back to normal. That's all there is to it.
If you don't trust, don't download. You can check the contents of the batch files by right-clicking, and then clicking edit.
Those of you who are more adept programmers, please don't be all snobbish, and say this is so inefficient or whatnot. I've heard enough of that. All I'm trying to do is help some of the people who are being forgotten.
This is all an amateur can do, and it works great.
__________________________________________________ ________________________Thank if I helped. ↓
They change your MTU so attack/skill packets will be sent/received faster. I'm assuming that's what your problem is when you say you "can't play", you just can't fight easily.
All it is is a .bat to give you an active change of mtu.
Run 48.bat before you pick your character, and before you change channels, if you ever decide to change channels. After the "loading world" screen is finished loading, you can run 1500.bat to put your connection more or less back to normal, with the main ping issues alleviated.
If you keep it at 48, then your pet summons will take forever, NPCs and characters will appear slowly, and npc dialogue will take forever to start.
Also, it will slow down your normal web surfing speed to almost zero, until you run 1500 again.
This is "active" which means if it screws up your connection, restart your computer, and things will be back to normal. That's all there is to it.
If you don't trust, don't download. You can check the contents of the batch files by right-clicking, and then clicking edit.
Those of you who are more adept programmers, please don't be all snobbish, and say this is so inefficient or whatnot. I've heard enough of that. All I'm trying to do is help some of the people who are being forgotten.
This is all an amateur can do, and it works great.
__________________________________________________ ________________________Thank if I helped. ↓
i ping 620ms to nexon, i cant handle more than 200 mtu... and im still slow with 200 mtu...
i ping 620ms to nexon, i cant handle more than 200 mtu... and im still slow with 200 mtu...
This works with Vista/7
If you run 1500 after your character appears, your pets will still work.
I'm pretty sure I said something like that in my little essay up there.
If you don't have windows vista/7, sorry, those files aren't for you, and they won't be of much use.
If you do have Vista/7 though, you can change MTU in real-time, so you don't have to be "stuck" on 48, or 200, or whatever.
As long as you run 48, just while you're connecting to the world or while you're changing channels, once the loading bar is full, immediately run 1500.bat
My connection isn't great quality either, and I can't stay on 48, or nothing will work. Give it a shot, complain after it doesn't work, not before.
They change your MTU so attack/skill packets will be sent/received faster. I'm assuming that's what your problem is when you say you "can't play", you just can't fight easily.
All it is is a .bat to give you an active change of mtu.
Run 48.bat before you pick your character, and before you change channels, if you ever decide to change channels. After the "loading world" screen is finished loading, you can run 1500.bat to put your connection more or less back to normal, with the main ping issues alleviated.
If you keep it at 48, then your pet summons will take forever, NPCs and characters will appear slowly, and npc dialogue will take forever to start.
Also, it will slow down your normal web surfing speed to almost zero, until you run 1500 again.
This is "active" which means if it screws up your connection, restart your computer, and things will be back to normal. That's all there is to it.
If you don't trust, don't download. You can check the contents of the batch files by right-clicking, and then clicking edit.
Those of you who are more adept programmers, please don't be all snobbish, and say this is so inefficient or whatnot. I've heard enough of that. All I'm trying to do is help some of the people who are being forgotten.
This is all an amateur can do, and it works great.
__________________________________________________ ________________________Thank if I helped. ↓
48 mtu is for most people too much. Personally I use around the 200's so I can avoid spikes.
Too lazy to upload. but C/P this to a batch file. For those wanting to change MTU
Quote:
@ECHO off
ECHO Default value is 1500.
SET num=1500
SET /P num= New MTU value?
netsh interface ipv4 set subinterface "Local Area Connection" mtu=%num% store=persistent
ECHO MTU Change to %num% is Complete!
ping 1.1.1.1 -n 1 -w 1500 > nul
A little script I wrote back when I played mabi a lot... Makes it easier IMO
Generally you'd only set two MTU values so having two batch scripts is about the same difficulty since you run one to set it low and one to reset it, no worries about typing each time. The mabinogi wiki recommends an MTU of 386, which doesn't seem to hinder pet loading speed and such like an MTU of 48 would, and from testing my lower-bandwidth connection didn't show much, if any difference between 386 and 48 (though 386 was still an improvement from 1500).
48 mtu is for most people too much. Personally I use around the 200's so I can avoid spikes.
I don't know what you mean by "too much" and "to avoid spikes"
If you have windows vista/7, you only need to lower MTU while loading into a channel, anytime after that return it to 1500, and you'll have the effects of MTU at 48, with no side effects because you returned to 1500...
Quote:
Originally Posted by 12201
Has anyone tried using Aol as a alternative? I know it was a alternative in the past.
Lol AOL? it's been ages since I remember getting those AOL disks they used to send in the mail every month... still have a stack of them...
Aol was very slow and unreliable, from what I've heard about it...
Quote:
Originally Posted by fenrir2037
Too lazy to upload. but C/P this to a batch file. For those wanting to change MTU
Quote:
...
A little script I wrote back when I played mabi a lot... Makes it easier IMO
Wow, this is nice... includes a prompt for easier customizing...
That's above my knowledge to write... but I can understand it at least xD
Just a note, if you're telling people to use that, you might want to add a line for "Wireless Network Connection" as well, because WiFi is getting a lot more popular these days. I for one use wifi, and not wired, so your script would have done nothing for me, despite being nicely written ^^;
Also, this script is optimal for compatibility, but to make it safer for average users, on Vista/7, you'd probably want to set it as "active" instead of "persistent" so any issues with MTU could be remedied with a reboot.
Quote:
Originally Posted by Nosirrom
Generally you'd only set two MTU values so having two batch scripts is about the same difficulty since you run one to set it low and one to reset it, no worries about typing each time. The mabinogi wiki recommends an MTU of 386, which doesn't seem to hinder pet loading speed and such like an MTU of 48 would, and from testing my lower-bandwidth connection didn't show much, if any difference between 386 and 48 (though 386 was still an improvement from 1500).
I don't know if you just misunderstood me or something, but Mabiwiki suggests 368 for WinXP and anything before Vista, because they couldn't handle dynamic MTU editing. 368 allows for most of the benefits of reduced MTU, with less loading time sacrificed for it.
On the other hand, Win Vista/7 can change MTU at any time. This means you load the lowest possible MTU, (I chose 48, instead of 40, to be safe), connect to the world, and after the loading bar is done, immediately change back to the highest/default, which gets rid of the side effects of slow pet loading, or slow npcs.
As for 48 vs 368, theres a tiny difference, and it's only practical with Vista/7. If you have Vista/7, it doesn't matter how much it slows you down, since it'll only last ~5 seconds as the world loads and then you can change it back and continue normal play.
Quote:
Originally Posted by mariokiller64
Holy shit, I set my MTU to 1500 and everything seemed lightning fast.
Not sure if it was the MTU or Mabinogi is being amazingly fast today.
If you set it to 1500, and it went faster, I don't know how that's possible, unless you were lucky enough to just get an hour or so of amazing connection... o.O
Help with WTFast 12/08/2011 - Mabinogi - 4 Replies Hey I am playing with WTFast just fine but I cant seem to be able to enable MTU to it, it just doesn't apply to the game, can anyone help? It does not apply the MTU change, even if I lower MTU before I start, it just starts and stays at 1500. Any help?:handsdown::handsdown:
How to work WTFast? 08/09/2011 - Mabinogi - 27 Replies WTFast keeps getting picked up as a hacking tool -__.
-Makes me want to kill some babies
Alternatives to CE/ME 06/27/2011 - RF Online - 2 Replies The cheat engine and moonlight (also DA are blocked)... is there any other tools that are similar?
Question about wtfast 03/18/2011 - World of Warcraft - 0 Replies Hello everyone
I had a little question about wtfast if it actually works and if its safe because i am suffering from heavy lag since a couple monthes and i am looking for a solution so if anyone got any feedback on that or maybe another proxy i would be really happy if someone would share his experince.
Thank you in advance.
German
Hallo