Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
Put
exit()
At the end of each macro
Posts: 9
Threads: 3
Joined: Jul 2015
Reputation:
0
you mean :
100
{Kill Start}
VK_KEYUP:=36
Tibia.IsKeyDown(!VK_KEYUP!)==1
Killer.Start()
exit()
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
Bot will finish killing creatures it attacks first
You had same name of variable.
100
{CBStop}
VK_KEYDOW:=34
Tibia.IsKeyDown(!VK_KEYDOW!)==1
Cavebot.Stop()
Killer.Stop()
exit()
100
{CBStart}
VK_KEYUP:=33
Tibia.IsKeyDown(!VK_KEYUP!)==1
Cavebot.Start()
Killer.Start()
exit()
Posts: 9
Threads: 3
Joined: Jul 2015
Reputation:
0
i mark active in Cavebot and attacker in Killer
when i use macro, Cavebot is stop but Killer not. i dont know why.
Cavebot working Killer now. Unless when atacking monsters, macro worn when?
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
05-12-2016, 12:44 PM
(This post was last modified: 05-12-2016, 12:45 PM by Catar.)
As I said, it will keep attacking ask monsters he already saw.until screen is clear of monsters.
You can try adding Self.Stop() under Killer.Stop()