Since the december update I can no longer use the same key to "phantom roll" & "double-up"
This is the script I was using until tonight.
Any help is appreciated.
<!-- Store the current roll in a variable -->
<action type="command" when="aftercast">sc var set currentroll %Spell</action>
<if advanced = '(bool)buffactive("%Spell")'>
<changeSpell Spell = "Double-Up"/>
<action type="equip" when="precast" set="PhantomRoll" />
<ChangeTarget Target = "<me>"/>
<if NotBuffactive="Double-Up Chance">
<action type="CancelSpell" />
<addtochat>[NOTE] Already wearing that buff~ Double-Up Chance is gone..</addtochat>
</if>