Rapid Fire

No longer relevant.

One is an ability, the other a pc. of gear.
So, maybe /equip rapid fire, or maybe /equip (bag slot number).
For the ability, maybe /use key(whatever), or /use rapidfire
Something like this would work.

I guess it depends on what purpose you have for the bow in question.

If it’s simply so that you can equip it on your character, you can(like Llars said above) make a macro like this:

/use <bag> <slot>

The macro uses, or in this case, equips the item if it’s placed in the right slot in your inventory, that corresponds with the numbers you’ve added to the macro. Example:
/use 0 1 will equip the bow you mentioned, if that bow is placed in your backpack in the top left slot. If you want more info on how it works with what numbers each bag slot has etc, see this link: https://wowwiki-archive.fandom.com/wiki/Making_a_macro#Using_items_and_trinkets

Bags are numbered 0-4 from right to left (0 is always the backpack) and the slots are numbered starting at 1 going left to right, top to bottom.


For Rapid Fire, the ability, simply make a macro that begins with /cast

1 Like