[AH Bot] HappyAuction menu

User Tag List

Page 46 of 149 FirstFirst ... 42434445464748495096146 ... LastLast
Results 676 to 690 of 2227
  1. #676
    madmaxxp'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)
    Hi all, I have a problem. When I write for a given item:

    if haItemStat('XXX').value1>=0 and #haItem().sockets>0 then
    haBuyout()
    end


    The bot buy all given item with socket(s) and doesn't matter my first condition (in this case haItemStat('XXX').value1>=0)


    any suggestion?

    Thx for help

    [AH Bot] HappyAuction
  2. #677
    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 madmaxxp View Post
    any suggestion?
    if (haItemStat('XXX').value1>=0 and #haItem().sockets>0) then

  3. #678
    madmaxxp'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 ztnko View Post
    if (haItemStat('XXX').value1>=0 and #haItem().sockets>0) then
    I will try.

    Thx!

  4. #679
    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)
    another problem - haItem().id is always zero for items in stash. for some category of items i want organize reselling items that way: cancell all items every 2 hours and resell them with -5% price. so when i cancell item i store his id and price in array and when reselling from stash i need to identify this item with it's id to properly take price. yes i know i can make my own id from item - something like hash and it will work but with proper work of haItem().id for stash items it will be much easier! but may be it's valid that id is zero for stash items and have id only when it's on auction - i dont' know.
    Last edited by ztnko; 11-20-2012 at 03:03 PM.

  5. #680
    madmaxxp'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 madmaxxp View Post
    I will try.

    Thx!
    Same problem :/
    Anyway, I'm trying add lines with "else" or "while".
    I come back when I find the solution.

  6. #681
    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)
    so may be if (haItemStat('XXX').value1>0 and #haItem().sockets>0) then

    you don't write what exactly you want and condition haItemStat('XXX').value1>=0 is all items except items with minus stat. and there is no stats with minus in diablo - so it's all items...

  7. #682
    madmaxxp'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 ztnko View Post
    so may be if (haItemStat('XXX').value1>0 and #haItem().sockets>0) then

    you don't write what exactly you want and condition haItemStat('XXX').value1>=0 is all items except items with minus stat. and there is no stats with minus in diablo - so it's all items...
    how can I have miss this...I try. Thx again!

  8. #683
    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 ztnko View Post
    all versions since 1.0.5 patch have the same bug that i can't constantly reproduce and i can't constantly avoid it. it happens on vms and on real machines. the bug is that sometimes scripts stops selling items. i have slots and all ok - but it's not sell and return error. i think that also happens for other functions - not only sell... after i check on vertical sync - it works ok for some days and then stops working again. i check vsync off and it starts again... sometimes when vsync doesn't help i need to reboot that machine and all start working again... NEVER have this problems with dozen versions before 1.0.5. now even if it seem working - i don't really know if it working as intended. i remeber that 1st version of HA after 1.0.5 was fully bugged with such kind of bugs - it doesn't work at all without random smashing video options for 20mins on each machine and without upraise globald delay. now it's more stable for sure but some roots of this disease persist in all versions since 1.0.5...
    the stash section has been sort of a nightmare for me. for some reason bliz does things differently here than other places... even mouse input (thats why it requires focus). anyway the tooltips read for each items arent always 100% accurate but ive been increasing the accuracy each update. a misread tooltip may be your issue.

    Originally Posted by ztnko View Post
    another problem - haItem().id is always zero for items in stash. for some category of items i want organize reselling items that way: cancell all items every 2 hours and resell them with -5% price. so when i cancell item i store his id and price in array and when reselling from stash i need to identify this item with it's id to properly take price. yes i know i can make my own id from item - something like hash and it will work but with proper work of haItem().id for stash items it will be much easier! but may be it's valid that id is zero for stash items and have id only when it's on auction - i dont' know.
    that id only applies to auction id which is provided in memory for the auction list. i havent found it yet for regular items. it may be in the tooltip memory somewhere. ill look into it for next update... if i cant find it ill just come up with some way to create a hash based on item type, stats, etc.

  9. #684
    Chaxe's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a problem, when i start that bot, after 20 seconds there comes a notification: "Input limit reached. Please wait to perform more actions."
    Can someone help me?
    Last edited by Chaxe; 11-21-2012 at 01:37 PM.

  10. #685
    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)
    Originally Posted by ChuiChu View Post
    i thought this was a relogin thing when you said the menu before the AH (the main lobby screen after login). how can it be buying before that? or did the relogin occur at that moment.

    also try turning vertical sync on in case it isnt.
    It just bugs - at the old version it stops and buys some shit item usually and on the new it just doesnt do anything, does not selec the Auction House. This is without Vsync on, with it doesnt the performance drop too much..?

  11. #686
    pqs's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2009
    Posts
    525
    Thanks G/R
    10/12
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to make it search multiple item types? E.g. searches witch doctor 1h, then 2h, then offhand, then switches to barb and repeats?
    I want to search level > 59 legendaries and snipe them :3

  12. #687
    pqs's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2009
    Posts
    525
    Thanks G/R
    10/12
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Willing to +4 rep someone who can share a nice profile with me.

    Something that doesnt require more than a couple 100k's to buyout.

    Or searching for items with pickup radius + high goldfind

    Or boots with goldfind and high movement speed.

    Thanks

  13. #688
    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)
    Yeah, +rep is good exchange for 100$/day. Nice try

  14. #689
    xXCharleyXx's Avatar Member
    Reputation
    10
    Join Date
    Oct 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    am i the only one whos get rarity unknown for rare item and the item type is always rarity + type on same string ?
    "I believe there's something out there watching over us. Unfortunately, it's the government."

  15. #690
    pqs's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2009
    Posts
    525
    Thanks G/R
    10/12
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MATRASUS View Post
    Yeah, +rep is good exchange for 100$/day. Nice try
    100$/day ... I doubt it.
    I could donate a few $ but some people would also be happy with +4 rep in order to get access to elite section.

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