Announcement

Collapse
No announcement yet.

Hello All

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hello All

    Well, I'm a lv 52 RDM and I'm making my Macros. I just read the entire RDM macro thread and I wanted ask a poll question. From all the posts I noticed two different styles of setting macros. These two styles:

    Style 1 Buffing:
    CNTRL1:
    /equip main "whatever equip" <me>
    /ma "Refresh" <t/me>
    CNTRL2:
    /equip main "whatever equip" <me>
    /ma "Regen" <t/me>
    CNTRL3:
    /equip main "whatever equip" <me>
    /ma "Protect II" <t/me>

    OR

    Style 2 Buffing:
    CNTRL1:
    /equip main "whatever equip" <me>
    /ma "refresh" <t/me>
    /wait 7 sec
    /ma "regen" <t/me>
    /wait 6 sec
    /ma "protect II" <t/me>

    Please let me know which style is better and why/when.

    Thank you,

    Evion
    14
    Style 1
    78.57%
    11
    Style 2
    21.43%
    3
    Current Server: Asura
    Current Home Nation: Bastok (Rank 10)
    Race/Sex: Elvaan/Male
    Main Job: 75 DRK / 37 SAM,RDM,NIN,WAR,WHM
    Main Craft: 73 Cloth

    (Read this at a normal pace...)
    Tihs Msseage Connat Be Raed By Nromal Huamn Biegns. Pelsae Ntoify Yuor Firedns Taht If Tehy Can Raed Tihs, Taht Tehy Aenr't Namrol...Cnovrresly, Atmpetnig To Raed Tihs Msasege At Nmaorl Pcae And Bineg Albe To, Cna't be Namrol Etiehr...If Yor'ue Albe To Raed Tihs, Tehn Mybae Yur'oe Not Nrmaol.

  • #2
    Re: Hello All

    One spell per macro makes it easy to adapt to changing requirements. What are you going to do if as soon as Regen or Protect begin casting your party gets a link? You would have to wait until the current spell is done casting before hitting your sleep macro and retargeting.

    Also, what are you going to do if you need Protect casted and not Refresh or Regen, or Regen and not Refresh or Protect? Go hunting for it in the menu every time? What was the point of macroing in the first place?
    I use a Mac because I'm just better than you are.

    HTTP Error 418 - I'm A Teapot - The resulting entity body MAY be short and stout.

    loose

    Comment


    • #3
      Re: Hello All

      With practically any group of spells, the number of situations where you'll want to cast just one of them outnumbers the number of situations where you'll want to cast all of them. The only times I could see combining them are when you're absolutely sure you're going to need them all, all at once, every time you need any of them, or if the MP cost and casting times are going to make less of a difference than two macro slots.
      Ellipses on Fenrir
      There is no rush. If you're not willing to take your time, don't be surprised when no one wants to give you much of theirs.
      ,
      . . .

      Comment


      • #4
        Re: Hello All

        Sorry about the Thread title. Could a Moderator change it to something like "RDM Macro Style Poll" if you see this? Any, thanks for the info Mhurron.
        Current Server: Asura
        Current Home Nation: Bastok (Rank 10)
        Race/Sex: Elvaan/Male
        Main Job: 75 DRK / 37 SAM,RDM,NIN,WAR,WHM
        Main Craft: 73 Cloth

        (Read this at a normal pace...)
        Tihs Msseage Connat Be Raed By Nromal Huamn Biegns. Pelsae Ntoify Yuor Firedns Taht If Tehy Can Raed Tihs, Taht Tehy Aenr't Namrol...Cnovrresly, Atmpetnig To Raed Tihs Msasege At Nmaorl Pcae And Bineg Albe To, Cna't be Namrol Etiehr...If Yor'ue Albe To Raed Tihs, Tehn Mybae Yur'oe Not Nrmaol.

        Comment


        • #5
          Re: Hello All

          About the only situation I could see the chain macro being effective is in a Convert macro - Divine Seal, Convert, Cure 4
          Wii Number - 2810 2423 4673 3261 - Please PM me if you add me!
          How to ask smart questions: catb.org/~esr/faqs/smart-questions.html

          Boom! (On SCH75/RDM)

          Comment


          • #6
            Re: Hello All

            Originally posted by Tsrwedge View Post
            About the only situation I could see the chain macro being effective is in a Convert macro - Divine Seal, Convert, Cure 4
            I have had macros with more then 2 spells. One had Shock then Paralyze, the other had Slow then Gravity. I used <stnpc> instead of <t> or <bt> which easily allowed me to back out of the macro if needed.

            Shock/Paralyze - This was first casted early in the fight, and I had it down that I could cast 2 spells between Refresh casts. This was when I was subbing /blm because I wasn't main healing. (or I forgot to switch)

            Slow/Gravity - Slow always got cast, Gravity was cast if nothing happened while Slow was being cast.

            I did these to save on macro space. The only other doubled up macro I had was with Sleep/II for different reasons.

            I have more gear swaps now with going from INT to MND spells so I don't mix them any more.
            I use a Mac because I'm just better than you are.

            HTTP Error 418 - I'm A Teapot - The resulting entity body MAY be short and stout.

            loose

            Comment


            • #7
              Re: Hello All

              What about a pre-fight solo situation? Chain macro should be good then... Also, it seems I start out each fight with DiaII, Slow, Paralyze. Why not chain macro that?
              Current Server: Asura
              Current Home Nation: Bastok (Rank 10)
              Race/Sex: Elvaan/Male
              Main Job: 75 DRK / 37 SAM,RDM,NIN,WAR,WHM
              Main Craft: 73 Cloth

              (Read this at a normal pace...)
              Tihs Msseage Connat Be Raed By Nromal Huamn Biegns. Pelsae Ntoify Yuor Firedns Taht If Tehy Can Raed Tihs, Taht Tehy Aenr't Namrol...Cnovrresly, Atmpetnig To Raed Tihs Msasege At Nmaorl Pcae And Bineg Albe To, Cna't be Namrol Etiehr...If Yor'ue Albe To Raed Tihs, Tehn Mybae Yur'oe Not Nrmaol.

              Comment


              • #8
                Re: Hello All

                I have one macro that does more than one thing and this is it:

                /ma "Utsusemi: Ni" <me>
                /wait 1
                /ma "Utsusemi: Ichi" <me>
                /ma "Blink" <me>

                I call this the shadow macro. It will automatically cast Ichi when Ni is down if I click it. Blink is the alternate if I don't have /NIN. The "/wait 1" is required. If you try it without the wait you're Ichi will never go off.

                This is the only multi-action macro I use--everything else has it's own button and many of those actions have 4-5 equipment swaps and a very few have a party spam line to notify members of the action (e.g. Sleep, Bind).

                I do use a nifty little doodad I call the "Cancellable Equipment Swap" which is this:

                /ma "Thunder III" <stnpc>
                /ma Nothing <stpc>
                /equip main "Thunder Staff"
                .
                .
                .

                Basically, after I commit my Thunder III, another purple cursor appears and if I cancel it, my equipment doesn't swap. This allows me to use the same nuke macros while meleeing as when I'm back-lining. Canceling the macro won't waste my TP and I don't have to make two pages of macros for nukes.

                ---------------

                Oops... I forgot that my Convert macro, like most RDM's is 3 actions in one.

                /ja "Divine Seal" <stpc> //-- <stpc> to keep me from doing it on accident.
                /p {Convert}! Don't freak out!
                /wait 1
                /ja "Convert" <me>
                /wait 1
                /ma "Cure IV" <me>
                Last edited by Sabaron; 01-08-2008, 09:42 AM.

                Comment


                • #9
                  Re: Hello All

                  That IS nifty... So, the "Nothing" doesn't do anything other than target something? Then, you either execute the target to equip or not to not?
                  Current Server: Asura
                  Current Home Nation: Bastok (Rank 10)
                  Race/Sex: Elvaan/Male
                  Main Job: 75 DRK / 37 SAM,RDM,NIN,WAR,WHM
                  Main Craft: 73 Cloth

                  (Read this at a normal pace...)
                  Tihs Msseage Connat Be Raed By Nromal Huamn Biegns. Pelsae Ntoify Yuor Firedns Taht If Tehy Can Raed Tihs, Taht Tehy Aenr't Namrol...Cnovrresly, Atmpetnig To Raed Tihs Msasege At Nmaorl Pcae And Bineg Albe To, Cna't be Namrol Etiehr...If Yor'ue Albe To Raed Tihs, Tehn Mybae Yur'oe Not Nrmaol.

                  Comment


                  • #10
                    Re: Hello All

                    Originally posted by Evion View Post
                    What about a pre-fight solo situation? Chain macro should be good then... Also, it seems I start out each fight with DiaII, Slow, Paralyze. Why not chain macro that?
                    You could do it for a pre-fight, but limited macro spots would probably dictate to do that in another macro set since you'll probably need to recast them and they probably (hopefully) won't wear off at the same time.

                    Again, with Dia, Paralyze and Slow, the only time you'd need to cast all 3 right after the other would be at the beginning, they don't wear at the same time.

                    Originally posted by Sabaron View Post
                    I have one macro that does more than one thing and this is it:
                    /ma "Utsusemi: Ni" <me>
                    /wait 1
                    /ma "Utsusemi: Ichi" <me>
                    /ma "Blink" <me>
                    This is pretty much what I do with Sleep.
                    I use a Mac because I'm just better than you are.

                    HTTP Error 418 - I'm A Teapot - The resulting entity body MAY be short and stout.

                    loose

                    Comment


                    • #11
                      Re: Hello All

                      You mean something like this?

                      /equip main "solid wand" <me>
                      /ma "sleep II" <t>
                      /wait 7 sec
                      /ma "blink" <me>
                      /wait 7 sec
                      /ma "stoneskin" <me>
                      Current Server: Asura
                      Current Home Nation: Bastok (Rank 10)
                      Race/Sex: Elvaan/Male
                      Main Job: 75 DRK / 37 SAM,RDM,NIN,WAR,WHM
                      Main Craft: 73 Cloth

                      (Read this at a normal pace...)
                      Tihs Msseage Connat Be Raed By Nromal Huamn Biegns. Pelsae Ntoify Yuor Firedns Taht If Tehy Can Raed Tihs, Taht Tehy Aenr't Namrol...Cnovrresly, Atmpetnig To Raed Tihs Msasege At Nmaorl Pcae And Bineg Albe To, Cna't be Namrol Etiehr...If Yor'ue Albe To Raed Tihs, Tehn Mybae Yur'oe Not Nrmaol.

                      Comment


                      • #12
                        Re: Hello All

                        /equip main "Dark Staff"
                        /ma "Sleep II" <stnpc>
                        /wait 1
                        /ma "Sleep" <stnpc>

                        If Sleep II isn't available it falls through to Sleep. <stnpc> instead of <t> or <bt> on the Sleep in case I need to sleep 2 mobs. You could extend it with another wait then Sleepga if you're subbing /blm but I don't since often, a -ga is definitely not what I want to use. I think I have 2 other gear swaps there instead.

                        The only problem with using <stnpc> on the second is you have to remember to hit ESC if Sleep II did cast before you can hit another macro.
                        I use a Mac because I'm just better than you are.

                        HTTP Error 418 - I'm A Teapot - The resulting entity body MAY be short and stout.

                        loose

                        Comment


                        • #13
                          Re: Hello All

                          Originally posted by Mhurron View Post
                          /equip main "Dark Staff"
                          /ma "Sleep II" <stnpc>
                          /wait 1
                          /ma "Sleep" <stnpc>

                          If Sleep II isn't available it falls through to Sleep. <stnpc> instead of <t> or <bt> on the Sleep in case I need to sleep 2 mobs. You could extend it with another wait then Sleepga if you're subbing /blm but I don't since often, a -ga is definitely not what I want to use. I think I have 2 other gear swaps there instead.

                          The only problem with using <stnpc> on the second is you have to remember to hit ESC if Sleep II did cast before you can hit another macro.
                          I forgot about Sleep. That makes 2 macros I have that do two different spells--even though they're both tiers of the same spell. If you count BRD I do this with most tiered Bard songs as well.

                          Comment

                          Working...
                          X