Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hotkey Macro
#1
Hello,

i need macro to stop cavebot, stop atacking and stop looting. i want to press Delete on my keyboard and stop/start these three things.

I need to know how crate that macro,
possible that I will still want to assign something.


GL&HF
Reply
#2
You can have macro to stop killer, cavebot, but There is no command to stop looter

Find that commands in command list you have on website or in macro editor

You can stop everything by pressing ctrl +shift +pause
Reply
#3
well i need to stop cave and atacker without pause everything. ex. i hunt and someone want to kill me. fast i press "del" cave and atacker stop, but heal work Wink understand? Tongue
Reply
#4
I do, that's why I told you to check macro commands.

Tibia.KeyDown(VirtualKeyCode) Check if a Key is down in tibiaVirtual-Key Codes Table

Killer.Stop() Stop the Killer
Cavebot.Stop() Stops the Cavebot
Reply
#5
auto or manual ?

Tibia.KeyDown(36)==1
Killer.Stop()
Cavebot.Stop()
like this?
Reply
#6
100
{CBStop}
VK_KEYUP:=34
Tibia.IsKeyDown(!VK_KEYUP!)==1
Cavebot.Stop()

100
{CBStart}
VK_KEYUP:=33
Tibia.IsKeyDown(!VK_KEYUP!)==1
Cavebot.Start()

but i have problem with Killer Sad
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)