ya thats always been there... ill make it return fail if theres an error next update.
ya thats always been there... ill make it return fail if theres an error next update.
what means always been there? in prev versions i chech after sell attempt that it return's error and continue my script without any trouble. even if i don't chech error - in prev versions script try selling all items in stash and then continues. now it stops after reaching 10 auctions limit.
Last edited by ztnko; 10-20-2012 at 03:37 AM.
oops my bad... i did put the error check in there after alljust that clearing said error doesnt work for latest patch. anyway ill try to update within a few days.
thank you!
Hi,
Does anyone know on what depends how fast you get the buyout and to improve it - on global delay 0, I get outsniped very very often, running the game on 800x600 for max performance? Anyone has any ideas?
<== pressing f5 every 5min in this topic for haSell fix...![]()
Im looking at the commands and I dont understand how can I use them to do it so.. Im asking your help :confused:.
lets say this is the search part in GemMiner
I dont want it to go all the way to page 46 I want to limit it to 10 or 5Code:if haSearch() then -- for every item while haListNext() do local total_value = 0 local item = haItem() -- calculate total gem value for j, socket in pairs(item.sockets) do if socket.rank > 0 then local prices = GEM_PRICES[socket.gem] if prices ~= nil then total_value = total_value + prices[socket.rank] end end end
probably got somthing to do with this
Code:- haListIterate() -> status Iterates through the entire search results list selecting every item until it reaches the last item of the last page. example: -- will buyout every item found while haListIterate() do haBuyout() end - status: true if successful - haListAt() -> [row, page] Returns current list position - row: current list row. - page: current list page.
find another bug - when disconnect and then ip of computer changes and account blocks - script open explorer window with password recovery every several second.
10 min is enough to fully freeze computer because of thousands browser windows![]()
Last edited by ztnko; 10-22-2012 at 04:09 AM.
lol wut?
anyway ill fix the few things tonight (in several hours)... ill start adding features again starting next monday when my dayjob stuff done.
make sure your foreground/background graphics setting options are unchecked. and vync unchecked too. make sure you have no haSleeps either.
otherwise im going to make a few ajdustments in week to make things slightly faster... it be like 5 loops/sec at 60fps now (using SnipeBuyout bot as example).
you can just keep a counter of how far you want to go and call haListIterate that many times. so if you want 3 pages (11 items each) then loop 33 times.
Last edited by ChuiChu; 10-22-2012 at 02:29 AM.
Has anyone used both this and Blizzkrieg ah bot? What are the major differences and which do you prefer?![]()
Question for everyone, here.
How long is your haSleep?
I set it as (1000, 3500) in order to avoid input limit errors.
I unchecked FPS, and tried using 800*600 and all. Can't get any below that.
Anyone has any idea on how to reduce the wait time?
it's also bugged... it always return false status even if haSell successful... so it's impossible to use it now... in 9.26 the success status was correct but it don't close popup window and script stops... now script continues but status always false...- fixed haSell to fail+close popup if reached 10 auction limit.
Hey guys,
i'd like to check Stone of Jordan with this Bot to get good deals.
How can i make him check for special stats on the ring ?