Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Macro Enabled / Disable by Key pressed (Keyboard)
#2
What key you want it on?


First, put this into VARIABLE table
Code:
PauseMacroA=0

Then into macro you using, add this line at the top
Code:
!PauseMacroA==:No

and add this as a new macro

[macro]20 {pauseA} PauseKey:=:K_DIVIDE !PauseMacroA==:No [a] Cooldown.Blocked(pausCD)==0 Tibia.KeyDown(!PauseKey)==1 Cooldown.Create(pausCD, 1200) PauseMacroA:=:Yes exit() {a} Cooldown.Blocked(PauseHUD)==0 [b] HUD.Print(2, 3, 200, 0, 200, 4000, This message will show when your macro is PAUSED change it if u want) Cooldown.Create(PauseHUD, 4000) {b} Cooldown.Blocked(pausCD)==0 Tibia.KeyDown(!PauseKey)==1 Cooldown.Create(pausCD, 1200) PauseMacroA:=:No exit() [/macro]


I used / on numpad as my key to test it, u can change it, its first line of my macro
PauseKey:=:K_DIVIDE


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)