ty for the answer, ima send u an pm
ty for the answer, ima send u an pm
Just registered to say thanks for the scripts TheLuBu. I'm having a lot of fun with it![]()
I just redownloaded the new script.. I tried running it but it game me the error message: "Array variable has incorrect number of subscripts or subscript dimension range exceeded"
the line that it flagged was line 698 which contains this:
If $dimension = True Then
$ret = $split[1] * $xratio
ElseIf $dimension = False Then
$ret = $split[2] * $yratio
EndIf
Return $ret
It happens as soon as I run the script. Here's the config
[LootType]
Legendary=1
Yellow=0
Blue=0
[Settings]
usepotion=1
Resolution=1024x768
Class=Wizard
Loot=Nothing
ShutDown=0
CloseWhisper=0
RunFor=120
Bankslot=4
[Debug]
SelfOnMap=1737,205
$xratio=1
$yratio=1
Current=Looking for Start Button
CoordName=ChatBoxStash
[Stats]
StartDate=[2014-05-08 06:30:59]
LastDate=[2014-05-08 06:31:01]
Runs=1
Sets=0
Legend=0
Yellow=0
Blues=0
Blacksmith=0
Merchant=0
Repairs=0
XP=0
Gold=0
Resolution=1680x1050
Great bot. My only problem is: When I'm using this on 1366x768 and 1920x1080 the mouse sometimes selects the quest above and below Kill Ghom. I have used the Wizard fighting log and made my own adjustments to use it for my WD and absolutely love the salvage, stashing, and pick up.
I just had 2 more questions:
1. [Settings]
usepotion=1
Resolution=1024x768
Class=Wizard
Loot=Nothing
ShutDown=0
CloseWhisper=0
RunFor=60
Bankslot=4
What does the RunFor=120 mean? Does that mean it will only do 120 runs? I haven't been passed 60 runs in total so I wouldn't know what this is :/.
2. My bot is running completely fine, but I just noticed that it suddenly turned off for no reason? The autoit is gone from the background as well. Hasn't passed 60 runs.
Ah, thanks for the fast answer.
Is there any way to make it infinite? Lol.
Yes, set runs to zero (0)
Thank you!
Take your time man.
For anyone wanting a WITCH DOCTOR set up...USE THIS BUILD and then replace this script where the Wizard's section is inside the GhomFights script.
Func wizard()
Sleep(500)
MouseMove(Round(902 * $x_ratio), Round(192 * $y_ratio)) ; Move mouse straight
Sleep(500)
MouseClick("Left", Round(390 * $x_ratio), Round(510 * $y_ratio)) ; Move against wall
Sleep(100)
Send("1")
Sleep(300)
Send("2")
Sleep(300)
Send("3")
Sleep(500)
Send("4")
Send("{SHIFTDOWN}")
MouseClick("Right")
Sleep(200)
MouseMove(Round(823 * $x_ratio), Round(232 * $y_ratio)) ; Point mouse straight
MouseDown("Left")
Sleep(5000)
MouseClick("Right")
Send("{SHIFTUP}")
$questcomplete = False
MouseDown("right")
Do
$coord = PixelSearch(Round(560 * $x_ratio), Round(540 * $y_ratio), Round(630 * $x_ratio), Round(580 * $y_ratio), $questcompleteclr, 10)
If @error Then
SearchHealthBar()
UseHealthPot()
Sleep(Random(150, 300, 1))
If IsPlayerDead() Then Return False
Else
MouseUp("right")
$questcomplete = True
Sleep(10)
EndIf
Until $questcomplete
Return True
EndFunc ;==>wizard
It isn't perfect, but it does the job just fine for me on T4-T5
Last edited by detroit1103; 05-08-2014 at 06:13 AM.