yeah i already tried it on my own before my post, but it doesnt work
I'm using a wait-timer with 65s just to be sure, these are my new number
Level 82 - 83: 1 hour, 36 minutes -- Total: 1 day, 3 hours
Level 83 - 84: 1 hour, 21 minutes -- Total: 1 day, 5 hours
Level 84 - 85: 1 hour, 25 minutes -- Total: 1 day, 6 hours
Before the "fix" i did lvl 85 in 50 minutes
maybe a useful note:
The Darkmoon-Carussel-Buff WHEE! - Spell - World of Warcraft stacks up to 1h and works on exp gained from pet-batteling.
@ lvl 87 i gained 134200 exp for a win w/o the buff and 146400 with buff
*edit: link edited
here you go:
put a new "sleep(61000)" before the forfeit action, thats all!
You still get xp, but you have to kill all of the pets on the other team.
thats how my modified .au3 looks like
While $Step = 6
WinActivate("PB-Lose")
Sleep(100)
$Search = _ImageSearch('forfeit.bmp', 1, $FF_X, $FF_Y, 80)
Sleep(61000)
If $Search = 1 Then
MouseClick("left", $FF_X, $FF_Y, 1)
Sleep(150)
MouseMove(0,0,1)
Sleep(2500)
$Step = 7
EndIf
still insta-forfeit
do i have to "edit" the .exe somehow?
...because you put it in the wrong place bro!still insta-forfeit
Here you go:
While $Step = 6
WinActivate("PB-Lose")
Sleep(100)
$Search = _ImageSearch('forfeit.bmp', 1, $FF_X, $FF_Y, 80)
If $Search = 1 Then
Sleep(61000)
MouseClick("left", $FF_X, $FF_Y, 1)
Sleep(150)
MouseMove(0,0,1)
Sleep(2500)
$Step = 7
EndIf
It's 3 times as slow as before. I was getting 14-16m xp/h with ease. It's down to 6m xp/h now with the 1 minute waiting time.
Note that this is at 88
Let me guess! You are editing your *.au3 File but you start the *.exe ?i just deleted this complete part - and nothing changed.. maybe im editing the wrong step since 40mins
You have to recompile your script or just start it directly. If you have installed AutoIt you can rightclick the script and press "Run Script". If you edit it but start the old exe File nothing will change![]()