postreply Home » Forums » World of Warcraft » World of Warcraft General Discussions

Help with rogues macro : World of Warcraft General Discussions

Posted: April 10th, 2005, 11:51 am
soma007
At the moment the macro i have is

/cast Cheap Shot
/script OppAttack("Stealth", "Backstab");
/script OppAttack("Sinister Strike");

But i wanted to use a mace in my main hand.
I was thinking of changing to this.

If "Stealth" = "Yes" Then
/script PickupContainerItem(0,1);
/script PickupInventoryItem(16);
End If
/cast Cheap Shot
/script OppAttack("Stealth", "Backstab");
If "Stealth" = "No" Then
/script PickupContainerItem(0,1);
/script PickupInventoryItem(16);
End If
/script OppAttack("Sinister Strike");

But when i do use it the 1st weapon swap will not work if im in Stealth or not.

Also does any1 know how i can add delay times in the macro?
Posted: April 10th, 2005, 12:00 pm
johnnydewy
All I can say is;

http://www.curse-gaming.com/mod.php?addid=151

Might make your life easier
Posted: April 11th, 2005, 2:28 pm
kairis1
that links not working for me can u post name of the addon ur talking about? im guessing its one hit wonder
Posted: April 11th, 2005, 7:31 pm
johnnydewy
Site is up now

It's stancesets
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 14 guests
postreply