Document comes with Sro_restart, compiled scripts ect. Also comes with a read me to fix the party matching function.
Contents of readme.txt.
To use sro_restart you will need to set (see below) in the Sro_restart.ini
Srobot_path = (Make location of the bot.) ex. C:\Bot110
Login name,
Login password,
(hint: be sure that you placed both the srocrack and the bot exe in the same folder.)
you will also need Auto it version 3.
To set the party matching function log into sro normally, party with another character. Now use the pixtest script. Access the sro restart log and copy the number after the > (example) 16777118. After Copying this number, now right click on
the sro_restart.au3 click edit script you should see something like,
;================================================= ==========================
; Declare Variables
;================================================= ==========================
HotKeySet("{PAUSE}", "Pause")
HotKeySet("{F5}", "Show")
HotKeySet("{F6}", "Hide")
Global $LogIt
Global $Paused
;====== replace the line below. =======
$Pix = 16202298
...ect
the line you want to edit is the $Pix = 16202298
change it to
$pix = (the number you copied)
save.
and you now have a functional restart and party matching script. Enjoy!
additional note: some segments of code have been modified to reduce size and stability.






