Feral Cata macros

I need a mouseover skull bash macro that works in both forms and also works when I have a target NOT just mouseover please. I found a few different versions online but they all have issues. I don’t need a mod for focus.

Also anyway to get the below macro to cast prowl when I’m melded, its my main way of casting prowl

#showtooltip
/cleartarget [nocombat,stealth]
/targetenemyplayer [noexists]
/use [noform:3] Cat Form; [stealth]Pounce; [nocombat]!Prowl

Is 3 your Cat Form index (order it appears on your stance bar)? Normally it’s 2.

#showtooltip
/cast [noform:1/2] Cat Form; [@mouseover,harm,nodead] [] Skull Bash

Doesn’t work for bear form. This is what I’m using rn on cata and it works but it doesn’t show the icon unless I hover over an enemy.

#showtooltip
/cast [stance:1,@mouseover,harm,nodead] Skull Bash(Bear Form)
/cast [stance:3,@mouseover,harm,nodead] Skull Bash(Cat Form)

#showtooltip
/cast [noform:1/3] Cat Form; [form:1,@mouseover,harm,nodead] [form:1] Skull Bash(Bear Form); [@mouseover,harm,nodead] [] Skull Bash(Cat Form)