What network adapter are you guys using with VMware?
What network adapter are you guys using with VMware?
The MouseClick action in the script is using the "middle" button to move, not the left. You can either edit the script to say left or edit your options to bind move to middle in addition to left. I banged my head for 2 hours trying to figure out how the hell it could click RESUME but not click to move.
WTF I lowered 12GB ram to 8GB for VM and I have left 16GB DD3 RAM on my main drive and my main drive already ate 13GB and 3GB left and its going, anybody knows any solutions?
Last edited by fukker; 06-21-2012 at 07:23 PM.
Yea I tried doing that before, but didn't fix the issue for me. I've tried messing around with the number in the "Do a little dance" section of the script to see if that was what was causing my char to always go to the back wall and upper right, but that didn't help either. Set my pickup radius to everything from 0 to 25 to 15 to 10, and he still does the same exact run to the back. Any other ideas?
so i almost got this running. Only issue now is that when I'm in fullscreen windowed at 1280x720 i dont see the full screen... For some reason the edges of the screen including a large chunk of inventory space are not showing up. I imagine this will cause issues when stashing/selling etc. Is there a way to run this in fullscreen, or am i just screwed at this point?
Are you sure about this, because i was watching my character pick up a legendary and not put it in my stash, walk to the merchant to sell it, i could stop the script just in time.
I think there is an issue with it not stashing legendaries, maybe the coloring has changed in the update. But i've been running for 24h now and haven't gotten 1 legendary (except for the one i've saved)
I mean, i still get loads of gold and gems, so you don't hear me complaining, but it would be nice to get the legendaries and on that note, it would be cool to save the blue il63 items.
grt,
blaat2
Thats what my attack sequence looks like. It just removes all the extra bloated options and just walks to the door, shoots lightning ball for 7-10 seconds (random), walks in and loots.Code:If CheckFor("DankCellar", 1560*$x_ratio, 0*$y_ratio, 1920*$x_ratio, 40*$y_ratio, 5) Then $cellarCount += 1 UpdateTooltip() RandClick("middle", Round(120*$x_ratio), Round(1020*$y_ratio), 10*$x_ratio, 10*$y_ratio) ;moves to doorway leading to rare inside cellar Moving(2750) RandMove(Round(450*$x_ratio),Round(70*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;hovers over the rare Sarkoth Sleep(10) Send("{SHIFTDOWN}") MouseDown("right") ;ATTACK Send($skillCompanion) Sleep(Random(7000, 10000)) MouseUp("right") Sleep (100) Send("{SHIFTUP}") Sleep(500) RandClick("middle", Round(530*$x_ratio), Round(190*$y_ratio)) ;location of sarkoth after death Moving(2750) Call("Loot") $mLootIn -= 1 RandSleep(5, 10, 20) Call("TownPortal") Else If $ActualState == "MainMenu" OR $ActualState == "NewTristram" Then $ExpectedState = $ActualState ElseIf Not Call("CheckDead") Then Call("TownPortal") EndIf EndIf
Adjust your sleep time for Sleep(Random(7000, 10000)) to whatever your minimum required time to clear the room is, then add a few seconds for a more random killing time rather than the 8.5 seconds Shim uses currently.
Not totally sure there. I'm running mine with a 4 processor / 2core each (in the cpu setup section). Also giving it 4gb of ram. Seems to be running pretty good now.
Wish i could get it to launch the diablo install I have on my SSD, for some reason it doesnt want to run diablo through a shared directory. So I'm stuck using the game installed on a spinning disc within the VMs partition.
Are you allowing the script to identify items for you? (thats pretty risky in itself for afk botting, since you can lose your real gear if things go wrong). If you dont allow the bot to ID items, then it would become impossible for the item to be sold (you cant sell unidentified items).
Otherwise ya, there might be a problem with the coloring.
well I got it to make 1 successful cellar run after getting my whole screen showing... After that it kept running straight for the cellar instead of around the stone wall. and now It won't even restart because it says it cannot find the mainmenu.png at all even tho i have triple checked its location and file path. Was so happy it was working =P, now im all =( again.
edit: and now its back to not recognizable, so i guess ill try making custom images again...
edit again: ok seems making the image again worked, now to remake the rest of them again. I just hope i don't have to remake them every day.
Last edited by ParanoidAndroid; 06-21-2012 at 08:09 PM.
What do you mean by "well I got it to make 1 successful cellar run after getting my whole screen showing..."
To me this sounds like you switched from windowed fullscreen to windowed, which would change the size of everything thus causing your images to never be found.
Running into the wall is a seperate issue. After the cellar is found, the script calls for a random click (near the cellar), and its simply missing the cellar on the random click, thus instead of auto pathing into the cellar (which happens when you click on the cellar), you are pathing to where you clicked (not the cellar).
anyone have suggestion why my guy hovers over the cellar and doesn't click on it?
It continues on as if it wasn't there ;/