[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 23 of 149 FirstFirst ... 19202122232425262773123 ... LastLast
Results 331 to 345 of 2227
  1. #331
    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)
    restore stage after relogin doesn't work for me... It randomly adds different filter-fields... as i say - it's 100x better to simpy restart script after relog or make this as option. i don't need to restore stage even it will work correct in some future - i need to rerun script from start.

    [AH Bot] HappyAuction
  2. #332
    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 strange behavior:

    i have epixx in stash (1,1,1) and have all 10 sell-slots filled - so i can't sell another item and want to know that

    haSetGlobalDelay(0)
    zf = true
    haStashSelect(1, 1, 1)
    zf = haSell (9999,9999)
    if zf == true then haLog("xxx") end
    if zf == false then haLog("000") end

    it gives xxx in log

    haSetGlobalDelay(50)
    zf = true
    haStashSelect(1, 1, 1)
    zf = haSell (9999,9999)
    if zf == true then haLog("xxx") end
    if zf == false then haLog("000") end

    it gives 000 in log


  3. #333
    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 wierd... and ill add an option to restart the script on relogin. but id like to know about how it fails for you.

  4. #334
    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)
    i think i catch some logic in this bug with autorelog. for example my bot is working - filter list is clear. bot buy some epix and i decide to sell them - i enter for example dexterity 100 in filter list to decide what's price to sell. sell my epix and then start bot again. bot clear filter list and continue working. then disconnect happens. and when it reconnect and restore state - i see dexterity 100 in filter. As i say filter was clear before disconnect.

  5. #335
    strohhaar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    i think i catch some logic in this bug with autorelog. for example my bot is working - filter list is clear. bot buy some epix and i decide to sell them - i enter for example dexterity 100 in filter list to decide what's price to sell. sell my epix and then start bot again. bot clear filter list and continue working. then disconnect happens. and when it reconnect and restore state - i see dexterity 100 in filter. As i say filter was clear before disconnect.
    have the same problem

    after relogin, my script does not set all my filterstats and the global delay...

    edit:

    how can i check for socket?
    Last edited by strohhaar; 09-11-2012 at 06:47 AM.

  6. #336
    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 bug?
    haStashSelect(1,1,1) select bag №2
    haStashSelect(1,1,2) select bag №3

    how to select bag №1 i don't know...

  7. #337
    Jeffery's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    legit stuff

  8. #338
    crunchynut's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Never, figured it out.
    Last edited by crunchynut; 09-12-2012 at 01:24 PM.

  9. #339
    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
    another bug?
    haStashSelect(1,1,1) select bag №2
    haStashSelect(1,1,2) select bag №3

    how to select bag №1 i don't know...
    With latest version?

  10. #340
    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)
    yes with last version. it repeat's evey time on every machine.

  11. #341
    spaniardw's Avatar Private
    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)
    Last version: after relogin my filters (Armor/Amulet become 1Hand/All 1Hand) and stats filters go crazy (because it uses 1Hand ones)

    Regards.

  12. #342
    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)
    how can i detect the block value of shields? it's the most important stat for shields. haItemStat('Block') detects only bonus block - it's maximum value is 9. But i need the real block of shield. i think weapon speed and all "white stats" is the same category.
    Last edited by ztnko; 09-13-2012 at 07:51 AM.

  13. #343
    iZiDuR's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is posible use loop in search?!

    what is the command for use loop?!

  14. #344
    crunchynut's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, is the following code correct to determine which item the bot should buy:

    If the selected item name is equal to my condition and it has more than or equal to 180 strength it will buy the item?

    if haItem().name == "bla bla bla" and
    haItemStat('Strength').Value1 >= 180 then
    haBuyout()

    Is selected item name is equal to condition and it has an empty socket stat OR has gems in the socket equal to Emerald etc. it will buy the item?

    if haItem().name == "bla bla bla" and
    haItem().stat.text == "Empty Socket" or haItem().sockets.gem == 'Emerald' or
    haItem().sockets.gem == 'Ruby' or haItem().sockets.gem == 'Amethyst' or
    haItem().sockets.gem == 'Topaz' then
    haBuyout()
    Last edited by crunchynut; 09-13-2012 at 02:16 PM.

  15. #345
    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
    yes with last version. it repeat's evey time on every machine.
    k i fix tonight

    Originally Posted by spaniardw View Post
    Last version: after relogin my filters (Armor/Amulet become 1Hand/All 1Hand) and stats filters go crazy (because it uses 1Hand ones)

    Regards.
    ill be doing a review of this soon... can you send me whatever script you used?

    Originally Posted by ztnko View Post
    how can i detect the block value of shields? it's the most important stat for shields. haItemStat('Block') detects only bonus block - it's maximum value is 9. But i need the real block of shield. i think weapon speed and all "white stats" is the same category.
    not available yet. its on my todo list

    Originally Posted by crunchynut View Post
    Also, is the following code correct to determine which item the bot should buy:

    If the selected item name is equal to my condition and it has more than or equal to 180 strength it will buy the item?

    if haItem().name == "bla bla bla" and
    haItemStat('Strength').Value1 >= 180 then
    haBuyout()

    Is selected item name is equal to condition and it has an empty socket stat OR has gems in the socket equal to Emerald etc. it will buy the item?

    if haItem().name == "bla bla bla" and
    haItem().stat.text == "Empty Socket" or haItem().sockets.gem == 'Emerald' or
    haItem().sockets.gem == 'Ruby' or haItem().sockets.gem == 'Amethyst' or
    haItem().sockets.gem == 'Topaz' then
    haBuyout()
    the first should work... the second... haItem().sockets is a list of sockets (since there can be more than 1)... see example of how its used in LogResults and GemMiner.

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 04:15 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