[AH Bot] HappyAuction menu

User Tag List

Page 16 of 149 FirstFirst ... 12131415161718192066116 ... LastLast
Results 226 to 240 of 2227
  1. #226
    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)
    oh well thats no good... ill fix next update (tonight)

    [AH Bot] HappyAuction
  2. #227
    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)
    how can i get "Attacks per Second" from weapon tooltip?

    or i need to calculate base attack speed of that type of weapon modified by "increases attack speed by"?

  3. #228
    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)
    you'd need to calculate... its separate from stats. ill add this to my todo list

  4. #229
    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 ChuiChu View Post
    local gems = 0
    for j, socket in pairs(haItem().sockets) do
    if socket.rank > 0 then gems = gems+1 end
    end
    i tested and this code doesn't work if socket is empty. if socket is empty then gems==0 but i need to count sockets.

  5. #230
    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)
    #haItem().sockets
    will get you total socket count

  6. #231
    DoichinMitrev's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DoichinMitrev View Post
    I'm sorry, but where exactly is this haSleep / where should I put it? I didn't find it in main.lua, also not in snipebuyout, so I tried replacing haGlobalDelay with it, or adding it next to haGlobalDelay, but neither of these worked.

    Thanks a lot for your support man!

    Originally Posted by ChuiChu View Post
    sorry i meant to add haFilterPrimary and haFilterSecondary so you can set the primary (ex: armor) and secondary (ex: ring) types manually. haFilterType is complex and requires the several strings in constants.cpp to work. ill add tonight (US time) and it should work then if other filter stuff already works for you (like haFilterRarity). the only one i cant avoid having strings for is figuring gems out based on the stat text you see in item tooltips... (see _gem_stats and _gem_types in constants.cpp)

    Hmm.. did you by mistake reply to me with someone else's solution? I have no idea what you're talking about

    I just asked about where to put the haSleep for the random delay. Thanks!

  7. #232
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess you put it where you feel like it? You cant create a script without knowing how to program. Myself, I use globalDelay.

    I have a question. Im runnin this in vmware. Is this making things slower. I chose vmware in the beginning, because they spoof different mac addresses, but Im not sure if you can even get banned for runnin more diablos one same windows instance. Could anybody tell me.

  8. #233
    oreaumasd's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    thanks!

    Originally Posted by m00m00 View Post
    checkout the readme

    5. See bin/Lua/Main.lua for further details.

    it should speak for itself
    thanks man, i read it and i forgot to put the global delay =), just made it 490ms and got some nice weps tonight =) making some mils haha ty, ty chui

  9. #234
    sugar's Avatar Member
    Reputation
    17
    Join Date
    Mar 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Ooh is there something wrong?
    It was working flawlessly for weeks, but just now started buying 10's of millions worth of gear because it couldn't search for All Resistance properly.

  10. #235
    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)
    sry about that... it was one the noted changes. its only the text you see in tooltip now (with the numbers parsed out). in the case of all resistance it would be "resistance to all elements". i probably shouldve bolded that change in larger text

    last time ill make such a major change though.. promise
    Last edited by ChuiChu; 08-29-2012 at 04:06 PM.

  11. #236
    bambam922's Avatar Member
    Reputation
    14
    Join Date
    Jan 2007
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Am I supposed to be getting the "input limit reached" with your bot?

    Also, could you guide me on what filters and buyout I should use?
    I ran it for 2 minutes last night and it bought 6 weapons.

  12. #237
    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)
    found a bug:



    #haItem().sockets == 1

    In general #haItem().sockets works fine, i don't know why it's bugged it this example.
    Last edited by ztnko; 08-29-2012 at 11:50 PM.

  13. #238
    slained's Avatar Master Sergeant
    Reputation
    22
    Join Date
    May 2012
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @bambam922 set some delays with haSleep or in main.lua set a global delay

    chui, new suggestion, how bout an option if login times out e.g. someones router craps for a min, for the bot to relogin in another 5 minutes repeatedly, or allows an input. I realized I probably got dc'd one night because of that, and it didn't relogin again.

    Anyways, so far I made 80 million, but got 2 accounts banned. Still worth it, considering i only really botted for 20 hours. Found some better setups so probably will rack in a lot more

  14. #239
    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)
    suggestion: add in config path to user.log file plz and option not to overwrite it every time.

  15. #240
    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)
    question about lua:

    how can i get timestamp in format like "10/25 22:51:10" or something like that so i can use it in haLog(timestamp.." "..item.name.." "..item.buyout)

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:02 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