[AH Bot] HappyAuction menu

User Tag List

Page 122 of 149 FirstFirst ... 2272118119120121122123124125126 ... LastLast
Results 1,816 to 1,830 of 2227
  1. #1816
    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)
    humm...

    xGetGold() returns 0.....


    I insert enough xSleep() but still it returns null...
    Last edited by DripDropFun; 08-03-2013 at 06:57 PM.

    [AH Bot] HappyAuction
  2. #1817
    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,

    I inserted xSleep() 50 100 1000 at various places inside EventLogout but none of which cures the reloggin problem for me .

  3. #1818
    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)
    for those with xGetGold always returning 0 AND you have CheatEngine installed can you plz do the following:

    1. open d3 go to AH
    2. open cheat engine
    3. file/open process -> Diablo III.exe
    4. CTRL-B (opens memory view)
    5. right click lower window/goto address in memory view
    6. enter:
    ["Diablo III.exe"+00EDECF0]+5c
    7. left click lower window and hit. CTRL-4
    8. do you see your gold value in the first row/column of the lower window?
    9. if not goto #6 and enter:
    ["Diablo III.exe"+00EDED00]+5c
    10. if ither address works right click lower window/goto address:
    "Diablo III.exe"+00EDECF0
    and tell me what the address is (top left value in lower window)

    im 99% sure this will help me fix... thx
    Last edited by ChuiChu; 08-03-2013 at 10:43 PM.

  4. #1819
    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 RodeoRaider View Post
    Hi Chuichu,

    I inserted xSleep() 50 100 1000 at various places inside EventLogout but none of which cures the reloggin problem for me .
    see if the following works for you (relogin loops on reading auction log).

    Main.lua:
    Code:
    require('Core.Api')
    require('Bots.LogHistory')
    
    xSetLogin(.....)
    
    function xEventLogout()
    	if xLogin() then
    		xLocate('auction')
    		xReset()
    	end
    end
    
    LogHistory()
    xLogout()
    xEventLogout()
    if it does, try again with the following until input limit error (this time logs search results)

    Code:
    require('Core.Api')
    require('Bots.LogSearch')
    
    xSetLogin(.....)
    
    function xEventLogout()
    	if xLogin() then
    		xLocate('auction')
    		xReset()
    	end
    end
    
    while true do
    	LogSearch()
    end
    Last edited by ChuiChu; 08-03-2013 at 10:39 PM.

  5. #1820
    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,

    I tried the script exactly like you posted and it worked but the behavior was strange:

    *For the 1st code snippet:
    + Logged in.
    + Stalled after openning the AH for few seconds even I did not set any Sleep or Global Delay. Strange?
    + Did nothing and logged out.
    + Logged in again.
    + Stalled for few seconds again.
    + Went to the completed tab and worked.
    + After that the relogging and work sequence happened correctly.

    *For the 2nd code snippet:
    + Starting the script from the login screen did not work, the bot stalled after opening the AH (but not the Equipment tab), HA icon was still red but nothing happened.
    + Starting the script from the AH screen got the bot to work normally. The relogging worked. But the bot still stalled for a few seconds after the AH was opened like described above.

    If I apply the logic of the 1st code snippet to my bot, the bot works wonderfully! However:

    +If the bot is started from the loggin screen, same stalled behavior happened like what happened in the case of code snippet 2. Notice that the bot did not open the Equipment tab, it could only open the AH. I wrote a sample script that has xLocate('auction.search.equipment') and started it from the loggin screen, the bot could not open the Equipment tab too.
    + There are still unknown delay intervals after opening the AH and before/after(?) going to the Completed tab to send item to stash.

    I guess these intervals maybe your intention but it kinda makes the bot really slow.

    Hope these info are helpful for you to debug the problem .

    Added: I also got my bot to work with the exact above behavior if I modified my script in this way:
    Main.lua
    require('Core.Api')
    require('Core.Events')
    require('Core.Old')
    xSetLogin()
    xLogin()
    xLocate(Equipment tab)
    Set all filters here instead of setting in Mybot.lua
    require(Bots.Mybot.lua)

    I suppose the problem may be related to the filters code as well? Because Fgura could get his script to work by relocating his filters code into xEventLogout().
    Last edited by RodeoRaider; 08-04-2013 at 01:18 AM.

  6. #1821
    tinafey's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cant move my mouse when I start the bot.
    how can I set the bot work with D3 window in background?

  7. #1822
    song0915's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI
    I need advise ^^;

    I.m making script for 48 version.. but I have filter problem.
    very often it fills wrong or skips some filters ^^;;

    how can I avoid.... or reduce getting wrong filter?
    I have to insert xSleep() between every xSetStat()?

  8. #1823
    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 song0915 View Post
    HI
    I need advise ^^;

    I.m making script for 48 version.. but I have filter problem.
    very often it fills wrong or skips some filters ^^;;

    how can I avoid.... or reduce getting wrong filter?
    I have to insert xSleep() between every xSetStat()?
    You can't as it is right now.

    In V41 you can put a xSetGlobalDelay(1000) before xSetStat() and xSetGlobalDelay(0) right after to avoid it. But this doesn't work in v48. xSetGlobalDelay() doesn't slow the filtering-process down as it is right now so I guess you'll have to wait and use v41 in the meanwhile
    Last edited by CHandest; 08-05-2013 at 04:55 PM.
    Read my ultimate guide on how to AH bot in the guide section here at ownedcore :-)

  9. #1824
    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 RodeoRaider View Post
    Hi Chuichu,

    I tried the script exactly like you posted and it worked but the behavior was strange:

    *For the 1st code snippet:
    + Logged in.
    + Stalled after openning the AH for few seconds even I did not set any Sleep or Global Delay. Strange?
    + Did nothing and logged out.
    + Logged in again.
    + Stalled for few seconds again.
    + Went to the completed tab and worked.
    + After that the relogging and work sequence happened correctly.

    *For the 2nd code snippet:
    + Starting the script from the login screen did not work, the bot stalled after opening the AH (but not the Equipment tab), HA icon was still red but nothing happened.
    + Starting the script from the AH screen got the bot to work normally. The relogging worked. But the bot still stalled for a few seconds after the AH was opened like described above.

    If I apply the logic of the 1st code snippet to my bot, the bot works wonderfully! However:

    +If the bot is started from the loggin screen, same stalled behavior happened like what happened in the case of code snippet 2. Notice that the bot did not open the Equipment tab, it could only open the AH. I wrote a sample script that has xLocate('auction.search.equipment') and started it from the loggin screen, the bot could not open the Equipment tab too.
    + There are still unknown delay intervals after opening the AH and before/after(?) going to the Completed tab to send item to stash.

    I guess these intervals maybe your intention but it kinda makes the bot really slow.

    Hope these info are helpful for you to debug the problem .

    Added: I also got my bot to work with the exact above behavior if I modified my script in this way:
    Main.lua
    require('Core.Api')
    require('Core.Events')
    require('Core.Old')
    xSetLogin()
    xLogin()
    xLocate(Equipment tab)
    Set all filters here instead of setting in Mybot.lua
    require(Bots.Mybot.lua)

    I suppose the problem may be related to the filters code as well? Because Fgura could get his script to work by relocating his filters code into xEventLogout().
    thx to this and alcor's pm confirming the gold address is fine i narrowed it down to certain xLocate combaintions and have it fixed

    there was also some d3 wierdness where if i go to lobby -> somewhere in AH that it requires a pointless 300ms'ish delay or it wont accept the AH click, even though the state of that button is ready/visible/etc (like how i do it everywhere else).

    updating this soon

    Originally Posted by tinafey View Post
    I cant move my mouse when I start the bot.
    how can I set the bot work with D3 window in background?
    mouse is disabled to prevent user interaction....
    to use mouse.... simply start d3 in a window and have your mouse somewhere else when you hit ctrl-F12 (its a global keybind)

    Originally Posted by song0915 View Post
    HI
    I need advise ^^;

    I.m making script for 48 version.. but I have filter problem.
    very often it fills wrong or skips some filters ^^;;

    how can I avoid.... or reduce getting wrong filter?
    I have to insert xSleep() between every xSetStat()?
    make sure you have vsync enabled. it may still occur as CHand reported, which im looking into that now. ill try to make sure it works with vsync off as well




    also can you guys let me know which specific filters are failing for you and how often? im having a tough time getting it to screw up... i used the following to test and watched visually (vsync off @ 150fps or so).

    Code:
    xSetPrimary('1-hand')
    while true do
    	xClearAllStats()
    	if  xSetStat(1,'stren',10) == false or
    		xSetStat(2,'dext',20) == false or
    		xSetStat(3,'vital',30) == false or
    		xSetStat(4,'intell',40) == false or
    		xSetStat(5,'has sock',50) == false or
    		xSetStat(6,'gold find',60) == false
    	then
    		xMessage('FAIL')
    	end
    end
    Last edited by ChuiChu; 08-06-2013 at 01:20 AM.

  10. #1825
    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
    also can you guys let me know which specific filters are failing for you and how often? im having a tough time getting it to screw up... i used the following to test and watched visually (vsync off @ 150fps or so).

    Code:
    xSetPrimary('1-hand')
    while true do
    	xClearAllStats()
    	if  xSetStat(1,'stren',10) == false or
    		xSetStat(2,'dext',20) == false or
    		xSetStat(3,'vital',30) == false or
    		xSetStat(4,'intell',40) == false or
    		xSetStat(5,'has sock',50) == false or
    		xSetStat(6,'gold find',60) == false
    	then
    		xMessage('FAIL')
    	end
    end
    It happens for me if I'm using more than 1 filter in my search. A Witching Hour with strength and vitality made it fail. It doesn't fail with only one stat, a Witching Hour with all resistance for instance.
    The fail happens to me rarely with only using one client too. It happens 2-3 times a day with 5+ instances on the PC (150 fps). 1 time in 12 hours with 60 fps.
    Read my ultimate guide on how to AH bot in the guide section here at ownedcore :-)

  11. #1826
    song0915's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    CHandest and ChuiChu

    THANKYOU so much for your advice ^^!!!
    hope it repaired soon ^^



    one more question...

    item.aps doesn't work for me...... returns 0
    and item.mdamage and item.xdamage also..

    I cannot make weapon script wthout them..... ToT
    (I'm playing D3 Korean version)
    Last edited by song0915; 08-06-2013 at 01:26 PM.

  12. #1827
    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)
    im looking at korean locale next... that text must be formatted differently where it wont parse it. ill just update it to look only for numeric values and pull them out.

    anyway updated to 49... hope i squish all the bugs so far. thx++ @ those who helped me find em!

  13. #1828
    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)
    Hello!
    V49:
    Unfortunately there is still the same problem:
    After relogin loop success it just stops in the auction house with yellow icon and my script doesn't continue. Exactly the same as in the previous 'beta' versions.
    Tried everything but I can't solve this.
    Have you got any idea? Does anybody have similar problem here?

    Regards,
    Fgura

    EDIT: After relogin loop sucess the bot doesn't want to set my filters again or continues the script. Tried with several ways to force it to set again those filters (haFilterchar, Primary, Secondary, Level, Unique etc.) but it always resulted overflow and/or the bot crashed.
    Last edited by Fgura; 08-07-2013 at 04:20 AM.

  14. #1829
    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)

  15. #1830
    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)
    Fgura, it must me a logic problem, beacuse to me everithing work exactly like i hoped it work!!

    Master Chui, you hit the target this time!! all my test are a sucess, i'm still digging complex logic, but all problems we talked about are solved!
    Now if someone come and say this is slowest than before, i tell you to go dig the documentation, learn and you will see the real potential of this jewel!

    Chuicu, 10+++++++++++++++++++++++++++++++++++++++++++++++++++++++++!

    /deep Bow

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