Cyendia
Member
I'm using this .bat file to close out of Archeage and shut down my computer after the AFK timer kicks you out. Copy and paste it into notepad, save as filename.bat and double click on it to run. It waits 26 minutes, forces Archeage to close, waits another minute, then shuts down your computer. GET THAT EXTRA LABOR (and save the planet)!
Code:
timeout /t 1500
taskkill /im archeage.exe
timeout /t 60
shutdown.exe /s /t 00