TheFishyOne 9 Report post Posted March 4, 2018 As a Tankadin, I'm trying to create a macro that targets myself, casts Lay on Hands, then targets whatever I had targeted last. /targetlasttarget doesn't seem to work here. Anyone have a workaround? 0 Share this post Link to post Share on other sites
meridaw 11 Report post Posted March 4, 2018 /run TargetLastTarget() 0 Share this post Link to post Share on other sites
meridaw 11 Report post Posted March 10, 2018 /run TargetLastEnemy() 0 Share this post Link to post Share on other sites
meridaw 11 Report post Posted March 11, 2018 /run if not buffed("Lay on Hands") then CastSpellByName("Lay on Hands") end 0 Share this post Link to post Share on other sites