Page 2 of 2 FirstFirst
1
2
  1. #21
    Quote Originally Posted by Grimdeeds View Post
    Tried it on myself, not targeting myself but just mouse over, and it returned a LUA error, but did cast innervate on me and whispered myself that "casting innervate on You!", but the /say was "<no target>! Innervate on you!"

    Just tried it on a holy priest in the auction house, same LUA error, no idea if it whispered them or not, but it did cast innervate on them, but again the /say was "<no target>! Innervate on you!"
    The LUA errors might come from a semicolon i forgot.

    The problem with the <no target> is the "PLAYERTARGET" and %T part in the macro. I was wondering how that worked in the original one hurl posted anyway. Those only return a value when a unit is selected.

    edit:

    #showtooltip
    /cast [@mouseover,help,nodead][help,nodead][@player]Innervate
    /run local r,s=" Innervate on you!",GetUnitName("MOUSEOVER",1);if s~=nil then SendChatMessage(r,"WHISPER",nil,s:gsub(" ","",2));SendChatMessage(s:gsub(" ","",2) .. r,"SAY");end

    This works. Only problem is, that there is no more space to check for spell success. So it will spam the messages if you spam the macro. If you don't want that, you'd probably need a WeakAura.
    Last edited by ChrisKoe; 2018-01-04 at 06:37 PM.

  2. #22
    Please wait Temp name's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Under construction
    Posts
    14,631
    Quote Originally Posted by Polarthief View Post
    Your other healers must love you if you're wasting Innervate on an HPal, the most mana-efficient healers.
    Probably a relic from KJ progress

  3. #23
    The Patient MCitra's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Gothenburg Sweden
    Posts
    253
    On use macro, just change /s to /w
    #showtooltip
    /cast innervate
    /say Innervate %T!!!!!!
    I have not failed. I've just found 10,000 ways that won't work
    www.twitch.tv/mcitra

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •