i would like to summarize all i know about "Bugged Mode" bug as i named it. When bot enters this mode - it only "simulates" work - 1st time i write about this mode here - http://www.ownedcore.com/forums/diab...ml#post2592241 ([AH Bot] HappyAuction). Now i can add more info about it. for example we can take this simple script that i post here before:
Code:
function zResell()
local zp=0.85
local ii=0
zitems3={
{0,0},
{0,0},
{0,0},
{0,0},
{0,0},
{0,0},
{0,0},
{0,0},
{0,0},
{0,0}
}
while haSellIterate() do
ii=ii+1
local item = haItem()
zitems3[ii][1]=item.hash
zitems3[ii][2]=item.buyout
haSellCancel()
end
haSleep(1100)
while haSendToStash() do end
while haSendToStash() do end
haSetGlobalDelay(100)
local zf = true
for zrow = 1,10 do
if zf == false then break end
for zcol = 1,7 do
if zf == false then break end
haStashSelect(zcol, zrow, 1)
local item = haItem()
for j=1,10 do
if item.hash == zitems3[j][1] then
price = math.floor((zitems3[j][2])*zp)
zf = haSell (price, price)
break
end
end
end
end
end
zResell()
it cancell all auctions and then resell it... now what happens when bot enters this "bug mode" - there are variants
1. the bot stops on 1st haSellCancel() and freze there forever on "auctions" tab.
2. the bot cancell all items good but fully ignore while haSendToStash() do end line (i even write it 2 times in script) - so it cancell all items and not send them to stash and of couse it find nothing then in stash
3. it cancell all ok, it send to shash ok but then it reads wrong tooltips - so it can't recognize items and ignore them
4. all 3 previous is ok but when he click an item and try zf = haSell (price, price) - zf == false don't know why. (i don't speek here about bugged auction house as previous 2 weeks when sometimes we can see "zero error" when trying to sell item)
it's most annoying bug ever. it happens regulary. it happens for all my friends whom i contact. with this script i can surely see that bot enters "bug mode" and take on or off vsync, take on and off fullscreen mode or even restart diablo client. after that manipulations - bot enters normal mode and all working as intended. but the most problem that you only see bugged mode when bod doing such manipulations. we can't see it when bot in "buying items mode" because there is no manipulations at all. i am 100% sure that when bot in bug mode it can't buy items. there are statistically impossible incidences such as bot working in "finding and buying items" mode for 12 hours and don't find even 1 item (it logs every item that it find). then i saw it and restart diablo clinet and bot starting to find 10+ items for hour as always for this script etc... there are tonn of such statistically impossible cases. i am sure i can understand when bot working and don't find items because there are no items and this bugged case. it's very big and annoying problem! i try every day to find that magic video settings that don't enter bug mode and i can't find - i set vsync on and off, i set fps to 20,30,40... i resize window different ways... nothing helps - one day it enters this mode and it's luck if i quickly understand it.
as for statistic - i bot on EU (20 ping), US (150 ping), Asia (500+ ping) - proportions of bug happens 1x(EU)-3x(US)-10x(Asia) - so i think it correlated with ping or delays of interface etc... may be all this info helps ChuiChu to understand the roots of the problem... if there is not enough info about problem - i need to know what info i need to gather?
p.s. if somebody knows that magic combination of video settings - help please! (don't offer full screen mode - it must be only window mode)