I have a simple question. Im runnin this but when I return to my comp it is sometimes on "pause" screen, (you know that windows logo flying around). Does this mean the bot is paused/idling? Or is it runnin
it should be (running)
Last edited by ChuiChu; 08-26-2012 at 11:45 PM.
I see multiple d3 clients support now but i can't understand how to use it in practice. Can you give some simple example with 2 clients?
multiclient setup...
inital setup:
1. run HA first time to generate bin/settings.cfg
2. edit settings.cfg with an additional hotkey for the 2nd client
3. restart HA (right click icon/exit) so it uses updated settings
usual operation:
1. have 2 or more d3 clients running and at auction house
2. hit the configured hotkeys like you originally would a single one. it will run independtly for each d3 instance.
3. the taskbar icon should have a "2" on it indicating two sessions running, 3 if three... up to 4+ for more than 4.
4. use haGetInstance() to tell one client from another in script. example: if haGetInstance() == 1 then runbotA else runbotB end
Last edited by ChuiChu; 08-27-2012 at 05:53 AM.
1st loaded diablo client always takes instance == 1?
right now im not sure. im just asking windows/win32 to give me a list of all windows and i grab the first one thats d3... then for next hotkey i grab the next one thats d3 but not the first one.
wether this is in order of windows launched idk... but ill review this for next update (probably a timestamp somewhere).
I checked the bot out and it's quite interesting.
My question is this: Is it possible to have random delays when using the SnipeBuyout? I saw how I can configure the delay but it's a flat 600/1000/etc. msec delay. Is it possible to configure a random delay, for example a 300-1500 msec delay
Forgive me if this is a silly question, I'm not very savvy when it comes to programming![]()
ChuiChu u are the best, i win 56m in 1 day i love u![]()
so i started this and in ah i searched for good items. but in ah i cant search for items like more than 1000 dps. how can this bot do this
1. run HA first time to generate bin/settings.cfg AUTO generate bin/settings.cfg
i cant find it ..
1. run HA first time to generate bin/settings.cfg AUTO generate bin/settings.cfg
i cant find it ..
PS: where are u from ?
pls help it starts i can search in ah it loops. but how to start serarching for dps??? pls help
setup snipeDPS.lua you're gonna have to learn lua though.
@chui left on last night again. I don't know if its because my computer lagged but it occasionally missed stat i was searching for, i lost 14 mill on items without stats
I'm gonna write another if statement to check on stats before it gets into the buy loop for now.
Hi,
Is it possible to:
-View the current account's gold (i.e. compare player's gold to item.buyout -> don't attempt to buyout if not enough gold)
-Interact with unique item autocomplete (i.e. bot types in 'Windforce' -> select 'Windforce' from list. Currently it will select 'Windforce [Legacy]' as that is first.)
Thanks