[OUTDATED] Sailing Era shipbuilding made easy to find rare without breaking my gamepad
Описание
I got an auto ship building script now to make a rare ship without a blueprint easier. you can check it out here https://youtu.be/sCq_iClnwS8
everything bellow are OUTDATED
Finally after breaking my gamepad buttons I begin to use this method.
What I use here is AutoHotKey v1.1 from https://www.autohotkey.com
After install it I use made this script:
#IfWinActive ahk_exe SailingEra.exe
NumpadAdd::
Sendinput, {f}
Sleep, 250
Sendinput, {space}
Sleep, 250
Sendinput, {d}
Sleep, 90
Sendinput, {d}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {esc}
Sleep, 90
Sendinput, {d}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {esc}
Sleep, 90
Sendinput, {d}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {esc}
Sleep, 90
Sendinput, {d}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {esc}
Sleep, 90
Sendinput, {f}
return
NumpadSub::
Sendinput, {f}
Sleep, 250
Sendinput, {space}
Sleep, 250
Sendinput, {s}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {f}
return
NumpadMult::
Sendinput, {f}
Sleep, 250
Sendinput, {space}
Sleep, 250
Sendinput, {s}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {d}
Sleep, 90
Sendinput, {space}
Sleep, 90
Sendinput, {f}
return
Feel free to use it. Just make an ahk file, then copy and paste it into an ahk file and run it.
This script will run when SailingEra.exe is your active window.
What it does is + in numpad keyboard will trigger the script to cancel current ship build and begin to put all parts and build again. I use it over and over until I get rare. sleep, 90 is the delay between every press. Feel free to adjust it if your pc is slower.
In my script sample numpad - will trigger the script to cancel current ship build and start building first blueprint.
Another example is numpad * will trigger the script to cancel current ship build and start building second blueprint.
Have fun in Sailing Era everyone.
Hope you can find a rare ship easier without breaking your gamepad buttons like me XD
Рекомендуемые видео



















