Have you read the previous pages in these forums? That's where I figured it out without re-asking questions that have already been answered.
Since you clearly didn't, the answer is in the DH section towards the top of the config file, change the following:
buttomleftrighttimes=higher number than what it was
rightclicktimerdh=more than what it was, depending on your needs
leftclicktimerdh=more than what it was, depending on your needs
Mine personally is 7, 20, 1200. But I have an extremely high amount of resource reduction. You may want something a little more even. I use punishment on the right click, and CA-loaded bear on the left click.
Thanks for answer me guys.
Yes like I've said I've increased all the values, I've played with them, now I have this set:
but no matter what values I use, the demonhunter will only shoot 42 times, and only with primary attack, it doesns't use buffs, just only attacks with primary (left click) 42 times.[Character]
Wizard=0
demonhunter=1
witchd=0
barbarian=0
monk=0
crusader=0
...
[DEmonspec]
buttonleftrightimes=999
rightclicktimerdh=1500
leftclicktimerdh=1500
[Settings]
...
averageandtotaltimerun=99
With that problem I only can use the bot with "normal" difficult.
PS: I have no problems to kill the Boss on Master mode, but using secondary weapon (rapid fire) and using buffs.
Any idea of what I'm having this problem with the bot?
thanks
Thanks for help.
But yes I've the keybinding settings as default (1-2-3-4), I've really followed all the instructions inside the Bot folder.
PS: I've better results recording my own macro with "Jitbit macro recorder" software, this Bot is far to be "Best ghom bot" as it says in the title, nothing works for me.
Last edited by pitoloko; 05-09-2014 at 09:47 AM.
I am using my wizard and can easily complete T1. I want to move up to T2 but I need another 10 seconds of fighting before the bot leaves the game. Where in the au3 file can I increase it? I figured it has to be somewhere around here :
print("Tries : " & $y0 & " Fight Ends when reach 0")
Send("1")
Sleep($archonspellcd)
potionusage()
lookingforhealthbarboss1()
$y0 = $y0 - 1
Until $y0 = 0
Running the bot, after about 2hours it gets stuck at joining the game. I had this issue when I wasn't able to kill ghom in time. That issue is now resolved, but issue still occurring. 1 of 2 things are happening. 1) fails to join game but kill ghom quest is still selected and bot doesn't know what to do. 2) I kill ghom but after looting doesn't finish going to town, not going to town doesn't push to next quest and bot doesn't know what to do.
Any suggestions?
@richardpt
I wrote this routine; it will check if a skill is on cooldown or not. With this, bot can easily decide when to use a skill or not without having to spam "1,2,3,4" every second non-stop.
WIP: figuring out a way to check for availability of skill when not enough resources.
func IsSkillAvailable ($s)
local $y = 1001;
select
case $s = 1
return( SearchPixel(658,$y,658,$y,PixelGetColor(659,$y),4))
case $s = 2
return( SearchPixel(725,$y,725,$y,PixelGetColor(726,$y),4))
case $s = 3
return( SearchPixel(791,$y,791,$y,PixelGetColor(792,$y),4))
case $s = 4
return( SearchPixel(858,$y,858,$y,PixelGetColor(859,$y),4))
endselect
endfunc
func SearchPixel ($x1,$y1,$x2,$y2,$color,$tolerance)
PixelSearch ($x1,$y1,$x2,$y2,$color,$tolerance)
if @error = 1 then
return(0)
else
return(1)
endif
endfunc
Unbelievable. Every problem. EVERY SINGLE problem people are having has been discussed and asked and thoroughly explained in this thread already. Not to mention the instructions that come with the bot or the limited number of settings in the config file that actually apply to your class.
Teach a man to fish right? Read the forum and try changing numbers in your config. There now you'll eat for a lifetime.![]()
please add a 1 or 2 seconds pause, before leaving the game, the bot is leaving the game too fast sometimes and didn't get the checkpoint making impossible to choose the quest again, sometimes the bot restarts and solves that, but sometimes the quest "kill ghom" never hides and the bot dont know how to choose it! add this delay before leaving!!