for anyone who's having trouble with the bot not picking up anything at all, you have to compile it. I thought this was optional at first, but i fixed my problems.
delted.......
Last edited by meta23; 06-11-2012 at 12:37 AM.
First of all, I would like to say thanks to everyone who helped to get the script as it is now.
Everything's finally running fine on my end and picks up loots such as gems, rares and everything else that I put in the image directory (Running Win 7 64bit btw).
I got the array problem before but the x64 dll and updated imagesearch script seem to have fixed the issue.
Anyway feel free to try these 2 pngs, just so I could at least contribute something :P
They are for "Ransacking" items which have MF properties and could easily sell for at least 50k in the AH.
The other is for "Prosperous" items which have GF properties that could also sell for the same amount.
They are only magical items so they have more chance of dropping than a set/legendary item
![]()
i getting this problem after compile. line 378. error: array variable has incorrect number of subscrits or subscript dimension range eceeded
Working great on win 7 64. Have to follow directions precisely and use "Run Script(x64)" from the right click menu. (did not compile)
I added the below code to lines 155 to 157 to fix this issue:Yes it picks up items but when there are more than 1 then it stops picking up... and gems are pickedup before rares.
Simply makes the names stay on screen until its done looting, they will disappear in the middle of looting without it, causing you to only loot 1 item.Code:Send("{ALTDOWN}") Call("CheckLoot") Send("{ALTUP}")
Last edited by cyberpunk203; 06-11-2012 at 12:43 AM.
Alright, I can't get it to pick up anyloot. Compiled script. Put the ImageSearch in the Included folder. Put all the .dll in the \windows and the msvcr in system32. Changed the tolerances and still, can't get it to work. Any help?
Updated script 14a with 19 items (added from above 2 magic items) and optimized pickup order. Set the variable itemcount to 19.
Edit:$pick[0] = "legendaryA.png|20"
$pick[1] = "legendaryE.png|20"
$pick[2] = "legendaryI.png|10"
$pick[3] = "legendaryO.png|20"
$pick[4] = "legendaryU.png|20"
$pick[5] = "setA.png|30"
$pick[6] = "setE.png|30"
$pick[7] = "setU.png|30"
$pick[8] = "setO.png|30"
$pick[9] = "setI.png|30"
$pick[10] = "rareA.png|20"
$pick[11] = "rareE.png|20"
$pick[12] = "rareI.png|20"
$pick[13] = "rareO.png|20"
$pick[14] = "rareU.png|20"
$pick[15] = "ros.png|30"
$pick[16] = "ans.png|30"
$pick[17] = "uare.png|40"
$pick[18] = "tome.png|30"
Testing but have probs with gem & tome update when i put them on the bottom ...
Edit 2:
Works when i set toggle item loot names to On (from the options menu). Enable it with the ALT key once ingame.
Last edited by meta23; 06-11-2012 at 01:14 AM.
@notAres: can you please make the script press ALT before the lootcheck? often im missing rare items, because the ALT is already gone, when the bot will pick it up! if i press ALT myself he recognizes it and pick it up!
thanks notares. you should post your paypal incase people want to donate. just saying :x
Thanks so far! working great now, had it on at the night and looted a set piece and like 50 gems and some rares. The only thing that is missing is the gem pickup, sometimes it just walk by them and TPs home.
Ok it works now with my updated script (with the 2 above additions of magic find items) You must set toggle items to show (on) and click once ALT key ingame.