[AH Bot] HappyAuction menu

User Tag List

Page 86 of 149 FirstFirst ... 36828384858687888990136 ... LastLast
Results 1,276 to 1,290 of 2227
  1. #1276
    knightxii's Avatar Sergeant
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alcor75 View Post
    I have newer, ever bought a item i did not intended to buy, might it be script related?

    P.S. I have a small last sec request, that you can even skip for this release, if that steal to much time (i'm so exited to see next release :P ):
    can we get level requirment of a item? item level is not very accurate atm. once again this is wery secondary, skip it if it take you even 1 hour of you soo much precious time.

    Tnx again for what you do, ChuiChu.
    Originally Posted by Orbiter87 View Post
    Buying of wrong items happens on rare occasions, maybe once every two days if botting 24 hours each day. It always seems to buy a wrong item AFTER an intended item is bought and it always seems to be the NEXT item in the iteration that is bought wrongly.

    Both of your problems are script related,not Happy Auction..... lol

    [AH Bot] HappyAuction
  2. #1277
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Pls friend, enlight me, how do we know item level requirment? item.ilevel is the item level, not the level requirment, pls pls enlight me..

  3. #1278
    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 Orbiter87 View Post
    Buying of wrong items happens on rare occasions, maybe once every two days if botting 24 hours each day. It always seems to buy a wrong item AFTER an intended item is bought and it always seems to be the NEXT item in the iteration that is bought wrongly.
    that narrows it down a bit... its probably cause of the item list shifting around after purchase. to quick fix for now either:
    - add a 50ms+ delay which may fix it
    - or call haListIterate() an extra few times after a buy

    ill fix next release + expose more manual iteration.

    Originally Posted by alcor75 View Post
    I have newer, ever bought a item i did not intended to buy, might it be script related?

    P.S. I have a small last sec request, that you can even skip for this release, if that steal to much time (i'm so exited to see next release :P ):
    can we get level requirment of a item? item level is not very accurate atm. once again this is wery secondary, skip it if it take you even 1 hour of you soo much precious time.

    Tnx again for what you do, ChuiChu.
    will do... i assume the bottom right text in item popup

  4. #1279
    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)
    also for non-EN locale folks if you require support for gems edit the corresponding locale file...

    EXAMPLE:

    1. If Korean open bin/Locale/koKR.txt (using UTF. Also open enUS.txt for reference.
    2. In D3 locate items with gems. Hover over the item and note the text for the gem. Such as +100 Minimum Damage for RUBY.
    3. Take just the text porition (Minimum Damage) and replace the value for GEM_STAT_AVERAGEDAMAGE=<value>
    4. Do the same for the remaining gems.
    5. Also update HOVER_STAT_PERCENTDAMAGE (+x% Damage) to get accurate weapon+Ruby DPS calculation

    you will need to restart HA (right click taskbar icon/exit/restart) to test this.

  5. #1280
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    /HUGS!!!

    tnx so much! Chuichu, as always your help is unvaluable, if we ever can do something pls let us know.

  6. #1281
    seraph18's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ChuiChu, thank you for your hard work!

    Do you have any good suggestions if I want to sell gold in RMAH automatically? Getting up early without enough sleep is a very very bad thing

    Thanks again!

    edit:

    Just saw the update of .39
    haClick should make it possible to do the sell, although it may not be stable...
    Last edited by seraph18; 04-24-2013 at 03:01 AM.

  7. #1282
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    BugReport:
    Code:
    while haSendToStash() do haSleep(1000) end
    haSleep(100)
    while haSendToStash() do haSleep(1000) end
    and it stop at first refound it finde (from a failed buyout) and newer withdraw it, then it continue to next part of code. i end up with a pile of refound in the complete tab and no money in balance

    Other stuff work like a dream!!!!!!!

    /bow

  8. #1283
    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
    UPDATES
    -- NOTE: this does not include full item detail since the tooltip I normally read from is not always available.
    the only purpose of sell log is to analyse selling items so the minimum i need is item.hash item.sale and item.cash... without hash or all stats that i can compare and decide that it's exact item that i buy with exact filter for exact price this sell log is unusable or may be i don't understand smth...

    i test with script like:

    Code:
    while haSendToStash() do
     local item = haItem()
     print (item.hash.." "..item.sale.." "..item.cash.." "..haItemStat('Strength').value1)
    end
    i pray you find the way to find the tooltip with this info because it's in game - for examle it's in auciton log or you can shift+click on gold icon in sent to stash tab and item will be linked in chat and can be clicked and see full tooltip etc...
    Last edited by ztnko; 04-24-2013 at 05:14 AM.

  9. #1284
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    you have item.hash, and you need to keep track of item buy price in a database, so yyou can compare hash, buy price and cash = your gain.

    but pls test my bugreport and let me know if it is me or a real bug, i'm digging the memory atm.

  10. #1285
    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 don't have hash when haSendToStash() so i can compare only cash and name... there is some ways to identify only with cash - need to rewrite selling function to make every price unique - for example if now i sell for 13999000 then i need to add increasing counter to last 3 digits like 13999001 and use these counter ot identify items instead of hash... the better way is to use item.cbid+item.buyout - with 2 fields it will be enough unique... but it's so ugly method comparing to right method with hash

    now i have database with tables:
    1. filter table with all stats of item that i want to buy and <filter id>
    2. buy table with all stats of item that i really buy and <filter id> and <hash>
    3. sell table with all stats of item that i list with <filter id> and <hash>

    what i need:
    4. sold table with all stats of item that i sold with <filter id> and <hash>

    so i can link every table with each other to see what i need and these select requests is easy to wite

    and what i need to do now without sold.hash
    3. sell table with all stats of item that i list with <filter id> and <hash> <unique price>
    4. sold table with <name+unique price>

    and now it's very hard sql request to link filter table with sold table... and the main purpose of sell log is to correct filters and not manually but automaticaly... now filter table corrects only according to moment prices on aucion but the purpose is to take into consideration sold history for that filter... it's 10x harder now not taking into consideration of implementing this central counter that make unique prices itself...

    and even if i implement all of that there is very big problem - nobody likes prices like 13999787 and everybody likes 13999000 so implementing unique price method i will reduce my sales!!!
    Last edited by ztnko; 04-24-2013 at 06:55 AM.

  11. #1286
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    dublepost, sorry
    Last edited by alcor75; 04-24-2013 at 06:21 AM.

  12. #1287
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    I confirm every single word you said, i'm in the same boat and i hope you are not in euro.

    .39 buglist:
    - item.hash is missing for sold item
    - refund golds are stuck in the complete tab. (no info on what item we have missed.)

  13. #1288
    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)
    confirm ignoring failed gold bug
    Last edited by ztnko; 04-24-2013 at 06:35 AM.

  14. #1289
    mahadeva's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, wait a very long time sell log. Now I'm almost happy but i can't use sell log without hash. Do it plz. Thx. Thx. Thx.

  15. #1290
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haSendToStash() dont working properly now. It's not taking my gold from failed buyouts.

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 11:26 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