Nice Script. Work Fine with Barb. With 160GF and 60MF +- 200k GPH
Thx
+rep (when i will can)
Nice Script. Work Fine with Barb. With 160GF and 60MF +- 200k GPH
Thx
+rep (when i will can)
Add : Barb lvl60 Inferno, 9,4k DPS 30kHP
I don't know what am I doing wrong, but when I start the script he just TP to town and leave game
Status show: Old Ruins detected ----> then he opens inventory and Status is changed to returning to town
And it do it over and over again
SOLVED
Last edited by wonbat; 07-09-2012 at 04:21 PM.
@BlackSack
Can you give me a little info onSince i am trying to port this to a 16:10 resolution, and dont have a 1920x1080 to view where these coords are actually searching, can you tell me where this is looking?Code:FFSnapShot(1593 * $x_ratio, 62 * $y_ratio, 1880 * $x_ratio, 350 * $y_ratio, 0)
If i had to guess, i would say its the minimap, looking for any orange color to pop up (cellar icon). Is this just searching the entire minimap area?
AlsoCan you give me a rough estimate on what you are excluding? The above almost looks like it could be coords for the minimap section.Code:FFAddExcludedArea(1824 * $x_ratio, 80 * $y_ratio, 1912 * $x_ratio, 353 * $y_ratio)
Hey, I'm looking for the code your talking about.. Only thing I see in there is this...
The problem I have is that it doesn't recognize the Launcher nor press play...Code:Func GameAutostart() If ProcessExists($gameExecutable) = 0 Then ;GUICtrlSetData($lblStatus, "Status: Starting Game Client") Run($gameDiabloIIILoc & $gameExecutable & " -launch") Sleep($gameStartTime) WinActivate("Diablo III") Sleep(500) Send($gamePassword) Sleep(500) Send("{ENTER}") Sleep($gameStartTime) $size = WinGetClientSize("[CLASS:D3 Main Window Class]")
Where would I input 9000ms?
I'm not running it with vmware. Just on my normal desktop...
Thanks, for the responses guys.. This is one of the only problems I have with an otherwise flawless script.
Script (Vers D) seems to be working great. thnx @sylph027
Watched it run for about 8 runs to make sure selling/salvaging went correctly. Had one run where things hit me to ~45% on the way into the Cellar.
When I jumped into the sarkoth pack, popped abilities and then got killed by dudes. Script kept trying to loot the stuff while I was dead, until loot names disappeared, then it just sat there.
There any way to incorporate another script and have this script check your health and pop a potion (if below 75% health) before you engage (leap for barb) into the Sarkoth fight?
And then additionally, pick up mythic health pots w/ other loot (maybe on a 1:1 use to pick up ratio)
I'm not very good at coding but I'm assuming it would require:
1. (depending on how you can get the #'s) determining what % your life is at
2. drinking a health pot if below 75%, increase UsedPotCounter() by 1
3. loot mythic healing pots until UsedPotCounter() = 0 during the loot p/u phase.
4. Profit
IDK if that's something that's already available or easily doable... Thnx for info to either.