[AH Bot] HappyAuction menu

User Tag List

Page 30 of 149 FirstFirst ... 26272829303132333480130 ... LastLast
Results 436 to 450 of 2227
  1. #436
    makaveli10a's Avatar Banned
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post



    gw2 here. and i havent played d3 since i beat inferno (like 2 months ago).... only thing fun about the game was writing this bot
    Bottet that game abit too, but its playerbase has also dropped, WoW shows a 120% increase in player base acording to the Xfire sample, so i suspect everyone went there

    [AH Bot] HappyAuction
  2. #437
    Noone81'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)
    Originally Posted by ChuiChu View Post

    == not =
    Ofc yeah, thanks! bit rusty

    Still, it doesn't return a positive on the read of item tooltip. It's like it won't recognize the unusual stat so to speak. Let me give an example: I'm searching on Mara's in this case for a specific skill increase, when it finds that item, it should be bought if my other filters match. I've tried alot of different versions, but still can't figure it. Using a haAlert to try get some output returned, but it's either 0 or nothing at all. I want an exact match of the string i specify, no need for skillvalues returned as it's already in the string. Is it possible at all, or what am I doing wrong? :confused:

    if
    haItemStat('Increases Deadly Reach Damage by 10% (Monk Only)') == true then
    haBuyout()
    end

  3. #438
    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)
    try 'Increases Deadly Reach Damage' instead. i remove the number part otherwise it wouldnt be very useful.

  4. #439
    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)
    Hi,
    Can someone explain to me why when I setup a filter manually every time the bot rejoins instead of putting in the armor slots what I set previously, it puts 1hand Weapon - All. Is there a way to fix that, or I should write a script for the specific search ? And, If i have to - how to make it loop without having it to select each time the values before it hits Search. A total LUA newb here, any help would be appreciated.
    Cheers

    PS: Never mind, wrote a script for the specific item
    Last edited by Sehae; 10-01-2012 at 01:31 PM.

  5. #440
    PixPax's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    while true do
    haFilterStat(1,'magic find', 50)
    haFilterType('amulet')
    haFilterBuyout(5000, true)

    if haSearch() then
    haListSelect(1)
    haBuyout()
    end

    haFilterStat(1,'gold find', 50)
    haFilterType('ring')
    haFilterBuyout(6000, true)

    if haSearch() then
    haListSelect(1)
    haBuyout()
    end
    end

    haFilterStat(1,'dexterity', 150)
    haFilterStat(2,'Critical Hit Chance', 6)
    haFilterType('bracers')
    haFilterBuyout(6000, true)

    if haSearch() then
    haListSelect(1)
    if haItemStat('dexterity').value1>desired then
    haBuyout()
    end
    end
    end
    Good day guys why does 3rd scrip dont work ?
    and how would look like 4th scrit thank you i always get error with "end "

  6. #441
    nicolaskf's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There seems to be a little bug in 0.9.25, but I haven't been able to collect concrete data on it.

    For now this is the behaviour.

    Situation:
    - a script with haFilters is running.
    - diablo is in full screen mode.
    - diablo in background.

    The Bug:
    - When you switch to diablo by clicking on the diablo taskbar icon
    - And by coincidence the script is applying the haFilters

    Then one or several filters are not applied. Causing the script to possibly buy out items of search criteria missing a filter (e.g. an Amulet without Crit Chance filter for a high buyout).

    When it doesn't happen:
    - Pausing the script before switching to diablo (duh)
    - Alt - Tabbing to diablo
    - Windows - Tabbing to diablo

    So far great piece of software. Specially once running its very reliable.
    Looking forward for the storage selling example script.

  7. #442
    Vip76's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ChuiChu, thanks, good program =)
    little bug: method "item.aps" nor working propertly. Always return 1

  8. #443
    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)
    Originally Posted by nicolaskf View Post
    There seems to be a little bug in 0.9.25, but I haven't been able to collect concrete data on it.

    For now this is the behaviour.

    Situation:
    - a script with haFilters is running.
    - diablo is in full screen mode.
    - diablo in background.

    The Bug:
    - When you switch to diablo by clicking on the diablo taskbar icon
    - And by coincidence the script is applying the haFilters

    Then one or several filters are not applied. Causing the script to possibly buy out items of search criteria missing a filter (e.g. an Amulet without Crit Chance filter for a high buyout).

    When it doesn't happen:
    - Pausing the script before switching to diablo (duh)
    - Alt - Tabbing to diablo
    - Windows - Tabbing to diablo

    So far great piece of software. Specially once running its very reliable.
    Looking forward for the storage selling example script.
    thats mentioned in NOTES... that interacting with d3 while HA is running can screw things up since it relies on mouse control for many operations. as you noted, pause first if you intend to do something

    Originally Posted by Vip76 View Post
    ChuiChu, thanks, good program =)
    little bug: method "item.aps" nor working propertly. Always return 1
    k ill check it out

  9. #444
    declensions's Avatar Member
    Reputation
    6
    Join Date
    Jul 2012
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does this work with RU client

  10. #445
    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)
    yup... recently added RU and CN support

  11. #446
    alanrl05's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this safe to use? anyone got banned using this?

  12. #447
    streamroller's Avatar Member
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty sure there is a ban wave or something happening....I just had 3 accounts banned that were running this bot and 4 friends of mine had accounts banned too running this bot. I also had 2 accounts running blizzkrieg and those were banned as well....maybe it was extremely bad luck but I'm going to hold off on botting for a little bit

  13. #448
    spaniardw's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by streamroller View Post
    Pretty sure there is a ban wave or something happening....I just had 3 accounts banned that were running this bot and 4 friends of mine had accounts banned too running this bot. I also had 2 accounts running blizzkrieg and those were banned as well....maybe it was extremely bad luck but I'm going to hold off on botting for a little bit
    What realm?

  14. #449
    streamroller's Avatar Member
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spaniardw View Post
    What realm?
    This happend on the US realm

  15. #450
    Field's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by streamroller View Post
    This happend on the US realm
    Were you running farming bots on those accounts as well? Also what delay were you using for the blizzkrieg bots

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