Jump to content

Magnetto

Player
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Magnetto

  • Rank
    Newcomer
  1. Magnetto

    Perfecting Hunter macro

    Hey guys I found this helpful macro which attacks anything infront of the character and uses Raptor Strike on toggle and Mongoose Bite while shift-down. When I press the macro second time it would stop attacking, it would be great if some command could change that if I would spam it, character would not stop attack. Does anyone have any suggestions? Here is the macro: /script if (not PlayerFrame.inCombat) then AttackTarget() end /script if IsShiftKeyDown() then CastSpellByName("Mongoose Bite") else CastSpellByName("Raptor Strike") end Second question is how to add a "alt" modifer, so I can add a 3rd spell which would activate while pressing the alt+binding. Its something like "elseif" but I don't know how to incorporate i within the macro itself. Many thanks in advance, Magnetto
×