So not sure if this is a problem with Send itself or the script macro ability in windower.
When I am in my client and I use:
/console send <muleusername> /ws 'Tachi: Jinpu' <t>
it works perfectly, as well as in a macro.
However, when I use a windower script macro and have this:
Code
input /echo >> WS Set 1 All characters << pause 1; input /echo <charname> Shadow of Death /console send <charname> /ws 'Tachi: Jinpu' <t> pause 1; input /echo <charname> Energy Drain /ws 'Energy Drain' <t> pause 1; input /echo <charname> Raiden Thrust /console send <charname> /ws 'Raiden Thrust' <t> pause 1; input /echo <charname> Seraph Strike /console send <charname> /ws 'Seraph Strike' <t> pause .5; input /echo <charname> Blade: Ei /console send <charname> /ws 'Blade: Ei' <t> pause .5; input /echo <charname> Earthcrusher /console send <charname> /ws 'Earthcrusher' <t>
it doesn't work at all. Can you guys see something I am missing?
I'm trying to have the ultimate aby proc party, where I can just play one of my team of 6, and then hit one macro to have them all WS the aby proc WS. It works in a regular macro but not a windower script.