[AH Bot] HappyAuction menu

User Tag List

Page 119 of 149 FirstFirst ... 1969115116117118119120121122123 ... LastLast
Results 1,771 to 1,785 of 2227
  1. #1771
    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 ChuiChu View Post
    see top of last page, no need to decrypt if you breakpoint on function before encryption occurs

    ill look at this stuff after i post 46 with new api docs
    Sounds great.

    An alternative and faster way would be to find a skilled programmer ASAP and pay him to do the job. I'm already at it as we speak but if we were 5-6 guys splitting the cost it could be cool. Feel free to pm me if the idea sounds interesting..
    Last edited by CHandest; 07-27-2013 at 05:19 AM.
    Read my ultimate guide on how to AH bot in the guide section here at ownedcore :-)

    [AH Bot] HappyAuction
  2. #1772
    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)
    k posted 46 as stable. hopefully it is!

    highlight is the new API. see doc/Api.html . cant believe i spent time "coding" a doc lol... ill probably reuse it for future stuff though.

    reminder: your existing scripts should work as always. just remember to keep the first 3 requires in Main.lua.

  3. #1773
    BlizzPaysMyBills's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did i miss something? The old bot is still 2x faster for me and new still getting stuck after relogin. :confused:

    Hope you all switch to new bot so i will have the old faster one.

  4. #1774
    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)
    just tested between 41 and 46 using the same LogSearch in both cases. 41 ran it in 18.4 and 46 at 20.2 sec. note my first priority with this release was stability and maintenance. squeezing out performance in old version led to instabilities which led to mispurchased loot... ill review performance next

    plz use the following if you want to help compare your scripts between 41 and 46
    Code:
    local old = haUpTime()
    -- your stuff
    haAlert(haUpTime() - old)
    Last edited by ChuiChu; 07-28-2013 at 03:11 AM.

  5. #1775
    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)
    Tnx alot master Chui, the Doc are awesome know that the time you spent in there is much appreciated for a noob like me, very clear and easy to read.

    Sorry to be me to ruin the party, but v46, xGetGold() report 0.....always, it log in and enter the auction house, but then report 0..if i force a relog, is still 0.

    Still testing other stuffs, i need time to adapt the whole script, but i'm very exited, and for now, stability > all, then we will need speed, and that in line with what Chuichu said.

    /bow

  6. #1776
    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)
    Thanks for the great job, Chui, everything is written up amazing!!!

    I am getting a "Cannot get your payment info (3005) Error)" upon relog right now with the locating of the AH.
    After relog, as it tries apparently to select the AH, it gives out this error, maybe it is trying to get the gold, I am not really sure Cheers

    + When using xReset, the script stops upon logging in and the icon shows that no script is running - why it is not restarting I dont know Cheers
    Last edited by Sehae; 07-28-2013 at 09:39 AM.

  7. #1777
    RodeoRaider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    just tested between 41 and 46 using the same LogSearch in both cases. 41 ran it in 18.4 and 46 at 20.2 sec. note my first priority with this release was stability and maintenance. squeezing out performance in old version led to instabilities which led to mispurchased loot... ill review performance next

    plz use the following if you want to help compare your scripts between 41 and 46
    Code:
    local old = haUpTime()
    -- your stuff
    haAlert(haUpTime() - old)
    Hi Chuichu. Just a question out of curiosity, what is the most time consuming part when HA works? Is it memory interacting time (i.e, calling haItem())?

  8. #1778
    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)
    actually its intentionally waiting until D3 is ready for the next action. such as a button being ready for clicking or waiting on tooltip for highlight. ill add that "no tooltip" for reading items option next to speed things up btw.

    also its really not possible to speed it up any further. in fact it sucks up a lot more CPU to speed it up than to slow it down... mainly because i have to poll every millisecond waiting for D3 to be ready for the next action.

    i found the getgold bug. it only occurs if calling getgold from lobby because locate didnt give the AH enough time to load that info (gold is not available in memory at lobby).

    i guess i should have just called it B after all lol.



    update: i removed a one frame wait today and now performance is the same between 41 and 46. its at the point where i really cant make it faster where 99% of the delay is network latency. hopefully this change doesnt add the same instability of 41.
    Last edited by ChuiChu; 07-28-2013 at 04:28 PM.

  9. #1779
    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)
    k posted 47...

    @BlizzPaysMyBills let me know if its faster for you. also added the fast parameter you and others requested that skips reading tooltips:
    - UPDATE: xGetSearchItem(index, fast): added fast parameter which if true skips reading item tooltip to improve performance.
    if you want to apply this to old API edit Core/Old.lua and locate all xGetSearchItem(...) and make it xGetSearchItem(..., true)

    @Sehae: were you logging into the RMAH? ive never seen that error. i may have fixed it with xGetGold fix assuming you called that early

    @everyone with relogin issue: let me know if its better/fixed now

  10. #1780
    RodeoRaider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Chuichu! Thanks a lot for quick update.

    I am still having the relogin issue with version 47. After relogging, the bot just stopped at the main screen (with your character standing in the middle and nothing else) and HA icon turned green.

    I have tried starting the bot from the login screen and the AH but none worked.

  11. #1781
    Fgura's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    @everyone with relogin issue: let me know if its better/fixed now
    If I call haLogout() directly in my script relogging works perfectly and continues work.

    But if it reaches input limit automatically then try relogging, it stucks at the lobby screen. I tried with your sample event but nothing changed.
    xSetLogin('[email protected]','mypassword') -- create event function
    function xEventLogout()
    if xLogin() then
    xLocate('auction')
    xReset()
    end end
    @RodeoRaider:
    if you try to relogging with haLogout() you need to add this line to your Events.lua:
    -- A logout has occurred
    function xEventLogout()

    xSetLogin('[email protected]','mypassword')

    -- login loop
    and also you need to add this line to your main.lua like this:

    -- Core
    require('Core.Api')
    require('Core.Events')
    require('Core.Old')

    haSetLogin('[email protected]','mypassword')

    Then start the bot from the menu. Only this worked for me.
    Last edited by Fgura; 07-29-2013 at 04:46 AM.

  12. #1782
    DripDropFun's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh Great work, ChuiChu!! finally new version comes out!!


    but... If I have no instability in v41,

    is there any reason for upgrade?


    cuz... so many things have to change in my scripts....

  13. #1783
    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)
    Tested, new version works fine for me, guess it was the problem with GetGold, which is fixed now I also have a question about the fast parameter - what does it exactly do when implemented in the iteration.
    Cheers, Chui
    PS: Works well with multiclient as well
    Last edited by Sehae; 07-29-2013 at 09:27 AM.

  14. #1784
    spawnfestis's Avatar Contributor
    Reputation
    85
    Join Date
    May 2009
    Posts
    261
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How much are you guys earning from using this? :P

  15. #1785
    a1rborne's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get a wierd bug: in v47 when i close happyauction.exe in the bottom right corner of the windows taskbar, it doesnt really close it, i have to end the process in tsk manager to start a new one.

    Also this mouse block thing, its good to be able to browse ah when you pause the script, without having to close the bot altogether.

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