Ofc yeah, thanks! bit rusty
Still, it doesn't return a positive on the read of item tooltip. It's like it won't recognize the unusual stat so to speak. Let me give an example: I'm searching on Mara's in this case for a specific skill increase, when it finds that item, it should be bought if my other filters match. I've tried alot of different versions, but still can't figure it. Using a haAlert to try get some output returned, but it's either 0 or nothing at all. I want an exact match of the string i specify, no need for skillvalues returned as it's already in the string. Is it possible at all, or what am I doing wrong? :confused:
if
haItemStat('Increases Deadly Reach Damage by 10% (Monk Only)') == true then
haBuyout()
end
try 'Increases Deadly Reach Damage' instead. i remove the number part otherwise it wouldnt be very useful.
Hi,
Can someone explain to me why when I setup a filter manually every time the bot rejoins instead of putting in the armor slots what I set previously, it puts 1hand Weapon - All. Is there a way to fix that, or I should write a script for the specific search ? And, If i have to - how to make it loop without having it to select each time the values before it hits Search. A total LUA newb here, any help would be appreciated.
Cheers
PS: Never mind, wrote a script for the specific item![]()
Last edited by Sehae; 10-01-2012 at 01:31 PM.
while true do
haFilterStat(1,'magic find', 50)
haFilterType('amulet')
haFilterBuyout(5000, true)
if haSearch() then
haListSelect(1)
haBuyout()
end
haFilterStat(1,'gold find', 50)
haFilterType('ring')
haFilterBuyout(6000, true)
if haSearch() then
haListSelect(1)
haBuyout()
end
end
haFilterStat(1,'dexterity', 150)
haFilterStat(2,'Critical Hit Chance', 6)
haFilterType('bracers')
haFilterBuyout(6000, true)
if haSearch() then
haListSelect(1)
if haItemStat('dexterity').value1>desired then
haBuyout()
end
end
end
Good day guys why does 3rd scrip dont work ?
and how would look like 4th scrit thank you i always get error with "end "
There seems to be a little bug in 0.9.25, but I haven't been able to collect concrete data on it.
For now this is the behaviour.
Situation:
- a script with haFilters is running.
- diablo is in full screen mode.
- diablo in background.
The Bug:
- When you switch to diablo by clicking on the diablo taskbar icon
- And by coincidence the script is applying the haFilters
Then one or several filters are not applied. Causing the script to possibly buy out items of search criteria missing a filter (e.g. an Amulet without Crit Chance filter for a high buyout).
When it doesn't happen:
- Pausing the script before switching to diablo (duh)
- Alt - Tabbing to diablo
- Windows - Tabbing to diablo
So far great piece of software. Specially once running its very reliable.
Looking forward for the storage selling example script.
ChuiChu, thanks, good program =)
little bug: method "item.aps" nor working propertly. Always return 1
does this work with RU client
yup... recently added RU and CN support
is this safe to use? anyone got banned using this?
Pretty sure there is a ban wave or something happening....I just had 3 accounts banned that were running this bot and 4 friends of mine had accounts banned too running this bot. I also had 2 accounts running blizzkrieg and those were banned as well....maybe it was extremely bad luck but I'm going to hold off on botting for a little bit