[AH Bot] HappyAuction menu

User Tag List

Page 103 of 149 FirstFirst ... 35399100101102103104105106107 ... LastLast
Results 1,531 to 1,545 of 2227
  1. #1531
    ztnko's Avatar Member
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    237
    Thanks G/R
    5/1
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badmamba View Post
    care to share that info? looking for answer too
    #haItem().sockets

    [AH Bot] HappyAuction
  2. #1532
    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,

    I know you are very busy these days but it would be great if the Red gem bug can be fixed . My bot periodically bought junk items with red gem in them for 2b . The log showed that HA thinks that the item's real dps is same as dps when red gem is inserted.

    Best,

  3. #1533
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ill put out a release to include red gem fix soon as i complete the search/equipment of the software rework which i just started. since my work is lax this week (since others are under pressure teehee ) it should be in a few days.

    this will include a new API including more manual control of the search list as requested in the previous page. this will not break the old API/scripts but it will be deprecated
    Last edited by ChuiChu; 06-18-2013 at 03:41 AM.

  4. #1534
    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)
    Does this mean that there will be new functions implemented in the code and we will have to rewrite the scripts for the new system?
    Anyways, the promise that it will be faster sounds more than amazing, can't wait for it!!!

  5. #1535
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by Sehae View Post
    Does this mean that there will be new functions implemented in the code and we will have to rewrite the scripts for the new system?
    Anyways, the promise that it will be faster sounds more than amazing, can't wait for it!!!
    MAN!!!

    Originally Posted by ChuiChu View Post
    this will not break the old API/scripts but it will be deprecated

    ChuiChu, Tnx alot, i'll wait patiently (but burning inside with)

  6. #1536
    nemesis3's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will i need a level 60 to view ilevel 58-63 items? or does this bot bypass that?
    (since level 1 characters can't view level 60 items)

    zero bans? i read like 30-40 pages of this thread.
    Last edited by nemesis3; 06-18-2013 at 07:54 AM.

  7. #1537
    Orbiter87's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RodeoRaider View Post
    Hi Chuichu,

    I know you are very busy these days but it would be great if the Red gem bug can be fixed . My bot periodically bought junk items with red gem in them for 2b . The log showed that HA thinks that the item's real dps is same as dps when red gem is inserted.

    Best,
    Code:
    function getSockets(item)
     sockets = 0
      for socket in pairs(item.sockets) do
       if socket.gem ~= 'Ruby' then
        sockets = sockets + 1
       end
      end
     return sockets
    end
    Excludes any items with a ruby gem while counting the amount of sockets.

  8. #1538
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Guys, if i have more than 1 client, are there a way to have 1 console for each client instead of 1 console that group all the output?

  9. #1539
    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)
    Originally Posted by Orbiter87 View Post
    Code:
    function getSockets(item)
     sockets = 0
      for socket in pairs(item.sockets) do
       if socket.gem ~= 'Ruby' then
        sockets = sockets + 1
       end
      end
     return sockets
    end
    Excludes any items with a ruby gem while counting the amount of sockets.
    Thanks Orbiter87,

    I actually include a small code to disregard the item with ruby in its socket too. But in my experience, in the case of this bug, HA itself thinks that there is no ruby in the socket, hence the wrong real dps calculation. And since HA itself thinks there is no ruby in the socket, my ruby check does not have any effect.

    But I might code wrongly somewhere .

  10. #1540
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys quick poll:

    do you still find the state restore upon relogin useful? i had several requests asking to just start the script over again (a feature added a few versions ago)

    i figure with that bnet change to not boot you on input limit so easily its no longer that important. and its a big mess of somewhat unstable code id like to remove

  11. #1541
    Tompost's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    105
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Can you get banned for using this?

  12. #1542
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by ChuiChu View Post
    hey guys quick poll:

    do you still find the state restore upon relogin useful? i had several requests asking to just start the script over again (a feature added a few versions ago)

    i figure with that bnet change to not boot you on input limit so easily its no longer that important. and its a big mess of somewhat unstable code id like to remove

    Hi Friend, i use that function alot and i hope you don't remove it, but if you decide to remove it, i'll find another way.

    My 2 cents

    Originally Posted by Tompost View Post
    Can you get banned for using this?
    Yes, and about this matter i was about to report that i'm been contacted by a gm, 4 clients received a tell, almost at the same time, asking me if i was there, i answered yes on 1 client and stopped the other, chit chatted with this man for few mins and he pretended to be a GM and he told they are making some check.

    First time ever this uppened to me, usually they BAN! nothing else.

  13. #1543
    strohhaar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    hey guys quick poll:

    do you still find the state restore upon relogin useful? i had several requests asking to just start the script over again (a feature added a few versions ago)

    i figure with that bnet change to not boot you on input limit so easily its no longer that important. and its a big mess of somewhat unstable code id like to remove

    i do not need

  14. #1544
    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)
    Originally Posted by ChuiChu View Post
    hey guys quick poll:

    do you still find the state restore upon relogin useful? i had several requests asking to just start the script over again (a feature added a few versions ago)

    i figure with that bnet change to not boot you on input limit so easily its no longer that important. and its a big mess of somewhat unstable code id like to remove
    EDIT: remove it if setlogin does it's job properly.
    Last edited by spammero; 06-22-2013 at 10:45 AM.

  15. #1545
    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)
    I don't really think that this function is critical in any way, since setlogin does it's job properly.
    Last edited by Sehae; 06-21-2013 at 10:17 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 02:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search