I am trying to make a macro to equip my Rune War Bow, use it to make a stack of arrows, swap to my primary bow, and then equip the arrows... So far I have got this
/use Rune War Bow
/wait 1
/wait 1
/use Giant Crossbow of the Massacre
/use Runic Thorn
So far, it equips the Rune War Bow, waits 1 second, waits another second, and equips Giant Crossbow of the Massacre.
Notice the blank line between the wait commands (line 3). I can't find a command that does the "right click use" thing while the bow is equipped. If I put in /use Rune War Bow, nothing happens, cause the game's trying to re-equip it again. What would I type in the blank line so the game will perform the equivalent of "right clicking" the Rune War Bow while it's equipped, to give me a stack of arrows (like you would when you just right click it when it's in the bow slot)?