[AH Bot] HappyAuction menu

User Tag List

Page 18 of 149 FirstFirst ... 14151617181920212268118 ... LastLast
Results 256 to 270 of 2227
  1. #256
    jerloz's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im really new to programming, basically from scratch... so appreciate any of your help!

    [AH Bot] HappyAuction
  2. #257
    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)
    um... try it? .. if youre just testing i would comment out haBuyout (and replace with an haAlert or something)

  3. #258
    jerloz's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    trying out this log thing, just doesnt work so well for me...
    just a suggestion to add a pause hot key =)

  4. #259
    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)
    in 9.17 also

    local acc = haGetAccount()
    haLog(acc)

    nothing in log

    in all tests that i made acc == nil always...
    Last edited by ztnko; 09-01-2012 at 10:03 AM.

  5. #260
    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)
    do you have a standard US client?

  6. #261
    r3v3ng3r's Avatar Banned
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i use it for bids? or only for buyout?

  7. #262
    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)
    Originally Posted by ChuiChu View Post
    do you have a standard US client?
    no it's russian account modified with http://www.ownedcore.com/forums/diab...ed-1-04-a.html (Language patch by Juma [ruRU to enUS] updated for 1.04) to get english language.

  8. #263
    rawkers's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to use this bot on two clients at the same time?

  9. #264
    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 r3v3ng3r View Post
    can i use it for bids? or only for buyout?
    yes
    Originally Posted by ztnko View Post
    well ill mess around and see if i can get it to screw up if i change language or something
    Originally Posted by rawkers View Post
    Is it possible to use this bot on two clients at the same time?
    yes

  10. #265
    Gunba's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    Is it possible that the searching behaviour can be sped up? It seems to take quite a while to input the unique item and buyout names. A solution to this issue that I have been using in my AHK bot is changing the item names/search values while the client is waiting for a response from the server on a search.

    This means you actually search and THEN change the item parameters (with the assumption that there was a search parameter previously typed in beforehand - this would require some sort of rubbish input such as setting the buyout to 1 on the first cycle. As I currently understand it implementing this behaviour is impossible as currently it will wait for the search results before executing any other code?

  11. #266
    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)
    it doesnt matter as long as youre not gettin input limit. Which require more than a whole second. And to answer your question more preciously, u jsut have to place it right, and it will not disturb your search effectiveness at all.

  12. #267
    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)
    Hey. I am trying to get HappyAuction to work with RU clients. I've read about the issues both here and at blizzhackers - seems like you need to change .lua files into .utf files. I am just not exactly sure which files I specific need to change. If I change main.lua into main.utf, happyauction.exe won't find main.lua ofc.

    Converting the RU client into an english language would be the easiest, but seems like ppl are getting banned using this method.


    Hope a kind soul can help :-)

  13. #268
    Gunba's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by awp2004 View Post
    it doesnt matter as long as youre not gettin input limit. Which require more than a whole second. And to answer your question more preciously, u jsut have to place it right, and it will not disturb your search effectiveness at all.
    The bot is capable of logging in after hitting input limit anyway, so speeding up the bot is obviously useful. I tried multiple script structures, and getting the bot to search, enter new values and then actually wait for the search results seems to be impossible.

  14. #269
    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
    no it's russian account modified with http://www.ownedcore.com/forums/diab...ed-1-04-a.html to get english language.
    You haven't got banned yet? They ban you instantly for using the language patch - look at the last few pages in http://www.********ers.com/forum/dia...ror-8x-23.html.

    You should use the RU client changing the .lua files into .utf files instead - heard it should work (not gemminer though) - just dunno which files to change exactly :-)

  15. #270
    mrbondad's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any guide for set up this bot? tanks

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