Macro Name: SoftLog
Code: Select all
/ui action gameMenuActivate;
/pause 1;
/ui action defaultButton;
/pause 2;
/ui action defaultButton;
/pause 1800;
/macro SoftLog;
/ui action gameMenuActivate; This activates the game menu where the disconnect button is located.
/pause 1; This pauses for 1 second to allow the game menu to load. You may need to adjust this to a higher number if you experience any system lag.
/ui action defaultButton; This first one activates the default keypress which for the game menu is the disconnect button. You will be taken to the character select screen.
/pause 2; This pauses for 2 seconds to allow the character select screen to load. You may need to adjust this to a higher number if you experience any system lag.
/ui action defaultButton; This second one will select the first character on the character select screen and log them back into the game. This is where it becomes important to have the character that you want logged in on the top of the list either by sorting the characters alphabetically or sorting the planets alphabetically.
/pause 1800; This pauses the macro for 20 minutes. This can be adjusted to whatever length to allow the macro to fire more often or less often.
/macro SoftLog; This will loop the macro back to the start.
