Heyas,
I've been playing wizardry online the last couple of months and I'm finding it quite interesting.
Found out that the bonus point roll goes up to 60? Maybe 70? They're extremely rare rolls though.
Found a script for Auto Hot Key (nice little program) that will auto roll for you. This one is keyed for a square monitor running the game at 1024x768 resolution.
Just download and install "Auto Hot Key" and replace the default script with this one. Don't forget to remove the semicolon ( from in front of the MouseClick line that's for the race/gender you're looking to roll for.
----------------
; Auto-Roller for Wizardry Online
; Works on square monitors with 1024x768 resolution
; Script WILL stop on a bonus of 20 or above, so you
; may have to restart it from time to time.
;
; F2 to start
; F1 to Pause
; F3 to Reload Script
;
;
F2::
BreakLoop = 0
^d::
Loop {
;Remove the ; in front of the race you want the script to roll for.
;MouseClick, left, 281, 615, 5 ;Race Selection - Human (M)
;MouseClick, left, 286, 655, 5 (Race Selection) - >Human (F)
;MouseClick, left, 437, 617, 5 (Race Selection) - >Elf (M)
;MouseClick, left, 438, 654, 5 (Race Selection) - >Elf (F)
;MouseClick, left, 584, 617, 5 (Race Selection) - >Dwarf (M)
;MouseClick, left, 587, 657, 5 (Race Selection) - >Gnome (F)
;MouseClick, left, 737, 622, 5 (Race Selection) - >Porkul (M)
;MouseClick, left, 738, 657, 5 (Race Selection) - >Porkul (F)
Sleep, 200
MouseClick, left, 447, 723, 5
Sleep, 2150
PixelSearch, colorX, colorY, 490, 378, 502, 391, 0xFFFFFF
if !ErrorLevel
break
MouseClick, left, 513, 416, 5
Sleep, 200
MouseClick, left, 575, 726, 5
Sleep, 200
}
return
^s::
Pause
return
F1:ause
F3::reload
----------------------------
Hope that helps.
Like the script says, it stops on any value above 20, so you may have to re-start it to reach the 50's. Rolled a 56 the first night I left it running.
Stay Safe
I've been playing wizardry online the last couple of months and I'm finding it quite interesting.
Found out that the bonus point roll goes up to 60? Maybe 70? They're extremely rare rolls though.
Found a script for Auto Hot Key (nice little program) that will auto roll for you. This one is keyed for a square monitor running the game at 1024x768 resolution.
Just download and install "Auto Hot Key" and replace the default script with this one. Don't forget to remove the semicolon ( from in front of the MouseClick line that's for the race/gender you're looking to roll for.
----------------
; Auto-Roller for Wizardry Online
; Works on square monitors with 1024x768 resolution
; Script WILL stop on a bonus of 20 or above, so you
; may have to restart it from time to time.
;
; F2 to start
; F1 to Pause
; F3 to Reload Script
;
;
F2::
BreakLoop = 0
^d::
Loop {
;Remove the ; in front of the race you want the script to roll for.
;MouseClick, left, 281, 615, 5 ;Race Selection - Human (M)
;MouseClick, left, 286, 655, 5 (Race Selection) - >Human (F)
;MouseClick, left, 437, 617, 5 (Race Selection) - >Elf (M)
;MouseClick, left, 438, 654, 5 (Race Selection) - >Elf (F)
;MouseClick, left, 584, 617, 5 (Race Selection) - >Dwarf (M)
;MouseClick, left, 587, 657, 5 (Race Selection) - >Gnome (F)
;MouseClick, left, 737, 622, 5 (Race Selection) - >Porkul (M)
;MouseClick, left, 738, 657, 5 (Race Selection) - >Porkul (F)
Sleep, 200
MouseClick, left, 447, 723, 5
Sleep, 2150
PixelSearch, colorX, colorY, 490, 378, 502, 391, 0xFFFFFF
if !ErrorLevel
break
MouseClick, left, 513, 416, 5
Sleep, 200
MouseClick, left, 575, 726, 5
Sleep, 200
}
return
^s::
Pause
return
F1:ause
F3::reload
----------------------------
Hope that helps.
Like the script says, it stops on any value above 20, so you may have to re-start it to reach the 50's. Rolled a 56 the first night I left it running.
Stay Safe