1. #5161
    Quote Originally Posted by S7orm View Post
    type /fstack and mouseover to see the name of the title bar

    Code:
    <snip>
    What if it changes on every reload?

  2. #5162
    Thanks guys, works like a charm!

  3. #5163
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    Quote Originally Posted by infamousX View Post
    What if it changes on every reload?
    since the addon generates the whole window every time you reload, even the title bar will show every time. To make it permanent you should either change the addon's code or write a small addon with the code above

  4. #5164
    Quote Originally Posted by S7orm View Post
    since the addon generates the whole window every time you reload, even the title bar will show every time. To make it permanent you should either change the addon's code or write a small addon with the code above
    Not exactly sure what you mean here. I honestly just want to be able to enable / disable the title bar without going into the skada configuration every time. Is this possible through a macro?

  5. #5165
    Quote Originally Posted by infamousX View Post
    I need a macro that can show / hide the Skada "Title bar". I searched around a bit but could not find anything on the subject. Any help is appreciated!

    Cheers.
    Code:
    /run SkadaBarWindowSkada.win.db.enabletitle = not SkadaBarWindowSkada.win.db.enabletitle Skada:ApplySettings()
    If you don't use the standard Skada window: Use SkadaBarWindowWINDOWNAME instead of SkadaBarWindowSkada.
    Last edited by Crudor; 2014-08-31 at 10:08 AM.

  6. #5166
    Quote Originally Posted by Crudor View Post
    Code:
    /run SkadaBarWindowSkada.win.db.enabletitle = not SkadaBarWindowSkada.win.db.enabletitle Skada:ApplySettings()
    If you don't use the standard Skada window: Use SkadaBarWindowWINDOWNAME instead of SkadaBarWindowSkada.
    Thanks! Works perfectly.

  7. #5167
    Hello

    I have this charge/intervene macro:

    #showtooltip
    /cast [help] Intervene; Charge
    /cancelaura Bladestorm

    Love it, now I'd like to have the same but only on focus targets.

    Possible?

  8. #5168
    Quote Originally Posted by Painapple View Post
    Hello

    I have this charge/intervene macro:
    -snip-
    Love it, now I'd like to have the same but only on focus targets.

    Possible?
    Try this, it should do everything:
    Code:
    #showtooltip
    /cast [@focus,nodead,help][help]Intervene;[@focus,nodead,exists][]Charge
    /cancelaura Bladestorm

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  9. #5169
    Quote Originally Posted by lawomous View Post
    Try this, it should do everything:
    Code:
    #showtooltip
    /cast [@focus,nodead,help][help]Intervene;[@focus,nodead,exists][]Charge
    /cancelaura Bladestorm
    Not working as intended.

    Works as charge with hostile focus and target or no target.

    Works as intervene with hostile target, not as safeguard though. Not even if you change the name in the macro.

    And once you have intervene on CD it does not work with charge.

    Also, once intervene is off CD and you have hostile focus and your previous friendly focus that you interevened as target it intervenes your target =)

  10. #5170
    Quote Originally Posted by Painapple View Post
    Not working as intended.

    Works as charge with hostile focus and target or no target.

    Works as intervene with hostile target, not as safeguard though. Not even if you change the name in the macro.

    And once you have intervene on CD it does not work with charge.

    Also, once intervene is off CD and you have hostile focus and your previous friendly focus that you interevened as target it intervenes your target =)
    OK I think it is having a problem prioritizing Intervene when you don't want it to.

    Try this: You will have to tell the macro with shift when you want to Intervene your friendly focus.

    It should already work with Safeguard, don't change the name to Safeguard.
    Code:
    #showtooltip
    /cast [mod:shift,@focus,nodead,help][help]Intervene
    /stopmacro [help]
    /cast [@focus,nodead,harm][]Charge
    /cancelaura Bladestorm

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  11. #5171
    Quote Originally Posted by lawomous View Post
    OK I think it is having a problem prioritizing Intervene when you don't want it to.

    Try this: You will have to tell the macro with shift when you want to Intervene your friendly focus.

    It should already work with Safeguard, don't change the name to Safeguard.
    Code:
    #showtooltip
    /cast [mod:shift,@focus,nodead,help][help]Intervene
    /stopmacro [help]
    /cast [@focus,nodead,harm][]Charge
    /cancelaura Bladestorm
    First, thank you for your help, I really appreciate it.

    Secondly, this is already my shift shift bind =)

    Maybe the original:

    #showtooltip
    /cast [help] Intervene; Charge
    /cancelaura Bladestorm

    Can more easily be tweaked to do the same @focus with shit mod on both intervene and charge?

    Right now I have a macro for charge @focus, was just hoping it'd work to have intervene as well if friendly focus.

    Btw, tried the one you posted and it's not intervening at all, charging works unless I have a friendly target.
    Last edited by Painapple; 2014-09-02 at 09:24 AM.

  12. #5172
    Deleted
    Quote Originally Posted by Painapple View Post
    First, thank you for your help, I really appreciate it.

    Secondly, this is already my shift shift bind =)

    Maybe the original:

    #showtooltip
    /cast [help] Intervene; Charge
    /cancelaura Bladestorm

    Can more easily be tweaked to do the same @focus with shit mod on both intervene and charge?

    Right now I have a macro for charge @focus, was just hoping it'd work to have intervene as well if friendly focus.

    Btw, tried the one you posted and it's not intervening at all, charging works unless I have a friendly target.
    If I understand correctly, then try and replace shift by alt or ctrl in lawomous' macro, should work as intended. The exact one lawomous posted will definitely work faulty if this is already your shift bind, but changing the modifier should work.

  13. #5173
    Quote Originally Posted by Tearor View Post
    If I understand correctly, then try and replace shift by alt or ctrl in lawomous' macro, should work as intended. The exact one lawomous posted will definitely work faulty if this is already your shift bind, but changing the modifier should work.
    Yes of course, sorry I was being unclear.

    I have my original macro, charge enemy target or intervene friendly one, on W.
    On shift+W I have a "charge focus" macro.

    I tried it on W, unbinding my shift+w bind, still isn't working as intended. It charges my target and intervene goes on CD, with friendly focus.

  14. #5174
    Hmm I still don't understand what it isn't doing that you want.

    It's only supposed to do one thing at a time, either charge or intervene.
    charging works unless I have a friendly target.
    That's intended. If for some reason you want it to do both things at the same time, take out the /stopmacro line.

    It charges my target and intervene goes on CD, with friendly focus.
    If Intervene is going on cooldown that means its working.

    If you already have Shift+W to charge your focus you could just incorporate that too.

    Code:
    #showtooltip
    /cast [mod:shift,@focus,nodead,help][help]Intervene
    /stopmacro [help]
    /cast [mod:shift,@focus,nodead,harm][]Charge
    /cancelaura Bladestorm
    Just bind this macro to W and try unbinding everything else. (Bind Shift+W to something else like "Move forward" then Unbind Key it, so it's freed up)
    Last edited by lawomous; 2014-09-03 at 07:35 AM.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  15. #5175
    Code:
    #showtooltip
    /use spectral guise
    /use desperate prayer
    /run m_sg=GetSpellInfo(112833); m_dp=GetSpellInfo(19236)
    /run SetMacroSpell("SGDP", GetSpellInfo(m_sg) or GetSpellInfo(m_dp))
    I want it to do "/s GUISE UP" when I use Spectral guise but not Desperate prayer. Is this possible?

  16. #5176
    Quote Originally Posted by Overdispersion View Post
    Code:
    #showtooltip
    /use spectral guise
    /use desperate prayer
    /run m_sg=GetSpellInfo(112833); m_dp=GetSpellInfo(19236)
    /run SetMacroSpell("SGDP", GetSpellInfo(m_sg) or GetSpellInfo(m_dp))
    I want it to do "/s GUISE UP" when I use Spectral guise but not Desperate prayer. Is this possible?
    Not possible with a macro. You will need an addon like RSA where you can customise announcements for all spells/cds


  17. #5177
    Quote Originally Posted by Juvencus View Post
    Not possible with a macro. You will need an addon like RSA where you can customise announcements for all spells/cds
    Ow, ok. Well there is no Spectral Guise option in RSA so that's why I wanted a macro. :<

  18. #5178
    Quote Originally Posted by Overdispersion View Post
    Ow, ok. Well there is no Spectral Guise option in RSA so that's why I wanted a macro. :<
    Here try this:
    Code:
    #showtooltip
    /run sg=GetSpellInfo(112833); dp=GetSpellInfo(19236)
    /run if GetSpellCooldown(sg)==0 then SendChatMessage("GUISE UP","SAY")end
    /use Spectral Guise
    /use Desperate Prayer
    /run SetMacroSpell("SGDP", GetSpellInfo(sg) or GetSpellInfo(dp))

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  19. #5179
    Quote Originally Posted by lawomous View Post
    Here try this:
    Code:
    #showtooltip
    /run sg=GetSpellInfo(112833); dp=GetSpellInfo(19236)
    /run if GetSpellCooldown(sg)==0 then SendChatMessage("GUISE UP","SAY")end
    /use Spectral Guise
    /use Desperate Prayer
    /run SetMacroSpell("SGDP", GetSpellInfo(sg) or GetSpellInfo(dp))
    Tyvm! That worked perfectly.

  20. #5180
    Quote Originally Posted by lawomous View Post
    Hmm I still don't understand what it isn't doing that you want.

    It's only supposed to do one thing at a time, either charge or intervene. That's intended. If for some reason you want it to do both things at the same time, take out the /stopmacro line.


    If Intervene is going on cooldown that means its working.

    If you already have Shift+W to charge your focus you could just incorporate that too.

    Code:
    #showtooltip
    /cast [mod:shift,@focus,nodead,help][help]Intervene
    /stopmacro [help]
    /cast [mod:shift,@focus,nodead,harm][]Charge
    /cancelaura Bladestorm
    Just bind this macro to W and try unbinding everything else. (Bind Shift+W to something else like "Move forward" then Unbind Key it, so it's freed up)
    Ok, freed the binds, bound the macro to W and no bind on shift+w.

    Charging and intervene correct targets no matter what focus you have.

    As for using the shift mod there are two instances where it doesn't work correctly.

    Pressing shift+w with enemy focus and friendly target will intervene your target and not charge your enemy focus.
    I am under the impression this should charge my enemy focus.

    Pressing shift+w with friendly focus and enemy target will charge my target and put intervene on CD.

    I am under the impression I should only intervene. It would seem however that the game first intervenes and then charges, the only animation is the charge one but my focus does get the intervene/safeguard buff.

Posting Permissions

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