[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 42 of 149 FirstFirst ... 38394041424344454692142 ... LastLast
Results 616 to 630 of 2227
  1. #616
    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 awp2004 View Post
    Evidence or didnt happen. You have no seling activity either, if I were making that amount Iwould probably start a website. And also, most ah flippers I know are more profitable these days after patch.
    Where did u check my selling activity? I am ah-ing on Asia server and selling gold on a Korean website called Item Bay. And yes, I did earn that money, and few ppl here won't be surprised by that amount. Plus, I only use one account. I don't see why I need to provide you with evidence because I was not trying to show off, and why I should start a website, debulging my identity to blizzard. Right after the patch, I was more profitable than usual, solely because the economy was good. That doesn't hold true these days.

    [AH Bot] HappyAuction
  2. #617
    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 Field View Post
    People can read the readme.
    As we see they not

    Originally Posted by msk380 View Post
    Where did u check my selling activity?
    He just trolling you.
    Last edited by MATRASUS; 11-02-2012 at 04:28 AM. Reason: add another reply

  3. #618
    Eternal23's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eternal23 View Post
    Is there any equivalent of math.Random() in these scripts? If not, how can I import that? I want to be able to tell my script to log out for a random delay before logging back in and resuming, so it looks like I'm just checking the market, logging out for a while, and then coming back to check again. I know haSleep(x, y) has to be using a random, so how do i get access to that?

    Anybody know this one?

  4. #619
    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 Eternal23 View Post
    Anybody know this one?
    As ChuiChui said - its standard lua so math.random should work ( Lua 5.1 Reference Manual ). Also see haLogout() and haSetLoginDelay(delay) in readme. You can use a counter to trigger haLogout().

  5. #620
    Eternal23's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MATRASUS View Post
    As ChuiChui said - its standard lua so math.random should work ( Lua 5.1 Reference Manual ). Also see haLogout() and haSetLoginDelay(delay) in readme. You can use a counter to trigger haLogout().
    Lol I typed up my response and everything, and then when I was typing the error that it threw out, I noticed that the error was calling 'Random' a nil value, and that when you typed it, you typed it as random. I capitalized the R -.-

  6. #621
    EndlessPermission's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey,
    so I had time to test some of the issues I previously mentioned in regards to haGetAccount() and the login delay.

    The haGetAccount() stuff turns out to simply be my fault as I forgot about case sensitivity and I sometimes used upper cases when logging in and sometimes not. So it didn't always work for me.

    haSetLogin(...) and haSetLoginDelay(...) however don't work how I'd like them to, although I don't know if it's intentional or not.
    Currently, when you disconnect the bot will wait for the delay you set, but only once. By that I mean when I purposely cut of my internet connection, after waiting for the delay time to pass once the bot will then try to login nonstop without further delay inbetween.
    Now, in almost every case that won't be a problem. Because you'd most likely just just connect successfully or your connection is down and you never connect to their servers in the first place.
    However, if there's the slim chance that there's currently a different error that makes it impossible to connect successfully but you do get through to the login server, well in that case I wouldn't want to spam login nonstop for perhaps hours if I'm not there.

    So it would be great if the login applies every time before a new login is attempted.

    Another problem was recreating the current AH state for me. It's the only thing I noticed just now but apparently sorting via "time left", looking for the newest items, wasn't set properly most of the time when testing.the relogin feature.

  7. #622
    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 EndlessPermission View Post
    So it would be great if the login applies every time before a new login is attempted.
    I agree with you!

    I do get relogin crashes after installing windows 8. Dunno if you guys have experienced the same?

  8. #623
    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)
    updated: 0.9.29

    all fixes/improvements based on forum feedback... one little rework thats experimental but tests fine so far. let me know if you guys have probs

  9. #624
    EndlessPermission's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The script for my bot that I've just copied over crashes at many parts now it seems.

    For example, if I don't comment it out this line will make it crash "haFilterPrimary('Armor')".

    edit:
    Some more information if that helps: The Diablo 3 game runs in the smallest possible windowed screen.
    Last edited by EndlessPermission; 11-08-2012 at 10:34 AM.

  10. #625
    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 my rework needs a review i guess. ill have hotfix today

    can anyone confirm that it IS working for them? im guessing its certain systems. I've only tested on my personal setup. Ill probably get D3 installed on a VM to confirm.
    Last edited by ChuiChu; 11-08-2012 at 05:13 PM.

  11. #626
    Field's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MATRASUS View Post
    As we see they not
    No, you aren't facing the fact that while people can read the readme, that does not mean they can fully understand it. Reading is one thing, understanding is another. You cannot claim that everyone that does not know how the bot works didn't read the readme. You can't prove that :]

  12. #627
    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)
    update 30: it fixes 29

  13. #628
    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)
    it's pity that you don't put haLogin(account, password) function ([AH Bot] HappyAuction) even in TODO list...

    my situation is that:
    1. i have 10 bot accounts that generate 500+ items a day
    2. i have 30 seller accouts that i sell these 500+ items

    now i manually login every seller account 3 times a day to cancell all items and resell. cancelling and reselling is automated. but i need manually do that login work - the most easy work... if i could have haLogin function - then i make a simle script which rotates all 30 seller accounts and automaticaly cancell and resell 24 times a day... this function will save me 2-3 hours of stupid manual logining every day
    Last edited by ztnko; 11-09-2012 at 07:17 AM.

  14. #629
    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)
    no1 ever asked lol. 90% of TODO list is personal requests... anyway ill add next update... in fact ill just make it so you can call the bot from anywhere and it will find its way to AH

  15. #630
    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)
    good news!

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