Doesn't work worth squat!
N6REJ opened this issue · 6 comments
Hey Bear,
This mod has seriously evolved over time.
After you save and are back at the GSE macro viewer you may need to hit “Create Icon” this will create a macro stub in your /macro UI that you can drag to an action bar. It will also change from the Blue Book you currently have to a ? Icon that you can drag straight off the viewer.
As for your other question about precasting Curse of Tongues there are a lot of gotchas around how that can be done. I would suggest looking at some of the existing Warlock macros on the wowlazymacros.com site. Straight off the bat what you are attempting won’t work the way you are attempting it as WoW has limitations on GCD (Global Cool Down) abilities that GSE can’t bypass. These limitations need to be worked around. The first of those limitations is that for a hardware action only one GCD ability can be attempted. The next is that your macro can’t tell if something has succeeded or not.
What I would suggest is putting a
/castsequence reset=target Curse of tongues, nill
In KeyPress and then putting your main spells in the Sequence box. When you switch target it will then cast COT once.
TimothyLuke
… On 8 Mar 2021, at 6:00 am, Bear ***@***.***> wrote:
The UI is a mess. "Saving" a macro doesn't create a macro at all.
Instruction are from 2016 and a completely different ui.
all I wanted to do is either
a)
precast Curse of tongues
cast incinerate
or
b)
key down cast Curse of tongues
cast incinerate
something like that.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
what do we do about the unusable ui? Like when I hit send its off in never never land. You can see it on the extreme right of the screenshot
You can resize the window and it will save the window size for your computer.
GSE is in the middle of a major update and this UI is about to be replaced.
TimothyLuke
… On 8 Mar 2021, at 8:24 am, Bear ***@***.***> wrote:
what do we do about the unusable ui? Like when I hit send its off in never never land. You can see it on the extreme right of the screenshot
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
You already can
/cast [spec:1] spell1; spell2
If you are in spec1 cast spell1 else spell2.
TimothyLuke
… On 11 Mar 2021, at 1:55 am, Bear ***@***.***> wrote:
if you can add in spec specific macro ability that would be fantastic.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
I would also recommend https://wowlazymacros.com/t/two-most-asked-questions-base-spells-and-macro-locks/17772 as some light reading on how GSE (and WiW) deals with specs.