Hi.
I have some issues with this bot. (Maybe the problem was answered before, I've not been patient enough to read the whole thread)
Config and launching steps are OK.
Then the bot seems to become "mad". Basicaly it fails to buff up.
That's the sequence sent by the bot.
Quote:
3^^^=^^^^d=^^^^^4^^^=^^^^d=^^^^^5^^^=^^^^d=^^^^^6
etc...
|
I suppose "^" is the default key for switching the bars, but in my language configuration (French) it's "²" (I've tried English without success)
Quote:
Func SwitchBarOn()
For = 1 To ( - 1)
ControlSend(, "", "", "{^}")
Sleep(10)
Next
Return ("1")
EndFunc ;==>SwitchBarOn
Func SwitchBarOf()
For = 0 To (4 - )
ControlSend(, "", "", "{^}")
Sleep(10)
Next
Return ("0")
|
I tried to replace "
^" by "²" in this code, without success (I'm a newbie in coding)
I also need to tell you that "=" is the lens key, and that I'm tempting to use lens buff.
Quote:
Func Buff(, )
If GUICtrlRead([]) = 1 Then
If TimerDiff([]) >= (GUICtrlRead([]) * 1000) Or TimerDiff([]) = "" Then
If GUICtrlRead() = 1 Then
ControlSend(, "", "", "{d}")
= SwitchBarOn(GUICtrlRead())
ControlSend(, "", "", "{" & GUICtrlRead() & "}")
= SwitchBarOf(GUICtrlRead())
|
I think I might have found the "
d" here.
I have told everything I know. What can you do for me?
(And please excuse me for my english, it's a bit hard for a french guy)