Skip to content

RIFT · Rogue

Ranger Pet Target with Rejuvenate

This macro will have your pet attack A) your mouseover target B) your current target. Also if you do not have a target it will target A) mouseover target B) pets target. As well, if you hold Shift then it will recall your pet and put it on passive. Note that this requires the use of focus target, and as such, the behavior of the macro will be wonky if you already have a focus target, and it will also remove your focus target in the process.

RIFT · Rogue1620 lineslines used of the 20 this game allows
/focus @target
/petattack
/target @mouseover
/petattack
/target @focus
/target @pet
/target @targettarget
/target @mouseover
/target @focus
/target @target
/targetlasttarget
/clearfocus
/petdefensive
/petfollow [shift]
/petpassive [shift]
/cast Rejuvenate

Where to paste this

  1. Type /macro to open the macro window.
  2. Click Create, name the macro and pick an icon (or use #show <Ability> to mirror an ability icon).
  3. List your abilities in priority order, highest priority first, one /cast per line.
  4. Put abilities with no cooldown last — anything after them will never fire.
  5. Add /suppressmacrofailures on the second line to silence "ability not ready" errors.
  6. Drag the macro to a hotbar slot and bind it.