πŸ‘‘ Highlord Ret Macro - 11.0 - TWW ST/AOE - 9/4/24 - Templar Hero

In simple terms, you either need your keyboard/mouse software to send the button repeatedly with the appropriate latency (MS), or you need a AutoHotKey (AHK), a 3rd party software. YouTube videos will help you and there is also a big AHK forum.

Highlord macros…
your macros are always a certainty. Thanks for existing^^

Michele

1 Like

Saying talent is out of date

ah crap, forgot to update that. Here you go

CYEAE74QAafj6bdTrgpLZS4VlDAAAwAAjpNLbzMbLbjx2YmttZ2AAAAAAwYimZ2MwMMjZZMMzwsMLGGGmhZwyCbAAAIMZ2sBAYDA

Updated the main macro. Pretty satisfied with what I have so far. Please give me some feedback!

should i use the strings at the top of this post, and is this for Templar hero tree ?

Yes always use the strings from the top most post. and yes, this is for templar hero talents.

1 Like

I made an account to tell you, thank you. I appreciate your work on this and sharing it with everyone. I started playing my paladin again because of you, after a 3 year hiatus.

2 Likes

Is there an updated one? I have templar and 6 points to use, what are you using in there. (under talent points)

The AOE: error: the loadout you are trying to import was saved from an old version.

weird. thought i updated that, will notify you when I do

Everything should be fixed in the OP.

1 Like

Dumb question, is there like a default AHK script people uses but only changes MS? I have nooo clue how to set that up :slight_smile:

 
;; by Hadronox / Rezel
 
#IfWinActive, World of Warcraft	;; enabled only in WoW
 
$1::
While GetKeyState("1", "P") {
	Send, {Blind}{1}	;; blind mode to send modifiers
	Sleep, 250
}
return

$2::
While GetKeyState("2", "P") {
	Send, {Blind}{2}	;; blind mode to send modifiers
	Sleep, 250
}
return

#IfWinActive	;; disable WoW context sensitivity
 
 
^PgDn::Suspend	;; Ctrl + PageDown to suspend script (if you want to chat)
^PgUp::Reload	;; Ctrl + PageUP to reload script
^End::ExitApp	;; Ctrl + End to terminate script