Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14

Hybrid View

  1. #1
    Player Nadirah's Avatar
    Join Date
    May 2015
    Location
    Gridania
    Posts
    1,978
    Character
    Nadirah Serenity
    World
    Excalibur
    Main Class
    Paladin Lv 60

    Needing macro help

    Need proper formatting to get my pet to heal target of target and target because for some reason <tt > and <t > aren't valid "names" in my macros for some friggin reason.

    Basically looking for a priority. Example, WoW's macros I use the following for my healing spells:

    (old syntax, easier to read but still works)
    /cast [target=mouseover, help] Healing Wave; [help] Healing Wave; Healing Wave

    Target priority is mouseover(friendly), friendly selected target, self.

    That's what I'm looking for here.

    <mo > works, but the target and target of target aren't working with Embrace. i want my pet to cast on the person I just cast on, without having to hard target it. If I cast on mouseover, she casts on mouseover. If I cast on target of target, she casts on target of target.

    or is this not possible?
    (0)

  2. #2
    Player
    mp-please's Avatar
    Join Date
    Feb 2015
    Posts
    449
    Character
    Danielle Leclair
    World
    Leviathan
    Main Class
    White Mage Lv 60
    are you using /pac?
    (0)

  3. #3
    Player
    Lastelli's Avatar
    Join Date
    Jun 2015
    Location
    Gridania
    Posts
    937
    Character
    Lastelli Sungsem
    World
    Ragnarok
    Main Class
    Monk Lv 90
    You mean you want to use embrace on your target or your target's target. Should be somthing like:

    /pac "embrace" <t>
    /pac "embrace <tt>

    Both in a single macro. It works for me.
    (0)

  4. #4
    Player Nadirah's Avatar
    Join Date
    May 2015
    Location
    Gridania
    Posts
    1,978
    Character
    Nadirah Serenity
    World
    Excalibur
    Main Class
    Paladin Lv 60
    Yes, exactly.

    Problem is, I keep getting the error that <tt>, <mo> and <t> are not valid target names when I hit the damn thing. Seems to be giving me the error for the two targets that aren't being cast on.. like if it's casting on my current target, <mo> and <tt> aren't valid.

    And that error spam is pissing me off.

    Example of my base, and I'm not working with other spells until I get this figured out.

    /micon "Physick"
    /ac "Physick" <mo>
    /ac "Physick" <tt>
    /ac "Physick" <t>
    /pac "Embrace" <mo>
    /pac "Embrace" <tt>
    /pac "Embrace" <t>
    (0)

  5. #5
    Player
    Rawrz's Avatar
    Join Date
    Jul 2015
    Posts
    1,704
    Character
    Sir Rawrz
    World
    Gilgamesh
    Main Class
    Red Mage Lv 90
    These types of healing macros cannot exist. Your only real option at combining them are

    /pac Embrace <t>
    /ac Physick <t>

    You can also add <mo>, but you CANNOT add <tt> with <t> In a healing macro. When Eos or Selene tries to heal your target (an Enemy Mob), who is attacking a player, they will heal themselves, because the command to heal <t> is not a valid target, so instead they must heal the valid target of themselves. Latency and the rate at which your macro is being processed can cause very bad things as well. Targeting your tank you cast the macro, but instead of healing the tank Eos receives the command to heal <tt> and heals herself instead. Keep your healing macros to a minimum and you will suffer less!

    A few things to know about scholar healing macros
    1) Put the pet actions first. Pets respond milliseconds slower than your own actions.
    2) If you would like to use the macro icon for Selene's Embrace type

    /macroicon Embrace Selene


    3) Using a pet action like stay or heel, will interrupt a skill the pet is using and leave the command queue open. (mileage varies)
    (0)

  6. #6
    Player Nadirah's Avatar
    Join Date
    May 2015
    Location
    Gridania
    Posts
    1,978
    Character
    Nadirah Serenity
    World
    Excalibur
    Main Class
    Paladin Lv 60
    Quote Originally Posted by Rawrz View Post
    These types of healing macros cannot exist. Your only real option at combining them are
    Except that I was given this specific one by someone that uses it. And it apparently works for him.

    I've been testing with Eos. She *will* cast Embrace on my target if I heal the target, and will cast it on my target's target if the target is invalid(hostile). She's also cast on my mouseover.

    Problem is, I don't want the gd error messages spamming my screen, and if I turn those off in the chat settings, I don't see actual error messages I want to see.

    WoW also had a command to turn that off in macros too.

    /run UIErrorsFrame:Clear()

    Macro system here is making me incredibly sad after using that one. ><

    Edit, purpose of <tt> in macros is to target the boss and dot his arse up but put my pet heals on the tank while mashing that button in between DoT casts.
    (0)

  7. #7
    Player
    Lastelli's Avatar
    Join Date
    Jun 2015
    Location
    Gridania
    Posts
    937
    Character
    Lastelli Sungsem
    World
    Ragnarok
    Main Class
    Monk Lv 90
    Uhmmmm...it might be some "compatibility" issue with the content inside < >.
    Try with this:

    /micon "Physick"
    /ac "Physick" <t>
    /ac "Physick" <tt>
    /pac "Embrace" <t>
    /pac "Embrace" <tt>

    That is, the same macro you're using but without the mouseover command and with <t> before <tt>. I've had these kind of problems too, it seems that some commands just don't go well togheter :/
    (0)

  8. #8
    Player
    wdbgeo's Avatar
    Join Date
    Sep 2013
    Posts
    2
    Character
    Aeliya Ashengaurd
    World
    Behemoth
    Main Class
    Gladiator Lv 30
    Here is what I use.

    /micon Physick
    /ac Physick <mo>
    /ac Physick <t>
    /pac Embrace <mo>
    /pac Embrace <t>

    This will make either Eos or Selene cast Embrace on the same target you are healing. You still get the error message though. You can turn that off in chat settings. You con hover over the target or the party list. Either one works. The Embrace CD is also a bit longer than your Physick. Hope this helps.
    (0)

  9. #9
    Player Nadirah's Avatar
    Join Date
    May 2015
    Location
    Gridania
    Posts
    1,978
    Character
    Nadirah Serenity
    World
    Excalibur
    Main Class
    Paladin Lv 60
    Incredibly annoying.

    Why can't they use a macro system that *doesn't* suck? Lol
    (0)

  10. #10
    Player
    Lyrica_Ashtine's Avatar
    Join Date
    Dec 2013
    Posts
    1,132
    Character
    Sadako Yamamura
    World
    Phoenix
    Main Class
    Marauder Lv 1
    Quote Originally Posted by Nadirah View Post
    Incredibly annoying.

    Why can't they use a macro system that *doesn't* suck? Lol
    The macro system itself is fine, it's the targeting mechanism that's a bit funky for healing.
    If you target an illegal target to heal (ie: a monster), the spell would be aimed back at the caster. Same applies to your pets.

    However, this does not apply if the target doesn't exist in the first place, thus the <mo> combined with <t> would work:
    /pac "Embrace" <mo>
    /pac "Embrace" <t>

    If you haven't pointed your mouse at anything that can be a legal target, <t> would apply. But with some monsters being as big as they are or as close as you have to be or with people running all over the place, you have to really pay attention to where your cursor is pointing at. Even pointing it at your party list would trigger the <mo> line.

    There is also the thing that the second line for <t> wouldn't be anywhere as fast as normal for some reason.
    (0)

Page 1 of 2 1 2 LastLast