Can someone help me with a routine to cancel buffs before I loot. It seems like the warcry buff might be screwing things up with colors on the screen. I have caught the bot skipping legendary drops a couple times now and had to intervene.
Can someone help me with a routine to cancel buffs before I loot. It seems like the warcry buff might be screwing things up with colors on the screen. I have caught the bot skipping legendary drops a couple times now and had to intervene.
LootDelay=1000 <-- increase to dissipate the colors on the floor.
Or perhaps, you have ForceToStand=0 which causes bot to use a moving attack and even when ghom is dead, it keeps moving away.
Can you explain in more details, what happened?I have caught the bot skipping legendary drops a couple times now and had to intervene.
Warcry causing problem? That does not give out any colored particle. Do you have any "nice colored" items on you or on follower? Or on the 3 ancients?
Which BKBOT version are you using also?
PS. Are you using BattleRage with +15%Damage?
if you do: That gives off a GREEN aura! BKBOT will try to pick that color!
Solution1: Do not use that Rune!
Solution2: add a routine that will change that skill to something else, that should remove the buff, and put skill back
Solution3: wait for 5 minutes for aura to dissipate
Last edited by burgaud; 06-26-2014 at 06:07 PM.
Your bot works great!
You should move the mouse away from the loot while scanning for loot. The mouseover highlight can change the color too much. It was helpful when I wrote my Mangle bot.
Autoit's PixelSearch function does not look at the mouse cursor. ie, if you cover with the cursor the spot it wants to look at, the cursor is ignored.
But it does change the Highlight as you mentioned. However, the highlight does not change the pixel colors of the text. therefore it does not matter.
i cant find the link for the new version 6/26?
The bot runs great for 2 rounds and then it keeps on clicking "tremor in the stone quest" instead of the "the breached keep" and thus fails to create the game. How can I fix this?
It is in there. click on the "Experimental........" i just forgot to place "download here" text before.
1. what resolution are you running?
2. did you create the correct PNG files? or did you run the PNG Maker?
3. How many quests do you have After "The Breached Keep"?
4. post log.txt, screen shot of quest lists.
Last edited by burgaud; 06-27-2014 at 05:03 PM.
Thank You for the wonderful Bot that u made, and i been using for 2days and it perfectly fine. Now there is a bug or it just happen to me, the bot runs fine until 2hours ago, now for some reason it won't search Ghom and click on it anymore, instead it keep spamming skill at 960,480 position. I even download the new version of jun 26 that u posted, but it still won't work.
oh nvm, i found out what happen to it, the D3Prefs.txt got corrupted so I deleted that file and now i working fine again![]()
I am running 1920x1080 16:9 windowed fullscreen. I did create the correct PNG files for the Ghomquest light and dark. I also ran the PNG Maker. I only have 1 quest after the breaked keep which is the tremor in the stone quest.
did anyone test out the 1280x720 16:9? I tested it and everything run fine, until it enter Ghom, it just stood there for 5 seconds (or until the Larder Corridor time run out) then says Can't find Ghom and leave game. (This only happen on my laptop, the desktop is fine)
Last edited by khongx; 06-27-2014 at 11:30 PM.
#1 What class? do you have all 6 skills available? ie, have enough resource? skills not greyed?
#2 Manually go down from Keep Lvl 3 to Larder, once in Larder, wait for 1~3 seconds, then take screenshot
#4 post screenshot, without your name
#5 post log.txt also from your run
Without these info, I can only GUESS what your problem is:
Wild Guess
Larder Corridor + Can't find Ghom
What is your HOTKEY for moving?
Does it match with what is specified in your D3 client?[KeyBindings]
KeyForceMove=?
KeyForceStand=?
Inside Larder, BKBOT does not use MouseClick to move. It uses Mouse Point + Keypress to move.
This is much more efficient, less clicks (less spam), and you can still move when the destination is a target.
ie, If you intend to go near Ghom and Left Click on him with Plague Toad assigned to that button, Will you go to him as Intended? Or will you attack as not intended?
Last edited by burgaud; 06-28-2014 at 07:01 AM.
i just noticed that the screenshot says 1368x768, but in the game i had it for 1280x720. My laptop max resolution is 1366x768, so maybe that's the problem?
- 6/28/2014 8:40:48 AM Creating Game
- 6/28/2014 8:41:08 AM Check Inventory
- 6/28/2014 8:41:10 AM Goto Keep Depths Level 3
- 6/28/2014 8:41:14 AM Goto Larder
- 6/28/2014 8:41:17 AM Larder Corridor
- 6/28/2014 8:41:19 AM Skills Initialized
- 6/28/2014 8:41:37 AM Error: Could not find Ghom
- 6/28/2014 8:41:39 AM Leaving Game
Checking log.txt, lines 1to 5, all indicates that, it was able to find the coordinates properly on a 1368x768 laptop with D3 running in 1280x720p. I assumed you used the PNGMaker to make the necessary PNG files as against manually doing it.
What I can see is that, in Line 7, you mentioned "It just stood there". This indicates to me that, your D3 client is not configured to use "V" as move key. BKBOT maybe configured to use V as move, but that does not imply D3 is. Manually move your toons around by:
Pointing (NOT CLICK) the Mouse to the right
then press "V"
Did your toon MOVE?
1) NO: Problem solved, assign V in D3 key bind
2) YES: I need more info