Looking to make a epic destroy for my mage. currently looking at this, and struggling to figure out the solution.
Previously, this was casting the orb dropping it in mainhand. Now for some reason its fubar not casting orb. not destroying epic, (unless i MB cast epicdestroy).
Some guidance here would be great. Thanks.
Apologize in advance if this is a simpleton problem. Still learning syntax.
[AB1]
Gem=6
Spell=Summon Orb
SpellFoci=
DurMod=0
SpellAlias=Epic
Announce=
SpellMinMana=0
TarCnt=1
TarType=self
Recast=FALSE
SpellIcon=
PreCondition=TRUE
[AB2]
Gem=script
Spell=epicdestroy
SpellFoci=
DurMod=0
SpellAlias=epicdestroy
Announce=
SpellMinMana=0
TarCnt=1
TarType=self
Recast=True
SpellIcon=
PreCondition=TRUE
[AB3]
Gem=Item
Spell=Orb of Mastery
SpellFoci=
DurMod=0
SpellAlias=pet
Announce=
SpellMinMana=0
TarCnt=1
TarType=petspell cbt idle
Recast=True
SpellIcon=
PreCondition=TRUE
[script-epicdestroy]
Commands=2
C1=/if (${FindItem[Orb of Mastery].Charges}==0) /itemnotify mainhand leftmouseup
C2=/destroy
Previously, this was casting the orb dropping it in mainhand. Now for some reason its fubar not casting orb. not destroying epic, (unless i MB cast epicdestroy).
Some guidance here would be great. Thanks.
Apologize in advance if this is a simpleton problem. Still learning syntax.
[AB1]
Gem=6
Spell=Summon Orb
SpellFoci=
DurMod=0
SpellAlias=Epic
Announce=
SpellMinMana=0
TarCnt=1
TarType=self
Recast=FALSE
SpellIcon=
PreCondition=TRUE
[AB2]
Gem=script
Spell=epicdestroy
SpellFoci=
DurMod=0
SpellAlias=epicdestroy
Announce=
SpellMinMana=0
TarCnt=1
TarType=self
Recast=True
SpellIcon=
PreCondition=TRUE
[AB3]
Gem=Item
Spell=Orb of Mastery
SpellFoci=
DurMod=0
SpellAlias=pet
Announce=
SpellMinMana=0
TarCnt=1
TarType=petspell cbt idle
Recast=True
SpellIcon=
PreCondition=TRUE
[script-epicdestroy]
Commands=2
C1=/if (${FindItem[Orb of Mastery].Charges}==0) /itemnotify mainhand leftmouseup
C2=/destroy


