haFilterStat(4, 'Critical Hit Chance Increased by', 3)
I get nothing filled in for the 4th stat. Any ideas?
haFilterStat(4, 'Critical Hit Chance Increased by', 3)
I get nothing filled in for the 4th stat. Any ideas?
is it intended that it works 3x slower in 9.26? even with haSetGlobalDelay(0) it's 3-5x slower then before...
and something another is bugged... of couse i skip new input method starting script when diablo not in focus. then i click diablo window and script stops. i switch windows several times and script continues... i think this new shitty input method bugged as hell even if i start script when diablo not in focus...
Last edited by ztnko; 10-18-2012 at 09:46 AM.
there should be no difference in performance. however D3 settings were reset with 1.0.5 patch including the background FPS limiter being set to 15 which would affect background performance.
you shouldnt be interacting with d3 window while script is running. it will screw things up. its always been this way.
Everything works the same as before update. ChuiChu you are the best!!!![]()
- now uses a direct method to emulate input IF D3 window is in focus. this will increase reliability. the input method is chosen when a script is started. to run in background do not focus D3 window when starting script (click on desktop or some other window).
sometimes i have to reboot the program in order for it to work. Sometimes minimizes my windows. But yea Made 2 billion gold off your program so would be nice to donate
edit: its only when i turn it off with ctrl + fkey then turn it back on that when it goes into loop it starts focusing the d3 window always.
Last edited by slained; 10-19-2012 at 12:28 AM.
http://puu.sh/1gptz
how it's deside that it's ruru? it's surely EU/US account with english language chosen...
I want to search for certain items Unique and buyout
any help from you guys to code that?
Hi,
When I run the bot in VM machine, every time it gets kicked due to input error, it requests a verification/secret question. The account gets locked on each relog and this is just on the VM. And on each relog, even manual one it does the same thing. Anyone having this problem and has a solution for it?
Last edited by Sehae; 10-19-2012 at 03:29 PM.
Actually there is something strange - every time when placing the lot on rmah this requires confirmation code. They are watching you![]()
haFilterBuyout(1000000)
haFilterPrimary('Armor')
haFilterRarity('Legendary')
haFilterLevel(60, -1)
if haSearch() then
-- for each search item in search list
while haListIterate() do
-- get item information
local item = haItem()
if item.name == 'IMMORTAL KING\'S SOUL CAGE' then
haBuyout()
end
end
end
haFilterStatClear()
anyone having problem w/ bot resuming wrong filters?
serious bug/problem - haSell function stops script when reaches 10 auction limit.
http://puu.sh/1gGt1
Last edited by ztnko; 10-20-2012 at 01:09 AM.