[AH Bot] HappyAuction menu

User Tag List

Page 107 of 149 FirstFirst ... 757103104105106107108109110111 ... LastLast
Results 1,591 to 1,605 of 2227
  1. #1591
    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)
    like whats the ban rate? 1 ban per month?
    any long term users want to speak out?
    Last edited by nemesis3; 06-28-2013 at 12:27 PM.

    [AH Bot] HappyAuction
  2. #1592
    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 different. It was about 1-2 week but now blizz sleepeng for few months.

  3. #1593
    kajo6's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all
    Need some help
    I have got this error message when I try to run my bot: "control structure too long in my cycle"
    Have you got any idea how can I extend the cycle limit? I need more lines in my script and I don't want to delete any of them.

  4. #1594
    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, Chui, any news on a working update How are things going?

  5. #1595
    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)
    Btw can anyone explain to me the difference in use of haItemStat:
    "- pattern: pattern to search stat text. matched from beginning.
    - substring: do substring search instead of matching from beginning.
    range: true/false."
    What is the difference of using
    - haItemStat(pattern) -> stat
    or
    - haItemStat(pattern, substring) -> stat ? If soneone can explain, thanks a lot

    + about the ruby matter, can anyone show me how to use the item.socket function to put it to false when a red gem is present in a function similar to this example
    " elseif values[1]:upper() == 'TYPE' then
    if item.type ~= values[2] then
    hasNeededStats = false
    end"
    Last edited by Sehae; 06-29-2013 at 07:57 PM.

  6. #1596
    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 Sehae View Post
    - substring: do substring search instead of matching from beginning.
    range: true/false."
    The answer
    Last edited by MATRASUS; 06-30-2013 at 05:27 AM.

  7. #1597
    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 have read it, but I don't understand exactly how it functions. Does it make it faster and how do I specify that I want to use the substring option of scaning - haItemStat('dexterity', true) - does the true indicate that it's using it and without it it matches from beginning? I am not a programmer pro, so I was just wondering about this? Thanks.

  8. #1598
    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 Sehae View Post
    Does it make it faster
    No.
    Yes, the 'true' indicates that it's using it.

  9. #1599
    msk380's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sehae View Post
    I have read it, but I don't understand exactly how it functions. Does it make it faster and how do I specify that I want to use the substring option of scaning - haItemStat('dexterity', true) - does the true indicate that it's using it and without it it matches from beginning? I am not a programmer pro, so I was just wondering about this? Thanks.
    haItemStat('registence', true) <-- for both all registence and other registence.
    without "true" part, it should match from the beginning.
    you don't need substring for one-word stats like (str, dex, int, etc.)
    Last edited by msk380; 06-30-2013 at 02:06 PM.

  10. #1600
    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)
    updates: ive been trying to find a way to read the stash in a more efficient manner by finding a list of where the items are. for some reason bliz did this differently than everything else. AND it works different in AH as than game. bliz has some really shitty software engineers... no wonder this game cost them more to make than wow.

    after that:
    1. port relogin
    2. rework to HA locale independent (my other goal with this rework)
    2.1. read gem types based on their image icon,
    2.2. make haFilterType train on where everything is once and save that to a cache file.
    3. lot of little misc stuff

    prob in a week since im busy with work stuff


    edit: nm figured out stash list
    Last edited by ChuiChu; 06-30-2013 at 07:57 PM.

  11. #1601
    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 everyone,

    I saw some people reporting bugs related to the latest version. So is the version for download on page 1 free of bug?

  12. #1602
    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)
    is the bot by dps? like 1 crit = 5k dps 1stat = 100 dps etc?
    or is it only by "5crit + only" items how does it detective godlies

  13. #1603
    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)
    hmmm i suppose i should leave links up for both the stable and test versions next time

  14. #1604
    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)
    Originally Posted by nemesis3 View Post
    is the bot by dps? like 1 crit = 5k dps 1stat = 100 dps etc?
    or is it only by "5crit + only" items how does it detective godlies
    Bot does only what you tell him to do, nothing else. The way how to find items you like is completely up to you.

  15. #1605
    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)
    is this bot's script clear to do that?
    and can you post a link to the most stable version?

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