I'm having trouble getting the DC when health is x% to work.
I looked through the script and only found this:
Code:
Func ChkColor()
GUICtrlSetColor(, GUICtrlRead())
GUICtrlSetColor(, GUICtrlRead())
EndFunc ;==>ChkColor
I notice it doesn't have HP in there which I assume is the players HP
is this a known bug I tried multiple configurations and percentages
but the bot never logged out at any percentage.
And can you please show me the code which tells the bot how many
times to send a given attack. This is what I want to code in.
Code:
Send("{TAB}")
Send("{3}")
Sleep(1000 + Random(1, 100, 1))
Send("{TAB}")
Send("{3}")
Sleep(1000 + Random(1, 100, 1))
Send("{TAB}")
Send("{3}")
Sleep(1000 + Random(1, 100, 1))
It would tab a monster then cast slot 3 which would be a standard attack
to pull mobs. Then after three monsters it would begin the AOE skills in bar
4,5,6 etc. until that monster was dead then it would do the pulling loop again.
Great BOT BTW glad you released the source code. I'm trying to learn the different variables.
I'm a newbie though :P