BK Ghom Bot (fully customize-able skills) menu

User Tag List

Page 8 of 24 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 346
  1. #106
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Off hand, a bad install.
    The error you pointed refers to imagesearch.au3 which I didnt write.
    And I havent seen such an error ever other than the fact it should have been

    IF $RESUL[0] = "0" THEN RETURN 0
    IF $ RESULT^ ERROR
    Did you modify the script?

    However, interesting though with imagesearch.au3, the variable $result was never declared. perhaps the reason why you are getting an error.
    in line 37, edit it to become:

    local $result[5] = DllCall("ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$righ t,"int",$bottom,"str",$findImage)

    BK Ghom Bot (fully customize-able skills)
  2. #107
    gamerscore's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does bot reconnect if you get disconnected to the login screen in game?

  3. #108
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gamerscore View Post
    Does bot reconnect if you get disconnected to the login screen in game?
    For details:
    http://www.ownedcore.com/forums/diab...ml#post3051389 (BK Ghom Bot (fully customize-able skills))

    specifically, What it can do Steps 1 and Steps 9

  4. #109
    gamerscore's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So it doesnt reconnect you when get disconnected, unless the game is not running. Wish we have a way to exit game when you are not logged in, i.e, when it asks for your login & pass. Because this is the problem if internet is disconnected due to isp problems the game doesnt exit to desktop.
    Last edited by gamerscore; 06-12-2014 at 02:51 AM.

  5. #110
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gamerscore View Post
    So it doesnt reconnect you when get disconnected, unless the game is not running. Wish we have a way to exit game when you are not logged in, i.e, when it asks for your login & pass. Because this is the problem if internet is disconnected due to isp problems the game doesnt exit to desktop.
    You failed to understand #9 which is explained further below at #4.

    Or read the code itself
    Code:
    	if $STATUS = "Rest" or $STATUS = "Reset" or $STATUS = "Login Detected: Closing Diablo 3" then
    		MouseClock()
    		$ErrorCount = 0
    		LoadConfig()
    		if ProcessExists("Diablo III.exe") then
    			ProcessClose("Diablo III.exe")
    		elseif ProcessExists("Battle.net.exe") then
    			ProcessClose("Battle.net.exe")
    		elseif IsTimeOut($TimeOut) then
    			$STATUS = "Launching Battle.net"
    			$TimeOut = SetTimeOut(5000)		; 5 seconds Initialization
    			$RunTime = SetTimeOut(Random($MaxRunTime[1],$MaxRunTime[2]))
    		endif
    Maybe you can deduce what it means when it is capable of knowing Login is detected and what it does thereafter.


    Honestly, there are 4 ways/methods in which BKBOT recovers

    #1. By way of it being able to determine that it is a LOGIN and automatically closed D3
    #2. In case you failed to create the appropriate LOGIN.PNG file, it will issue a "ESC" keypress (which automatically exits D3)
    #3. In case D3 hangs, lags or any thing else unresponsive, BKBOT gives D3 a specific amount of time to respond to each inputs, and if there are too many no-responses, BKBOT automatically closed D3 and start the whole thing all over again.
    #4. If enabled, BKBOT will BOT for a specific amount of time, then kills D3; if it was stuck in Login, by this feature itself, it will recover thereafter. This however is NOT the intended function to recover from a LOGIN, but a recovery feature nonetheless for any unresponsiveness.

    BKBOT is very robust in error recovery:
    Lag (unresponsiveness)
    Disconnection
    Too low DPS (Dies way too often) but will not downgrade Difficulty Level


    BKBOT does not handle at this time is to AUTOMATIC UPDATE of D3!
    Last edited by burgaud; 06-12-2014 at 06:01 AM.

  6. #111
    gamerscore's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you burgaud for the explanation. I'm gonna try your bot now for the 1st time because other bots don't handle dcs very well and my net connection is acting up lately (like 2 disconnections per hour) so I had to be sure the bot can reconnect. I have no problem with patch recognition as they happen to be implemented once a week or after maintenance. I usually check my bots every 8 hrs.
    Last edited by gamerscore; 06-12-2014 at 06:18 AM. Reason: corrected spelling of burgaud lol

  7. #112
    hUi33's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi burgaud, firstly, wanted to thank you for this very nice BK. I have been using it for a while. Recently, i started a new class and was using BK to get some gear while working. I notice the BK will get stuck if the Quest ends up at "Tremors in the Stone". I couldn't fugure it out why. When i am using BK on my Barb, it works perfectly, but on the new Wiz, it just stuck. All setting remains constant, so i need yr advise.

  8. #113
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when u say, stuck, where stuck at?

    a. quest selection? or
    b. it enters the game and quest Tremor was selected? if so does it happen lots of time?


    please post log.txt
    and screenshot too.. omit your name on screenshot

  9. #114
    hUi33's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by burgaud View Post
    when u say, stuck, where stuck at?

    a. quest selection? or
    b. it enters the game and quest Tremor was selected? if so does it happen lots of time?


    please post log.txt
    and screenshot too.. omit your name on screenshot

    If we kill ghom at his lair and leave game, we get this screen: Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

    This screen is smooth, no problem selecting.

    If we kill ghom and we teleport to town and leave game, we get this screen: Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

    This screen display the quest as part 4 instead of part 3, and the BK will stuck, unable to choose part 3 anymore.

  10. #115
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you got one of the ghomquest png files not matching.

    use the included pngtest.au3 to check which png file is not matching.

    if you can paste log.txt, i can also determine where you are getting problem

    off hand, i can deduce you got a bad ghomquestdark.png

  11. #116
    hUi33's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by burgaud View Post
    you got one of the ghomquest png files not matching.

    use the included pngtest.au3 to check which png file is not matching.

    if you can paste log.txt, i can also determine where you are getting problem

    off hand, i can deduce you got a bad ghomquestdark.png

    That is what i thought, but the situation is, BK works flawlessly with Barb. All png files and setting are the same. When i switch to my Wiz, then the problem occurred.

    Meanwhile, i just disabled teleport to town for a time being and check the png. Is there a way to reduce the strictness while comparing png..?

  12. #117
    tsutomi's Avatar Private
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hUi33 View Post
    If we kill ghom at his lair and leave game, we get this screen: Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

    This screen is smooth, no problem selecting.

    If we kill ghom and we teleport to town and leave game, we get this screen: Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

    This screen display the quest as part 4 instead of part 3, and the BK will stuck, unable to choose part 3 anymore.
    Hi,
    I was getting this same error whenever I tried this on a new toon.
    The solution I found was just to complete three more quests in campaign (killed Siegebreaker and get the wp). Try this and see if it works

    Regards

  13. #118
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tsutomi View Post
    Hi,
    I was getting this same error whenever I tried this on a new toon.
    The solution I found was just to complete three more quests in campaign (killed Siegebreaker and get the wp). Try this and see if it works

    Regards

    i agree.

    as i remember, the code is currently looking upto line 500 and frowhat i can deduce, your ghom quest dark is below it.

    you can either do some more quest after ghom
    or
    edit the code to search up to line 550

    it is inside the function CreateGame imagesearch

    sorry, im out of town, back in 30 hrs. i dont remember the whole line
    Last edited by burgaud; 06-13-2014 at 08:50 AM.

  14. #119
    hUi33's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tsutomi View Post
    Hi,
    I was getting this same error whenever I tried this on a new toon.
    The solution I found was just to complete three more quests in campaign (killed Siegebreaker and get the wp). Try this and see if it works

    Regards

    This works, ty Tsu and Burg =)

  15. #120
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HOTFIX:

    To those who do not have much Quests after Ghom and is getting stuck selecting the Ghom Quest when "The Breached Keep" quest bar is dark, AND you are sure your GhomQuest png files are valid, please add some more quest AFTER Ghom. However adding more Quests after may not be a long term solution; should you in any way do some quests BEFORE Ghom such that GHOM quest is pushed even further below the list, it will recur again.


    The better solution is to change:

    if _ImageSearchArea("PNG\GhomQuestDark.png", 1,725,400,1160,550,$x,$y,32) then
    TO
    if _ImageSearchArea("PNG\GhomQuestDark.png", 1,725,400,1160,600,$x,$y,32) then
    and
    elseif _ImageSearchArea("PNG\GhomQuestLight.png", 1,725,400,1160,550,$x,$y,32) then
    TO
    elseif _ImageSearchArea("PNG\GhomQuestLight.png", 1,725,400,1160,600,$x,$y,32) then
    This should scan a much larger Area in the Quest List so much so, the 3rd bottom Quest will now be included in the scan area.
    Having said that, you MUST have at least 2 more quests after The Breached Keep.
    It is not possible to simply have 1 more Quest Below. Reason:
    If The Breached Keep is the 2nd last, once you click on it, the Kill Ghom subquest will not be visible.


    Thanks to tsutomi for informing us of this problem.
    Last edited by burgaud; 06-14-2014 at 06:30 AM.

Page 8 of 24 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. Replies: 0
    Last Post: 03-02-2009, 11:29 PM
  2. WoWSerenity - Soon to be fully custom!
    By MaXxxLove in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 05-05-2008, 05:15 AM
  3. Replies: 0
    Last Post: 01-31-2008, 11:02 PM
  4. [Release] CoreWoW Ultimate FunDB for 2.3 - Fully Custom DB
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 46
    Last Post: 12-24-2007, 05:29 AM
  5. Bot that's able to get past images...
    By Kjetulf in forum Community Chat
    Replies: 4
    Last Post: 08-19-2006, 03:15 AM
All times are GMT -5. The time now is 11:22 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search