Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
killer.stop problem
#1
Hi,

i try to create macro

100
{Kill Start}
VK_KEYUP:=36
Tibia.IsKeyDown(!VK_KEYUP!)==1
Killer.Start()

e.g if i change Killer.Start to Cavebot.Start it works but i dont know why Killer.Start dont work Sad

Help plax Big Grin
Reply
#2
Put
exit()

At the end of each macro
Reply
#3
you mean :

100
{Kill Start}
VK_KEYUP:=36
Tibia.IsKeyDown(!VK_KEYUP!)==1
Killer.Start()
exit()
Reply
#4
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()
Reply
#5
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?
Reply
#6
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()
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)