Last edited by akita420; 06-29-2012 at 12:21 PM. Reason: Added quote
Okay, need some help here. Any1 know if it's possible to salvage all magics instead of selling them? Would be awesome since I'm in need of crafting materials. And I'd love to know if you can use stash slot nr 2 and 3.
Anyone else got the problem of the bot working fine, picking up everything nicely, but stashing ilvl 63 magic items and selling rare items to NPC while it's set to sell all magics and stash rares? Even when ID is set to false in both the script and the ini file, it still identifies all items.
what I did was just delete the INI file and edited the script. Then I run the script which makes an INI file and everything's set.
Thanks for the tutorial!
I'm having an issue where the bot would move correctly, but will refuse to identify that the cellar is open. The mouse will go over the cellar entrance, but it still won't recognize that it's open. =(
Not that easy, sometimes it just goes in, sometimes notWith the same speed
![]()
Making it store into another tab is really easy just adjust the value's in the script.
you need to change the 360Code:Func StashLoot() GUICtrlSetData($lblStatus, "Status: Putting Items in Stash") MouseClick("left", 1064 * $x_ratio, 256 * $y_ratio) Moving(1600) ;Tomes While $StashTomes == True Sleep(Random(100, 300)) If _ImageSearchArea($pngLoc & "TomeIcon.png", 1, 1400 * $x_ratio, 580 * $y_ratio, 1914 * $x_ratio, 888 * $y_ratio, $gX, $gY, 140) Then GUICtrlSetData($lblStatus, "Status: Stashing Tomes") MouseClick("left", 500 * $x_ratio, 360 * $y_ratio, 1, 4) MouseClick("right", $gX, $gY, 1, 4) Sleep(80) MouseClick("left", 500 * $x_ratio, 200 * $y_ratio, 1, 4) Else ExitLoop EndIf WEnd If $StashLegendary == True Then StashItems(0xFF7F00, 0) StashItems(0x8F5C25, 1) EndIf If $StashRare == True Then StashItems(0x4A3C0B, 1) EndIf If $StashMagic == True Then StashItems(0x182037, 1) EndIf ;Gems (DOESN'T STASH BOTTOM ROW!) If $StashGems == True Then GUICtrlSetData($lblStatus, "Status: Stashing Gems") MouseClick("left", 500 * $x_ratio, 200 * $y_ratio, 1, 4) Sleep(Random(20, 100)) For $i = 0 To 7 If _ImageSearchArea($pngLoc & $gems[$i], 1, 1400 * $x_ratio, 580 * $y_ratio, 1914 * $x_ratio, 820 * $y_ratio, $gX, $gY, 140) Then MouseClick("right", $gX, $gY, 1, 3) EndIf Next EndIf Sleep(Random(1000, 1500)) Send("{SPACE}") EndFunc ;==>StashLoot
Tab 1 is 200
Tab 2 is 360
So Tab 3 should be 520
I´ve never tried to make it store items in tab 3 i just changed it so it stored the tomes in tab 1.
So if you want to change items stored AFTER tomes are stored you will need to change the 200 instead of the 360.
Also you could probably make it so legendary/set items will be stored on tab 2/3 and rares on tab 1 but you will have to test with that.
If you want it to use another Tab if the first Tab is full it's going to be way more difficult I guess.
Last edited by kevink88; 06-29-2012 at 04:23 PM.
Sadly I dint see anything obviouse errors. But lets just tell me what is differnt from my settings. and ps... U must have missread what I Wrote or I Was to tired when I wrote.... but what I ment to say was.... DO NOT TAKE MY IMAGES, BECAUSE THEY WONT WORK FOR YOU !!!! Use your own....
Just saw a few things I dint realize why u had them. Like why you have images of the gems... that is not needed, to have an image of "Exit game" also not needed, unidentified = not needed... u hade alot of images there that was not needed.
Change settings to ur Windows / folders options so you can see the entire names of files Mainmenu vs Mainmenu.png
So you are 100% sure you have not saved the images as JPG, GIF, TIF... or some of the other 1000 possebillites there are for images.
If you dont know how... google it untill u get blue. After that get back and continue to next step.
Then... make a new folder inside ur "hehe" folder and call it "images" or pics or whatever u prefer. and edit the INI file. so it saz C:\hehe\images\ after that move the following images inside the folder.
DankCellar.png, MainMenu.png, NewTristram.png, OldRuins.png ............... and no other images.
Those are all the images u should need to get the script to move and find it ways to the cellar and to kill the boss.
Sure u need more images to get the loot working, but that is not prio1 atm. 1st make sure the bot works before u are thinking about loot..
You have ur skills same as in the INI File - Right ?
You have +25% Run speed ?
I dont have any more ideas atm or can see what u could have done wrong.
Last edited by LokiMadness; 06-29-2012 at 04:38 PM.
Edit: Possible bug fix.
Last edited by Ailurophile; 06-29-2012 at 07:59 PM.
Gamer at heart, artist in soul.
I'm stuck, it says something about Line 52.
Error: Missing separator character after keyword. I've edited the script with the folder where my .png's are (C:\c\) and the script still says this. Any fix?