So I began to test this very nice bot and I got a problem :
it seems that haListSelect(1) doesnot always work : testing it when always many items are found, sometimes it returns the first item at first iteration, sometimes nothing until Nth iterations.
I dont understand at all.
Can someone help ?
Re
while true do
haFilterBuyout(1000000, true)
if haSearch() and haListSelect(1) then
-- haBuyout()
local item = haItem()
haAlert("j'achete" .. item.name)
break
end
end
Last edited by znafou; 09-25-2012 at 05:02 PM.
I found out :
it's because the haSetGlobalDelay() : if you set it to a to big value (like 200) haListSelect does not work properly anymore...
I fixed my problem setting it to 0
weird.
Can pls someone help me to set it up? And is one German here for helping me?Does this Bot support eu german ?
A few Question but pls help :P
if you want to translate between combo and tooltip stat text just use a hash table in lua for the important stats. otherwise its way too much effort to add these translations to HA directly and for every language. especially when blizzard updates these... the only translations i do are for sockets to determine rank. this is the only purpose for those Locale txt files (for now! maybe other stuff later).
its supported... just make sure your editor is in UTF8 (not ansi) mode. this will let you use RU strings. for example:
haFilterUnique("Лик Андариэль", 2)
ill add french support next update. for now you can use either eu or us english.
k ill check it out... i rarely test/use delay over 0 since i test with short term bots
german support is next update. but it should work now except for haItem().sockets which i need to translate.
Okay thank youBut got new questions can i use the bot with eu english ? And how i set up that bot? And when comes the new update? And thank you for your fast answer
![]()
Hello !
I have noticed that haListIterate does not work properly : some items are not parsed. To be sure not to have made mistakes in lua coding, I used the BestMojo script and added haLog(haItem().name .. "\n") in the loop. => all the items are not in the log ! Sometimes it jumps over one or two or more items.
Can someone be of any help about this ?
Regards.
I SOLVED MY PROBLEM :
I changed the diablo version : from GB to US and changed my locale on my computer to US and nearly everything is OK now... Nearly because when I use haALert to display one item, next item of the iteration is missed, but it does not matter for what I'm doing.
Last edited by znafou; 09-26-2012 at 11:06 AM.
Hi, and thanks for a great script!
A quick question if anyone can assist. I would like to have the script go through a list of returned items and look for a specific string and if it hits it, do buyout. I'm not sure how to use the haItemStat('text') and return a positive for the buyout to happen.
I edited the default buyout script to something like this (i get a "expected then near '=' (at haItemStat line) error)
while true do
haFilterBuyout(buyout, true)
haSearch()
while haListIterate() do
if
haItemStat('Imba Stat') = true then
haBuyout()
end
end
Any help much appreciated, thanks!![]()
Hi, everybody.
Dear, lay out please archive for Russian D3.
Hellow chuichu. I have try you bot, But why there is a delay 1-2 sekon after bot found the item before buy it.
can it set to fast buy after found a item?
Last edited by mrobb2; 09-27-2012 at 02:50 AM.
I really tested all out ...![]()
i dont know how to setup this Botneed support for that ... if somebody can explain it to me
Best is when it was a german![]()
can someone PM me some filter to proffit aproxx 10mill per day, all working, all understand but now I thing my filters really sucksalso I can pay for good filters&info
write in eng or rus![]()
Its proberbly not the filter, alot of people have left to play WoW mists of pandaria, Toch light and Guild Wars, so give it time, its a really bad time to bot diablo atm, go look at xfire statistics, not that many people playing.
But it will change once they grow tired of those games and Blizz releases a few patches for D3
should there be a difference in language between GB and US? and you can test if items are being read properly by running LogResults and confirm you see 500 items read at the end of log.
should be way faster than that. check if the bot youre using has delays in it (haSleep).
== not =
gw2 here. and i havent played d3 since i beat inferno (like 2 months ago).... only thing fun about the game was writing this bot![]()
Last edited by ChuiChu; 09-27-2012 at 04:16 PM.