[AH Bot] HappyAuction menu

User Tag List

Page 10 of 149 FirstFirst ... 6789101112131460110 ... LastLast
Results 136 to 150 of 2227
  1. #136
    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)
    Yea but still gets the error of the keys being in use. If I had visual studio i could probably compile it again

    [AH Bot] HappyAuction
  2. #137
    shadowmarkus's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have any plans about adding a gui, to make it easier to use? Like Blizzkreig?

  3. #138
    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)
    working wit 1.04?

  4. #139
    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)
    could you make a sample script of an item with 6 stats, so we can edit out stats if we want, and jsut change it. How can I see what "names" the script will understand.

  5. #140
    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 slained View Post
    Yea but still gets the error of the keys being in use. If I had visual studio i could probably compile it again
    ill probably make it auto assign or something. and if its not CTRL-F12 itll notify you.

    Originally Posted by shadowmarkus View Post
    Do you have any plans about adding a gui, to make it easier to use? Like Blizzkreig?
    its a script based bot. its not really possible. though i could just support UI scripting.

    Originally Posted by awp2004 View Post
    working wit 1.04?
    works with 1.0.4 but a few minor bugs.

    Originally Posted by awp2004 View Post
    could you make a sample script of an item with 6 stats, so we can edit out stats if we want, and jsut change it. How can I see what "names" the script will understand.
    haFilterStat(1, "Dexterity", 50)
    haFilterStat(2, "Intelli", 40)
    etc

    theres a bug right now that if you select the last stat in a group itll shift things... like if 'Amor' is the last stat under 'Defense'. to get around it select that one last

  6. #141
    sakrai's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone still having success with ah botting after the patch? The things I was flipping before just don't flip anymore.

  7. #142
    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)
    Ah is a mass mess atm, it need to stabilize, in the maintime i take what i can :P

  8. #143
    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)
    im also finding a bunch of bugs on blizzards part while working on HA :P

  9. #144
    shadowmarkus's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    its a script based bot. its not really possible. though i could just support UI scripting.
    Sounds awesome. Would be nice to like, have a neat gui, where you can see every item in your "buy" list. And click them, edit them, delete them. Etc.

  10. #145
    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)
    well what i mean by that is allow you the ability to script your own UI in... itd probably just involve integrating one of the popular LUA UI packages.... after all the point of this bot is to allow you to do more than just spam filter profiles like the 100 other AH bots that do this already.

  11. #146
    SirSmace's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sry for the noob questions but i'm trying to compare selected item stats. What am i doing wrong

    item.stats('dexterity') >= 20

  12. #147
    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)
    why not jsut set your filters like that, and run it. Thats how I think it supposed to?. Or do you script into the bot what to enter into the fields?

  13. #148
    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)
    man chui i love your code its so clean, I just compiled several versions changing f7-12 easy fix. Much thanks for the open source code

  14. #149
    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)
    ya im a stickler for clean code... HA is actually a little dirty compared to the usual but its a smaller project normally i dont use C-strings for example.

    anyway ill make a future version let you configure hotkey (or autoassign). this next release is mostly bug fixes though.
    Last edited by ChuiChu; 08-25-2012 at 01:43 AM.

  15. #150
    shadowmarkus's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    well what i mean by that is allow you the ability to script your own UI in... itd probably just involve integrating one of the popular LUA UI packages.... after all the point of this bot is to allow you to do more than just spam filter profiles like the 100 other AH bots that do this already.
    I'm not nearly as much into coding as you, clearly, so I don't know that a popular LUA UI package is...

    But, I don't see what's so wrong with being a little like the other bots. You could make your bot/script a LOT user friendly, without compromising with the product. It's just a suggestion.

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:20 PM. 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