Hey, first post here I think.
So I usually work by my computer and I though it would be cool if I had a loop macro where it would announce to trade WTB ETERNAL FIRE 10G PST
20 Minute Macro:
I have 5 macros setup in the following order
[P1]
/in 60 /1 WTB [Eternal Fire] 10g PST
/in 120 /1 WTB [Eternal Fire] 10g PST
[P2]
/in 240 /1 WTB [Eternal Fire] 10g PST
/in 360 WTB [Eternal Fire] 10g PST
ETC ... TO [P5]
Then I have another macro which triggers these 5
[TRIGGER]
/CLICK BT4Button12
/CLICK BT4Button11
/CLICK BT4Button10
/CLICK BT4Button9
/CLICK BT4Button8
/in 1080 /run local t="MYTOON" if (UnitName(t)~=nil) then SendChatMessage("I have done what you asked master","WHISPER",nil,UnitName(t)) end
The thing that helps me make actual links is called "ItemLinkMacros"
***I tried doing /in 1080 /CLICK BT4Button36 which is the [TRIGGER] but bliz tells me I can't do that
Any ideas how I can make a loop or is this completely out of the question?
Would like the most legal method available please.