Zamathran 0 Report post Posted September 29, 2017 Hi Everybody, Just created a brand new account here and I need to say that it is a real pleasure to play vanilla wow. Even If I left blizzard servers a couple years ago, there is something I got too much used to and it is both macros and UI. Regarding the UI every is set, but I have a major issue with the macros, During the first years of WOW I did not understand them and I need to say that I am still unable to write them today (at least vanilla style).... I'm looking for a macro that would do the following. /use [@focus,mod:shift] [@player,mod] [@mouseover,help] [help] [@targettarget,help] [] Lesser Heal(Rank 1) I've been using this macro a lot on a priest and It looks like I can't live without it today, some reflexes remain... Could someone help me with this so I can replicate it for other spells? If the result was to be longer than the 255 allowed chars I'd still would like to see the result. Thks in advance. 0 Share this post Link to post Share on other sites
Zazabi 0 Report post Posted September 29, 2017 Dunno about the macro, but Super Macro lets you use macros longer than the standard 255 characters. 0 Share this post Link to post Share on other sites
Zamathran 0 Report post Posted September 30, 2017 Hi Zazabi, Thanks for the tip but I already have that add on installed, I'm just looking for the way to write all the previous conditions in one and only macro 0 Share this post Link to post Share on other sites
Lebowski 0 Report post Posted October 1, 2017 I don't know if you can exactly replicate that because of the focus aspect of it. I'd suggest trying using luna unit frames and use the following macro (first line is to show the toolip): /run if nil then CastSpellByName("Lesser Heal(Rank 1)") end/lunamo Lesser Heal(Rank 1)https://forum.elysium-project.org/topic/23127-addon-lunaunitframes/ 0 Share this post Link to post Share on other sites
TheDruidCode 28 Report post Posted October 1, 2017 Well, there's no mouseover nor focus by default. Maybe check out the addon Cast modifier, it can make things a lot easier. https://github.com/DennisWG/CastModifier/blob/master/README.md 0 Share this post Link to post Share on other sites