is workin, but what i try to do is like :<onLeaveCombat><![CDATA[
sendMacro("ChangeParallelID(1)");
]]></onLeaveCombat>
and this one doesnt work. where is the mistake, i need some help ?<onLeaveCombat><![CDATA[
if( 1 = GetCurrentParallelID() )then sendMacro("ChangeParallelID(2)");
else sendMacro("ChangeParallelID(1)");
]]></onLeaveCombat>
edit : in the end
works fine, but now the issue is i change channel before looting, is there a code for loot i could use before ?<onLeaveCombat><![CDATA[
sendMacro("ChangeParallelID(1)");
sendMacro("ChangeParallelID(2)");
]]></onLeaveCombat>