Rich (BB code):
[DPS]
DPSOn=2
DPSSkip=4
DPSInterval=2
DPS1=Twincast|99|Me
DPS2=Claw of the Flameweaver Rk. II|96
DPS3=Force of Will|96|Weave
My fix in MQ2Cast_Spell_Routines.inc
Rich (BB code):
diff --git a/MQ2Cast_Spell_Routines.inc b/MQ2Cast_Spell_Routines.inc
index 8018dc8..e180d1e 100644
--- a/MQ2Cast_Spell_Routines.inc
+++ b/MQ2Cast_Spell_Routines.inc
@@ -221,7 +221,7 @@ Sub MQ2Cast(string spellName,string spellType,timer giveUpTimer,string mySub,str
/call SREquipItem "${spellName}"
/varset oldItem ${Macro.Return}
}
- } else /if (${Me.AltAbility[${spellName}].ID} && ${Me.AltAbility[${spellName}].Type}!=5) {
+ } else /if (${Me.AltAbility[${spellName}].ID} && ${Me.AltAbility[${spellName}].Type}!=5 && ${spellName.NotEqual[twincast]}) {
/varset spellType alt
} else /if (${Spell[${spellName}].ID}) {
/if (${Int[${spellType}]}) {


