4
votes
1answer
202 views

World of Warcraft scripting, cast at npc via saved variable name

I already have a way of storing what I want to attack in a variable, and can verify that's successful. All I need to know is how to properly cast at something with the name I've stored in said ...
4
votes
1answer
1k views

Can I use a macro to leave a group?

If I join a pick-up group, I generally try to see the dungeon or raid through to the end, but sometimes circumstances make that impossible. Maybe my guild is convening for a raid, or maybe I haven't ...
6
votes
2answers
3k views

How can I/am I able to set up a macro to cast several spells in sequence in WoW?

How can I script a macro to my Mage do several sequencial attacks? I've tried the command /castsequence but it doesn't works.
1
vote
2answers
897 views

WoW macro for target?

I have a macro idea and I need someone to help write it! I stopped on 1st macro: /SET "something what ident that it is variable" %t 2nd macro: /target "variable?" /run ...
6
votes
1answer
562 views

How to bind macros to combination like letter+number, like X+1?

How can I bind macros to combinations like letter+number, like X+1, C+1, etc. in World of Warcraft?
3
votes
2answers
761 views

Is it necessary to set the /stopcasting macro in WoW?

Does the top pvp player set the /stopcasting macro and make a key-binding with that in the world of warcraft? Is it necessary? Or just move the character to break the casting spell?
10
votes
4answers
7k views

How do I store target name in a variable in a macro?

This one must be an easy, but I can't find it anywhere... I've been looking around for a while now. /script gank = "Evyna"; This work but what if I want to assign gank variable with the current ...
4
votes
2answers
704 views

Can you have a macro to cast Charge if in bear, a cast sequence if in cat?

This is for the stampede talent where you can ravage without being stealthed after a cat form feral charge. I wanted one button to do Feral Charge if in bear form, and the cast sequence of Feral ...