Register an Account Image - Join our Discord Server Image

Have any questions? Need help with something? Contact us on Discord or check out our Help Forums.

Announcement: We have updated our multiple accounts policy. Please read here and submit the required information if your household plays on more than one account.

Donations are always welcome and help us with the upkeep of the server. Click click here to donate.

we have now added donorbox for those of you who cant use PayPal too. Thank you!


Help us stay #1 and vote for us Here and Come Join Us on Twitter

Softlog macro

Game guides for Sentinels Republic
Post Reply
Gordlad
Commander
Posts: 54
Joined: Fri Jun 29, 2018 4:49 am
United States of America

Softlog macro

#1

Post by Gordlad » Fri Jul 27, 2018 10:15 pm

I think this macro will help with the entertainers and docs when the server crashes or is rebooted or just from simple desyncs. The only negative to this macro is that the character has to be the top most character on the list. You can achieve this by reordering them alphabetically or move your other toons to another planet and reorder them by planet.

Macro Name: SoftLog

Code: Select all

/ui action gameMenuActivate;
/pause 1;
/ui action defaultButton;
/pause 2;
/ui action defaultButton;
/pause 1800;
/macro SoftLog;
What this macro does:
/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.

Post Reply