Tydjet 0 Report post Posted February 3, 2017 (edited) 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 February 3, 2017 by Tydjet 0 Share this post Link to post Share on other sites
jagonx 7 Report post Posted February 3, 2017 /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! 0 Share this post Link to post Share on other sites
Lebowski 0 Report post Posted February 3, 2017 I think LunaUnitFrames has 3d mouseover support 0 Share this post Link to post Share on other sites
Tydjet 0 Report post Posted February 3, 2017 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 !!!!! 0 Share this post Link to post Share on other sites
arri 0 Report post Posted February 4, 2017 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 0 Share this post Link to post Share on other sites
jagonx 7 Report post Posted February 4, 2017 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. 0 Share this post Link to post Share on other sites