[AH Bot] HappyAuction menu

User Tag List

Page 102 of 149 FirstFirst ... 2529899100101102103104105106 ... LastLast
Results 1,516 to 1,530 of 2227
  1. #1516
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    119
    Join Date
    Oct 2008
    Posts
    322
    Thanks G/R
    11/64
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Rawtekk View Post
    1. how to avoid input lag? im using haSleep(500, 1200) and after 1min or less items popup only once in three seconds...
    What server are you on? haven't them removed input lag and reintroduced input limit?
    btw there are no way, everyone chose a method suitable for them.

    Originally Posted by Rawtekk View Post
    2. how can i scan only 5 items?
    something like:

    function scan()
    haListSelect(1)
    haListSelect(2)
    haListSelect(3)
    haListSelect(4)
    haListSelect(5)
    end

    while true do
    if haSearch() then
    while scan() do

    its working but not buying...
    Code:
    function scan()
    	haListSelect(1)
            item = haItem()
            you do something here.......maybe.......
    	haListSelect(2)
    ..........

    [AH Bot] HappyAuction
  2. #1517
    Rawtekk's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chui can you make something like this:

    haListIterate(5) - scan only 5
    haListIterate(100) - scan 100 etc.

  3. #1518
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    119
    Join Date
    Oct 2008
    Posts
    322
    Thanks G/R
    11/64
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Rawtekk View Post
    Chui can you make something like this:

    haListIterate(5) - scan only 5
    haListIterate(100) - scan 100 etc.
    Man!

    local counter = 0
    while haListIterate()
    counter = counter +1
    if counter > 100 then break end
    bla bla bla
    end


    Let Chui Focus on the real things!

  4. #1519
    Sehae's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This thread is not for teaching programming to people who don't know how to write a simple script, even when they have everything done and explained in the readme. I hope we discuss things here that concern people who actually use this, not ones who want someone else to write a code for them.

    In this matter - has anyone tried any tunneling third party programs or registry editors to improve the connection and reduce the lag to the servers?

  5. #1520
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    119
    Join Date
    Oct 2008
    Posts
    322
    Thanks G/R
    11/64
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Sehae View Post
    This thread is not for teaching programming to people who don't know how to write a simple script, even when they have everything done and explained in the readme. I hope we discuss things here that concern people who actually use this, not ones who want someone else to write a code for them.

    In this matter - has anyone tried any tunneling third party programs or registry editors to improve the connection and reduce the lag to the servers?
    Nice Question...and more fantascientifico, but becoming reality very fast, have anyone try/found a good/cheap VPN, maybe in the same city blizzard country relative servers are where i can rent a 2 core 4Gb ram 50Gb disk with enough graphic power to run a Diablo 3 session for 20/30 euros/month?

  6. #1521
    Gardettos's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Test script. I just wanted to figure out HA more for logging

    #8034387 - Pastie

    Nothing that great but maybe help some get an idea. I had a hell of a time just finding an example to work with

  7. #1522
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    119
    Join Date
    Oct 2008
    Posts
    322
    Thanks G/R
    11/64
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    Gardettos, pls pls, remove all those example if possible, what we don't need now, is more free competition, what you are posting, beside a good example, is a simple way to divide your income by 10, if you are lucky.

    What i believe, is, i'm here to give all the coding help you want, but please keep your pattern for yourself, there must be still some value in brainpower......

    But i'm noone to pretend, so do what you believe is right.

    Alcor75

  8. #1523
    RodeoRaider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Chuichu,

    The D3 client crash is still happening for me. And I finally realized that my D3 client crashed when it was trying to re-log, it crashed after it entered the email and password and before the login sequence is completed. I have seen this several times but I am not sure this is the case for everyone who is also having the client crash problem.

    Best,

  9. #1524
    MerchantAB's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone walk me through how to set up this bot. My skype is PhillipDinhAB.. Will pay money for help

  10. #1525
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG, stop this noob wave.

    Originally Posted by Sehae View Post
    This thread is not for teaching programming to people who don't know how to write a simple script, even when they have everything done and explained in the readme. I hope we discuss things here that concern people who actually use this, not ones who want someone else to write a code for them.
    ^^ READ THIS.

  11. #1526
    Sehae's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @alcor. Dedicated servers with gfx capable of doing the job start from 200 euros/month.

  12. #1527
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    119
    Join Date
    Oct 2008
    Posts
    322
    Thanks G/R
    11/64
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Sehae View Post
    @alcor. Dedicated servers with gfx capable of doing the job start from 200 euros/month.
    Tnx for answering, are you able to give me an example of what i should search for, in term of hardware, in a cloud computer, to perform...let say like a AMD 3 core 3.4Ghz 8 Gb ram with a decent video card, let say a radeon hd series 6000 or maybe a 4000 would do the work..

    I still cant mentally compare cloud computer with a common desktop.. and many company now offert such a service, like Amazon, can you please build a decent exemple for me? if you got spare time... i believe many are interested in this information.

    Tnx again.

    P.S. Chui are you informed in such a matter? want to spread some knowledge? how are stuff coming?

  13. #1528
    BlizzPaysMyBills's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to determine the number of sockets by script only? haitemstat doesn't work (tooltip is there only for empty sockets and it returns 0 anyway) and item.sockets is only for gems inserted into sockets as far as i know. Any way to do it?

    edit: nvm , figured it out
    Last edited by BlizzPaysMyBills; 06-16-2013 at 01:01 AM.

  14. #1529
    badmamba's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlizzPaysMyBills View Post
    How to determine the number of sockets by script only? haitemstat doesn't work (tooltip is there only for empty sockets and it returns 0 anyway) and item.sockets is only for gems inserted into sockets as far as i know. Any way to do it?

    edit: nvm , figured it out
    care to share that info? looking for answer too

    ChuiChu thank you very much for this bot - it's very friendly to use, and well build. respect for you m8 - gun is shooting straight!

  15. #1530
    mulei's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works with the ISboxer? If so what do I much? get Diablo3 is not running
    Last edited by mulei; 06-17-2013 at 10:43 AM.

Similar Threads

  1. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
  2. WoWGlider and GALB Botting Locations
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 04-11-2006, 08:01 PM
  3. Bot for gaining XP
    By JesseG18 in forum World of Warcraft General
    Replies: 1
    Last Post: 03-09-2006, 08:52 PM
  4. World of Warcraft Bot (GetALifeBot) 0.57 working with 1.9.4
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 03-07-2006, 09:43 PM
  5. Best Botting/Grinding Locations
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 02-27-2006, 12:39 AM
All times are GMT -5. The time now is 12:08 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search