22 days no ban wave, Blizz sleeping?![]()
im kinda noob when it comes to this thing. im willing to pay for someone who can help me use this thing. lol msg me :P
I take it this isnt something you can just download and run. I'd assume there is coding/parameters to set to make it work/make a profit?
i kinda get how to set up the bot except making the scripts for the bot of which items to buyout.. haha anyone willing to help me make a script for each item that i want to buyout? even just 1 sample script.. im willing to give few bucks who can give me script or teach me how to make one script..![]()
with it u can make bid?
so for example if an item is 2000 gold , can make a bid to 2 bil?
I wait your replays.. thx!
Last edited by KasSmIR; 05-13-2013 at 08:45 PM.
One of the more badass AH bots around, if I only knew how to script the damn thing!
![]()
anyone can help me with it? cuz.. I don't know this program,...
for example i want to bid all mempo with cc 6% at 2 bil
how 'Time Left' ?
haclick(x,y)
help me thank
ok so finally i was able to make one script running but how do i make the bot loop and search for more items? hoping for a reply. thanks!
i tryed it .. but didn't work..
haFilterStat(4, 'Critical Hit Chance', 6)
-- get user DPS using "Legendary or Set Item" input box
local dps = tonumber(haFilterUnique()) or 1100
-- search and select first item in list
if haSearch() and haListSelect(1) then
local item = haItem()
-- if item dps higher than requested dps buy!
if item.dps >= 1 then
haSleep(1000)
haBid(344)
end
end
haSleep(1000, 3000)
i cant figure out how to make the script search for more items.. can anybody help me make the script search for more items instead of just one? like make it search for chest armor after that rings and amulet etc..
-- get user buyout
local buyout = 1234567
--haFilterBuyout()
if buyout < 0 then
haAlert('Set some filters and a low buyout')
else
while true do
haFilterChar('Barbar')
haSetGlobalDelay(50)
haFilterLevel(60,60)
haFilterBuyout(1234567, true)
haFilterUnique('belt', 1)
haFilterStat(1,'Strength',180)
-- search and select first item in list
if haSearch() and haListSelect(1) then
haBuyout()
--haAlert('Found Item')
else
haSleep(5913,4000)
end
end
end
Last edited by alanrl05; 05-14-2013 at 04:24 AM. Reason: Solved
Hello,
this is a bunch of words.Code:print('this is a code')
This way codes are easiest to be read and words easiest to be misunderstood.
my 2 cents
Nvm i figured it out.. Its not that bad understanding the script after all.. Thanks chui chu your the best!
well i still don't understand it :s who can help me please