Help with macro
You've been trying to just use... what?
I know this should work, but there may be a more elegant way to do it:
Edit: Blah... it looks like Curse stripped the square brackets, since I had BBCode selected. Trying again, with BBCode off.
/castsequence [mod:alt] [target=focus] spell 1, spell 2, ...
/castsequence [nomod] spell 1, spell 2, ...
It's possible that:
/castsequence [mod:alt] [target=focus] spell 1, spell 2, ... ; [nomod] spell 1, spell 2, ...
might work, but I'm not where I can test that.
All right... got home and was able to try it. The:
/castsequence [mod:alt][target=focus] ...
/castsequence [nomod] ...
syntax doesn't work. What *does* work is this:
/castsequence [mod:alt,target=focus] ...
/castsequence [nomod] ...
It did seem from my brief testing that the game logic may consider the changing of target via the modifier to count for resetting the sequence, so you may want to experiment with that. Good luck!
Quick Reply
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.

- Thumbs Down
- Thumbs Up
- +0
warcockthewarlockI am making a macro that is a reseting cast sequence i have all that down my problem is i want it to have a modifier that makes it hit the focus instead i have been trying to just use but no luck anyone have any input for me pls