I figured out why the Witch Doctor build was acting funny on versions other than .03. In the AutoIt script where you should have
you have this insteadfunc beatBoss()
if $wizard then
wizard()
BossKO()
Else
if $demonhunter Then
demonhunter()
BossKO()
else
if $witchd Then
witchd()
BossKO()
I bolded the differencesfunc beatBoss()
if $wizard then
wizard()
BossKO()
Else
if $demonhunter Then
demonhunter()
BossKO()
else
if $witchd Then
wizard()
BossKO()