[AH Bot] HappyAuction menu

User Tag List

Page 32 of 149 FirstFirst ... 28293031323334353682132 ... LastLast
Results 466 to 480 of 2227
  1. #466
    shiupooa's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks, that's right, stupid me

    one more thing, if i wanted to search for items that have +X to cold damage, how would i write the code?

    i used the logresults to where this value is contained, and it shows:
    STAT: 3 (Adds to Cold Damage)

    from this code: haLog('STAT: ' .. stat.value1 .. ' (' .. stat.text .. ')')


    would it be something like:
    if stat.text == (' .. Adds to Cold Damage .. ') then <-- seems to show an error when ran.

    [AH Bot] HappyAuction
  2. #467
    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)
    Hi, Chiuchu~
    Could you please add a korean locale?
    I almost went on and created a US account lol.
    I went through all the pages in this forum and one in blizzhackers, and I am thrilled to try your amazing bot!

    P.S. Please let me know if you need assistance with creating korean locale. I can be of help!
    Last edited by msk380; 10-13-2012 at 06:13 AM.

  3. #468
    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)
    is it so hard to implement cancell all auction function? it's so stupid that bot buy all, check prises, sell but i need manually cancell all every 3-4 hours - the most easy function is not automated...

  4. #469
    CHandest's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    19
    Join Date
    Aug 2012
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    5 (80%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    is it so hard to implement cancell all auction function? it's so stupid that bot buy all, check prises, sell but i need manually cancell all every 3-4 hours - the most easy function is not automated...
    Be grateful man and ask nicely.. Have some maners.

  5. #470
    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)
    thats on my todo list lol

  6. #471
    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)
    yeah i see "- add support for active auctions list" in TODO list for 1+ month. what i want to say is "cancel all" function is what really needed, and all other functions to fully control acution list can wait another 6+ month

  7. #472
    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)
    todo list order depends on how many nag me most for said feature :P

  8. #473
    ratonel's Avatar Private
    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)
    i have a problem after 2 hours the game crashed with an error

  9. #474
    vkjr's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a script that works nicely on desktop computer (1920x1080) and incorrectly on a laptop (1600x900). Code is the same, but on a laptop script doesn't select stats correctly in comboboxes. Language - Russian. What can be the reason?

    UPDATED:
    it doesn't work at any computer. Am I doing something wrong?

    The code is something like:

    ------------------------------------------------

    haFilterBuyout(100)

    -- get user buyout
    local buyout = haFilterBuyout()

    -- check input
    if buyout <= 0 then
    haAlert('Set some filters and a low buyout')
    else

    haFilterPrimary('Броня')
    haFilterSecondary('Амулет')
    haFilterStat(1,'Ловкость',250)
    haFilterStat(2,'Живучесть',100)
    haFilterStat(3,'Сопротивление всем видам',50)

    while true do

    -- update buyout with randomize
    haFilterBuyout(buyout, true)

    -- search and select first item in list
    if haSearch() and haListSelect(1) then
    -- do buyout
    haBuyout()
    end


    haSleep(0, 5000)
    end

    end
    ------------------------------------------------

    Thanks.
    Last edited by vkjr; 10-14-2012 at 09:06 AM.

  10. #475
    vkjr's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please don't laugh at me ) I'm just trying to make at least any code work.
    Are there any errors? Maybe I got something wrong from documentation?

  11. #476
    ShuichiI's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do u make the bot to search for what u need?

  12. #477
    AndreaTop's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i've got some crashes after a while, "an error unexpected" bla bla
    it is fixed by deleting cache folder in c:\programdata\blizzard bla\battle.net\cache\
    any way to fix this thing? or to automatically delete the folder after every login?

  13. #478
    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 sure you can with the lua filesystem functions... id rather not integrate stuff to cover for blizzards bugs though lol

    btw i msged you several times about your UI frontend but your msg box was full :P

  14. #479
    AndreaTop's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh, lol i've been away for a while, gonna clean it...and see
    edit: ok, got some free space =) contact me when you want...
    Last edited by AndreaTop; 10-15-2012 at 07:16 AM.

  15. #480
    thegamer36's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How does Critical hit Chance work?

    haFilterStat(1, 'attack speed', 9)
    haFilterStat(2, 'Dexterity', 60)
    haFilterStat(3, 'Vitality', 40)
    haFilterStat(4, 'Critical Hit Chance Increased by', 3)

    I get nothing filled in for the 4th stat. Any ideas?

    Thanks.

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 09:16 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