Jump to content
Sign in to follow this  
Tydjet

Launch spell on Mouseover the player

Recommended Posts

Hello,

 

Im looking for a way to launch spells on mouesover the target. Not mouseover the uniframe. Some addon like Classic mouseover allow to create macro and launch spells when you mouseover the uniframe. But it is not my goal.

Id like to be able to launch a dispell for fear/sheep on my team mates without untargeting my enemis. If possible mouseover the player, the caracter, not the uniframe.

 

It is even possible in Wow vanilla?

 

Thanks

Edited by Tydjet

Share this post


Link to post
Share on other sites
51 minutes ago, jagonx said:

/script if UnitExists("mouseover") then TargetUnit("mouseover"); CastSpellByName("your spell"); TargetUnit("playertarget") else CastSpellByName("your spell") end

But i strongly recommend you this addon:

https://forum.elysium-project.org/topic/24380-addon-castmodifier-tbc-and-above-like-conditionals-for-cast-macros/

Its amazing!

Awsome !!!!!

Share this post


Link to post
Share on other sites

luna 1 has 3d in world mouseover support, u can then use something like

/script if nil then CastSpellByName("cleanse") end

/lunamo cleanse

use it myself for remove curse & abolish

Share this post


Link to post
Share on other sites

Just reread what he asked for.

12 часа назад, Tydjet сказал:

for a way to launch spells on mouesover the target. Not mouseover the uniframe. Some addon like Classic mouseover allow to create macro and launch spells when you mouseover the uniframe. But it is not my goal.

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×