I wish the servers would remember people's crafting progress, so that if you were disconnected mid-craft, you'd still be mid-craft in the same state you left off when you log back in.


Quote Originally Posted by Zaiaku View Post
You could try macro commands to make the item so that if you are disconnected the macro has already sent the information to the server. I'm not sure if it will work though, but at best it can speed up your crafts so that the time window is smaller.
I believe macros are executed client-side, with the commands sent to the server one by one as they come up, so a disconnect would interrupt that as much as it would a manual craft. And they don't actually speed up crafting, just make it easier. You need to round up the time in each of the macro's /wait commands to ensure the next command is ready by the time it's used, so they're actually a bit slower. Provided you know the rotation and don't need to spend time figuring out what action to use next, you can do the same rotation faster manually than a macro can do it.