Log in

View Full Version : Shadow Bolt/Soul Fire fallback



nogbog
06-24-2008, 10:28 PM
/cast [target=targettarget,nomod] Shadow Bolt; [target=targettarget,mod:alt] Soul Fire

This is my macro for shadow bolts, it works fine if my main or substitutes are alive.

What i want though, is for it to work if i was solo, can someone help me out please?

Edit: The solution, thanks darkmoon

/cast [target=target,nomod,harm][target=targettarget,nomod] Shadow Bolt; [target=target,mod:alt,harm][target=targettarget,mod:alt] Soul Fire

darkmoon
06-24-2008, 10:41 PM
Add another [target] line

[target=target,harm][target=targettarget]
This means if you have a harmful target it will cast on that first, if its not harmable (ie: your main) it will assist

Edit: Keep your "mod" and everything the same, just add the single [target=target,mod / nomod...] in there

nogbog
06-24-2008, 10:47 PM
Add another [target] line

[target=target,harm][target=targettarget]
This means if you have a harmful target it will cast on that first, if its not harmable (ie: your main) it will assist

Edit: Keep your "mod" and everything the same, just add the single [target=target,mod / nomod...] in thereworks beautifully, thanks!

Djarid
06-25-2008, 02:40 AM
2 options:
1. put empty options [] at the end of your options list, this returns the spells behaviour to default if none of the previous options match

2. switch to focustarget, this way if you have yourself as focus then you will fire on your own target :)

also target=target is terrible, I mean really terrible... not putting a target= in an option has the same effect and saves 13 characters

nogbog
06-25-2008, 07:29 AM
2 options:
1. put empty options [] at the end of your options list, this returns the spells behaviour to default if none of the previous options match

2. switch to focustarget, this way if you have yourself as focus then you will fire on your own target :)

also target=target is terrible, I mean really terrible... not putting a target= in an option has the same effect and saves 13 charactersI was using focus set before and it was really good, but now i need the focus available for fear/pet targets.

Ok, my macro wasn't working at all when i put [] at the end of my list, on single spells it was fine but not when involved modifiers