Mouseover + Modifier Macro

Hey Guys !

I need your help to create a specific macro.
Basically i want to make a macro that uses soothing mist if i have a mouseover and if not to use it against my target and when i press alt it switches to sheiluns gift that also is used at my mouseover and at my target if theres no mouseover.

I trief many different thing but none of them work. The first line with soothing mist works just fine but it doesnt switch to sheiluns gift if i press alt nor uses it.

Thanks in Advance!

Hi!
Deutsches Forum, also bitte die deutsche Sprache verwenden.

/cast [nomod, @mouseover] [nomod] Soothing Mist
/cast [mod:alt, @mouseover] [mod:alt] Sheiluns Gift

Ungetestet. Bitte Rückmeldung geben, ob es funktioniert.

Als Ergänzung:
Wenn dein macro nicht funktioniert obwohl es ausschaut wie das von Kajikrowski dann hast du entweder

Tastenkombi mit [ALT] als etwas gekeybindet

und/oder

[ALT] ist dein selfcast modifier

Dein Makro funktioniert nur halbwegs. Es wechselt bei alt zwar auf Sheiluns Gift jedoch funktionieren beide Fähigkeiten ausschließlich auf mouseover. Es sollte jedoch auf target gehen beziehubgsweise selfcast sein wenn kein mouseover vorhanden ist.

Falsch ich habe weder etwas auf alt gekeybibdet noch habe ich es als selfcast mod eibgestellt. Wie schon gesagt bekommme es hin das mein makro checkt ob mozseover vorhanden ist und falls nicht dass es aufs target geht jedoch funktioniert der mod part nicht.

Update:

Habe dein Macro umgeschrieben und es funktioniert !

Danke dir dafür !!!

Hier das Macro:

#showtooltip
/cast [nomod, @mouseover, nodead, exists] [nomod] Beruhigender Nebel
/cast [mod:alt, @mouseover, nodead, exists] [mod:alt] Sheiluns Gabe

Ich habe das „exist“ vergessen. Das „nodead“ kannst du wohl auch noch weglassen.