Close
Showing results 1 to 10 of 10

Hybrid View

  1. #1
    Member
    Join Date
    Jul 2009
    Location
    Live inside your toon... if you die, he dies!
    Posts
    59

    Default

    Thanks for the link...

    Can anyone tell me "specifically" what the "buttonbarxx" would be for Bartender4 bar 9 (1-5)? Plugging in the data from that thread will be a snap with info in that thread, I just don't know which buttons to call with my /click macro.

    It should look something like this, but I don't know how to find the correct number:
    BT4Button109;leftbutton
    Do you just count the buttons (i.e. 1-12, 13-24, 25-36) or is there a better way to figure out what number I want to start with. I know that I will NEVER need 9 action-bars worth of stuff... so it just makes sense to put it there.

    **EDIT** I am confused about one thing. When I click the main spam button, it is going to send out a command to all 5 buttons at the same time, correct? If it does that... how does it prioritize which will actually take effect? /castsequence is broken (from what I was reading), so this was my best option.

    The macro for Protadins in the post you linked to me is using a /castsequence (which is what I DONT want to use). How would I get around this problem... and make sure that my macro triggered the correct spell at the proper time? Do I need to add delays before each spell?

    Like this:
    ShoR
    ,HotR
    ,,Consecration
    ,,,Holy Shield
    ,,,,ShoR
    ,,,,,JoL

    How does this all work without a /castsequence... or would /castsequence be better for what I am trying to do? I read in the LB > /castsequence thread that using /click is better (than /castsequence)... so that is what I was trying to do. I think I am more confused now than before I read that thread..... ROFL.... GRRRR
    Last edited by JU1CYFRU1T : 09-02-2009 at 06:08 PM

  2. #2

    Default

    Code:
    /print GetMouseFocus():GetName()
    That will tell you the name of whatever is under your mouse. So if your hovering over the button you want to click and hit that in a macro it will tell you what button it is.

    Also as far as how to use a click macro for a 969 rotation you would have to do something like this.

    Main button

    Code:
    /click button1
    /click button2
    /click button3
    /click button4
    /click button5
    /click button6
    /click button7
    SoR

    Code:
    /castsequence Shield of Righteousness ,,,,,,,,,, ,,,,,,,,etc
    So a basic 969 to cast everything is 45 seconds. You will want to restart SoR at that point. will want to have enough comma's for it to pass all the way down to the last spell in your click macro. The amount of comma's is completely dependant on how fast you click.
    Last edited by rahven32 : 09-02-2009 at 06:20 PM Reason: added stuff

  3. #3

    Default

    I run the macro that Stealthy posted ......
    Hi all,

    Here's my one button spam for Prot pallies:

    Macro 1:

    /cast [nocombat] divine plea
    /startattack
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    /click MultiBarLeftButton3
    /click MultiBarLeftButton5
    /click MultiBarLeftButton6
    /click MultiBarLeftButton7

    Basically I start spamming this just before entering combat make sure divine plea is up and running as soon as I hit combat. Once I'm actually in combat, that line of the macro is skipped.

    Here are the rest of the macros that get called from the /click functions:

    Macro 2:
    #showtooltip
    /assist focus
    /castsequence reset=8/combat judgement of light,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    Insert whatever judgement is appropriate.

    Macro 3:
    #showtooltip
    /startattack
    /castsequence reset=6/combat Hammer of the Righteous,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    Macro 4:
    #showtooltip
    /startattack
    /castsequence reset=8/combat holy shield,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,

    Macro 5:
    #showtooltip
    /startattack
    /castsequence reset=6combat Shield of Righteousness,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    Macro 6:
    #showtooltip
    /startattack
    /castsequence reset=8/combat Consecration,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,

    Macro 7:
    #showtooltip Cleanse
    /cast Cleanse

    Note - there aren't supposed to be spaces inbetween the commas, it just 'appears' that way in my posts.

    I set cleanse as the last macro instead of Hammer of Wrath, since I find myself using cleanse much more during boss fights. I have a another button macro'd for all pallies to cleanse each other as well if necessary.

    Hope this helps.

    Cheers,
    S


    This works absolutely flawless....I modified the comma's to account for my spam rate...roughly 5-click/sec

    My Shadow Priest & Druid run similar /click macros as does my Shaman on trash. For boss fights I have a three sequence setup to put up the initial dots from the Druid and Priest; then drop to a second set of macros for the full on DPS adding my Shadow pet...and Elemental pet. Lastly I have my "OH POOP" macro for toons to shift out of forms span heals on the tank along with healing themselves.

    Its far from perfect....but ...works for me thus far. I know that once I get into Heroics my macros will change...I plan to duel spec the Shaman, Druid and Priest to allow situational healing based on encounters.

    Hope that helps out....
    Last edited by Rocky Rhode : 09-02-2009 at 06:45 PM
    8/7/09 Level 1 – Pally (Tank); Priest (Shadow); Shaman (Resto); Mage (Frost); Druid (Balance)
    8/19/09 Level 62 – Pally (Tank); Priest (Shadow); Shaman (Resto); Mage (Frost); Druid (Balance)
    8/29/09 Level 68 – Pally (Tank); Priest (Shadow); Shaman (Resto); DK (Blood); Druid (Balance)
    9/5/09 Level 72 – Pally (Tank); Priest (Shadow); Shaman (Resto); DK (Blood); Druid (Balance)
    9/19/09 Level 80 – Pally (Tank); Priest (Shadow); Shaman (Resto); Hunter (BM)); Druid (Balance)

Posting Rules

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