PDA

View Full Version : need help with 2 macro's


RickyBobby
10-03-2007, 07:28 PM
im trying to make two macro's, one is supposed to do gouge and then switch main hand to dagger, the second one does backstab then switches back to sword

so here's what i've come up with

first macro:
/cast gouge
/use <dagger name here> 0, 1 (0, 1 is in reference to the bag slot, and slot number of the bag. 0 being the original bag, and 1 being first slot)

second macro
/cast backstab
/use <sword name here> 0, 1

Tunga
10-03-2007, 10:27 PM
/cast Gouge
/equipslot 17 Dagger Name

/cast Backstab
/equipslot 17 Sword Name

The 17 is the slot to equip it to, in this case main-hand. You don't need to say where it is in your bag. Replace "Sword Name" and "Dagger Name" with the approriate weapon name of course :) .