[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 48 of 149 FirstFirst ... 44454647484950515298148 ... LastLast
Results 706 to 720 of 2227
  1. #706
    Eternal8888's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    6
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    20 million gold to whoever pms me and can help me figure this out. I am not savvy enough to figure this type of script out. Can anyone help me?

    [AH Bot] HappyAuction
  2. #707
    pqs's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2009
    Posts
    525
    Thanks G/R
    10/12
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so I have a script that will search for stats on pants lets say

    The first time I want it to make a search on str vit and 2 sockets
    The second time I want it to make a search with the same str, vit but with 3 sockets instead of two.

    Is there a way to make the script NOT click the input box for strength?

    Or a way to make the script NOT type in the value for strength?

    I tried removing haFilterStatClear() from the loop but it didn't do much

    I'm trying to speed up the time it takes to make a search is all

  3. #708
    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 neF4ST View Post
    I have the same issue with rarity, I think this is currently bugged, don't use it.
    the previous wasnt consistent so i changed it to go by the text color instead. what cases does rarity not work? im aware of the red text case.

    Originally Posted by iamxeph View Post
    I have a question about this 'server-side-detection' concept to find nice globaldelay value.

    When exactly does some actual data(packet) being sent to server? Every time I set some AH item filters? or only when I hit 'Search'?
    when you hit search, sort, last/next page... or anything else that has a loading swirly icon. its also how input limit reached condition is determined. you can spam changing filters at 0 delay all day and nothing will happen.

    Originally Posted by lordolddog View Post
    Very nice script, great work!
    One suggestion - I believe many people play on multiple servers, and would like to set different item\price for each server.
    Is there any way to detect which server you are in?
    If so, we can switch item\price automatically according to the server (america\europe\asia).
    getting region is on my todo list.

    Originally Posted by pqs View Post
    Ok so I have a script that will search for stats on pants lets say

    The first time I want it to make a search on str vit and 2 sockets
    The second time I want it to make a search with the same str, vit but with 3 sockets instead of two.

    Is there a way to make the script NOT click the input box for strength?

    Or a way to make the script NOT type in the value for strength?

    I tried removing haFilterStatClear() from the loop but it didn't do much

    I'm trying to speed up the time it takes to make a search is all
    ill set it up to ignore it if you dont specify a numeric value for a filter.

  4. #709
    3t3rn4l's Avatar Member
    Reputation
    3
    Join Date
    Dec 2010
    Posts
    114
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm stuck...

    What does this mean?

    get user DPS using "Legendary or Set Item" input box

  5. #710
    MATRASUS's Avatar Member
    Reputation
    2
    Join Date
    Oct 2010
    Posts
    109
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is about to write value to box where you usually set name for legendary.

  6. #711
    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)
    ChuiChu you killed item.type in last version and say that before it works with bugs... what we can do now to detect type of items?
    of couse i can write something like
    if string.find (item.type, "Gloves") > 0 then ...
    but i think it's not full analog of
    if item.type="Gloves" then ...

    can anybody answer what problems i will receive using this method?

  7. #712
    3t3rn4l's Avatar Member
    Reputation
    3
    Join Date
    Dec 2010
    Posts
    114
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    ChuiChu you killed item.type in last version and say that before it works with bugs... what we can do now to detect type of items?
    of couse i can write something like
    if string.find (item.type, "Gloves") > 0 then ...
    but i think it's not full analog of
    if item.type="Gloves" then ...

    can anybody answer what problems i will receive using this method?
    I learned how to code my own bot overnight. Anyone can do it if they have the brain. Selling how to for 50m on US. Add me on skype: vodkawow

    haFilterType('1-Hand') -- filter by type if your doing rares

  8. #713
    MATRASUS's Avatar Member
    Reputation
    2
    Join Date
    Oct 2010
    Posts
    109
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you had working scripts, you would not beg for 50M

  9. #714
    neF4ST's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Sep 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dear Chuichui, do you think it would be easy to add a function to read (and export) the AH logs?

  10. #715
    MATRASUS's Avatar Member
    Reputation
    2
    Join Date
    Oct 2010
    Posts
    109
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by neF4ST View Post
    Dear Chuichui, do you think it would be easy to add a function to read (and export) the AH logs?
    I join the request, it would be nice.

  11. #716
    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 hope the guy, who is "selling a code for 50m" gets hit by a car. Please, sell important secrets to noobs for less than 10 bucks if you want to

  12. #717
    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 MATRASUS View Post
    I join the request, it would be nice.
    its on my todo list... focusing on stability and fixing stuff first

  13. #718
    pqs's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2009
    Posts
    525
    Thanks G/R
    10/12
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a script that beeps when it starts the sleep cycle at the end of a loop.

    Sometimes when I try to launch a script (any, not just mine) it locks up diablo. It does one click and freezes until I end task on happy auction. It will spam the beep noise until I end task.

    When I end task, it cancels the AH window and sometimes enters a game.

    Why does this happen?

  14. #719
    neF4ST's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Sep 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    its on my todo list... focusing on stability and fixing stuff first
    If you don't have much time, I would be happy to help. Do you already have the memory offset for that?

    @pqs: did you tried removing the beeps?

  15. #720
    pqs's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2009
    Posts
    525
    Thanks G/R
    10/12
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its not got anything to do with the beeps, it does the same with the other scripts like weapon dps snipe, except it doesnt beep just freezes

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