how do u make the bot to search for what u need? like how much DPS or str or dex or int or vit u want to search??
Oakley Sunglasses
![]()
how do u make the bot to search for what u need? like how much DPS or str or dex or int or vit u want to search??
Oakley Sunglasses
![]()
Can you tell me one thing, please? Do blizz follow items or gold from AH bots?
If you use this bot you will be banned. That's what we can tell you.
Last edited by Exclide; 08-26-2013 at 05:56 AM.
Thanks. I don't doubt about bot accounts, but really worried about 'mule' ones. Anyone else confirms they're getting banned? And what would be a good way to protect them? Sell gold immediatly to 3rd party? But that would mean they too could get hit and you lose reputation and a buyer.
What if I just drop items on the ground and pick them on my trade account? Should that be harder to track? What if I simply trade with gold? Like I buy a good item for 10m and then just sell it to my trade account for 15m. Seems legit.
Last edited by Exclide; 08-26-2013 at 11:36 AM.
Haha. This is something I expected to hear. Funny, considering you're using a program, that is made by someone else. You're making me want to post my 2k lines script and make a youtube video promoting it everywhere.
It's something I'll figure out sooner or later anyways. It's just that little info that could save me an account or two.
Well, go on and post your script, this will only hurt you as wellSome people have 10k lines script, some have more. If you want some information on the bot, we can provide you with general info and you could look into the history of the topic - many things have been previously discussed.
But everything else you must figure out for yourself. If not - no one here is going to cut out of his own profit sharing. That's just about it.
PS: And we all love Chui for what he does and have proposed to open a donation option many times.
Cheers.
Well I'm not asking any questions that should affect your profits. No scripts, no items to search, I just want to know how do I prevent my mule from getting banned.
No way. As was mentioned above they did it randomly. One thing that was really helpfull is splitting gold and items between 2 or more mules. My mules never was banned but I know few guys that got hit hard few times and we were not able to find the difference between our mules. It was just about good/bad luck.
Well, thanks on that one.
Having a hard time selling mid-high priced items, btw, even though I undercut by a lot. I feel like announcing the addon when it's still like half an year away was a big mistake. They pretty much killed the game until then, really foolish move.
The economy is getting worse indeed, we all have these problems :/ The good news is that the expo is going to rejuvenate the game![]()
.............
Last edited by ChuiChu; 08-27-2013 at 02:32 AM.
k 52 posted... but i couldnt get the relogin stuff reproduced. this is what i tried for about 20 min.... it sets login according to each instance, logs in, does something, then relogs at the same time.
Code:-- Core require('Core.Api') require('Core.Events') require('Core.Old') -- login if xGetInstance() == 1 then xSetLogin('[email protected]','111','eu') elseif xGetInstance() == 2 then xSetLogin('[email protected]','111','kr') end xLogin() -- do stuff LogHistory() -- relog at same time local interval = 20000 xSleep(interval - (xGetUptime() % interval)) xLogout() xReset()