Close
Page 7 of 11 FirstFirst ... 5 6 7 8 9 ... LastLast
Showing results 61 to 70 of 107
  1. #61

    Default

    I saw someone got this to work with macaroon but how do you know what bar/button variable you need to call?
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  2. #62

    Default

    Bind this macro to a key:

    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetN ame())

    Hover your mouse over the button that you need to know the name of, press the key you've bound the macro to and the name of the button will appear in the chat window.

  3. #63

    Default

    Quote Originally Posted by KvdM View Post
    Bind this macro to a key:

    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetN ame())

    Hover your mouse over the button that you need to know the name of, press the key you've bound the macro to and the name of the button will appear in the chat window.
    Thanks! I might work on this one tonight..
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  4. #64

    Default

    One more question (for now!)... Has anyone gotten click to work with FTL setup? I started to shiver a bit when I thought about that aspect. I would need to create several hotstrings (which I hate to do but might be worth it!). I did get a gear upgrade for conquest emblems and tweaked my castsequence and actually got my DPS back (but with the gear upgrade and a new weapon enchant on RET pallies) I should have even higher DPS.
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  5. #65

    Default

    I've been using this method in combination with FTL for almost a year now, what do you mean with "need to create several hotstrings"?

  6. #66

    Default

    Quote Originally Posted by KvdM View Post
    I've been using this method in combination with FTL for almost a year now, what do you mean with "need to create several hotstrings"?
    Maybe I am not understanding how it would work with FTL. Currently any button I need to push has it's own hostrings. So if I have a main (mash mash) button I will have hotstrings to send '2' when I hit the button '1'. Will I have to create separate buttons for each spell I need to use with /click?
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  7. #67

    Default

    Quote Originally Posted by blast3r View Post
    One more question (for now!)... Has anyone gotten click to work with FTL setup? I started to shiver a bit when I thought about that aspect. I would need to create several hotstrings (which I hate to do but might be worth it!). I did get a gear upgrade for conquest emblems and tweaked my castsequence and actually got my DPS back (but with the gear upgrade and a new weapon enchant on RET pallies) I should have even higher DPS.
    When I get home tonight I think I am going to try and work on this. Stealthy sent me his macros he uses for his pallies and after looking at it again it makes more sense.
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  8. #68

    Default

    Quote Originally Posted by blast3r View Post
    When I get home tonight I think I am going to try and work on this. Stealthy sent me his macros he uses for his pallies and after looking at it again it makes more sense.
    Can you share this macro please?

  9. #69

    Default

    Quote Originally Posted by KvdM View Post
    Bind this macro to a key:

    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetN ame())

    Hover your mouse over the button that you need to know the name of, press the key you've bound the macro to and the name of the button will appear in the chat window.
    I just did this and bound it to F5 and hovered over the buttons and nothing appeared in chat or anywhere else. Not sure why it isn't working for me.
    Dana Pain
    Legion of Boom
    Kil'Jaeden



  10. #70

    Default

    If you copy and pasted that, it will not work. There is an extra space between GetName:
    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetN ame())

    This is what it should be:
    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetN ame())

    edit: that space between GetN and ame() was added after I posted it for some reason.

    However, I haven't tried it since 3.2, so it might be broken.
    Last edited by heffner : 08-11-2009 at 07:20 PM Reason: Weird, added that space to mine too.

Similar Threads

  1. ISSUE with Target=TargetTarget & Click Castsequences.
    By Ualaa in forum New Multi-Boxers & Support
    Replies: 16
    Last Post: 09-26-2009, 01:54 PM
  2. Re: Utilizing /click to run concurrent castsequences
    By Andreauk in forum Macros and Addons
    Replies: 7
    Last Post: 07-07-2009, 07:23 PM
  3. Easy looting with click to interact/click to move (plus more)
    By rahven32 in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 05-17-2009, 12:55 AM
  4. A new FTL system - utilizing /click
    By Owltoid in forum Macros and Addons
    Replies: 8
    Last Post: 02-21-2009, 03:21 AM
  5. Replies: 2
    Last Post: 08-12-2008, 12:17 AM

Posting Rules

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