Vanilla WoW Mouseover Macro/Script for Healing (CHECK DESC)

Описание к видео Vanilla WoW Mouseover Macro/Script for Healing (CHECK DESC)

CHECK DESCRIPTION!!!

Also if you're having issues feel free to comment and I will try to help.


Credit goes all to vgtall in the darrowshire discord.


Addon Link: https://github.com/satan666/LazySpell

This is the lazy spell batch of addons, i only use the ClassicMouseover out of it make sure to put it in WoW/Interface/Addons Folder. (you can also do what vgtall mentions in the screenshot)


Mouseover Macro/Script: I use this specifically for downranking spells, make sure to appropriately adjust accordingly to your needs and make sure Auto Self Cast is off in the interface options
COPY/PASTE for your use



/cmcast Healing Wave(Rank 1)
/script if UnitIsFriend("player","target") then CastSpellByName ("Healing Wave(Rank 1)"); else CastSpellByName ("Healing Wave(Rank 1)",1); end




if you run into an error where the previous macro/script doesn't work anymore try..


/cmcast Healing Wave(Rank 1)
/run local c,h=CastSpellByName,"Healing Wave(Rank 1)" if UnitIsFriend("player","target") then c(h) else TargetUnit("player") c(h) TargetLastTarget() end

Комментарии

Информация по комментариям в разработке