I am trying to set things up so that if toons need C then modbot will cast the single target C Spell vs with 3 or more toons needing C it then casts the group version; Voice. This is what I have, but the single target spell never gets cast.
I have the same problem with Haste which I have setup the same way. One grp cast with the TarCnt set to 3 and the other single target spell with the TarCnt set to 1. Only the group spell ever gets cast, and it gets cast even in groups of only 2 players. If I understand TarCnt correctly it should never cast in a group of 2 with TarCnt set to 3. Any suggestions?
I have the same problem with Haste which I have setup the same way. One grp cast with the TarCnt set to 3 and the other single target spell with the TarCnt set to 1. Only the group spell ever gets cast, and it gets cast even in groups of only 2 players. If I understand TarCnt correctly it should never cast in a group of 2 with TarCnt set to 3. Any suggestions?
INI:
[AB3]
Gem=12
Spell=Voice of Precognition Rk. II
SpellFoci=
DurMod=225
SpellAlias=gc
Announce=/bc [+g+]Buffing [+x+] <<[+o+]Group [+x+]>>[+w+] with Mana Regen[+x+][+g+] %s [+x+]
SpellMinMana=5
TarCnt=3
TarType=self grp
Recast=FALSE
SpellIcon=
PreCondition=TRUE
[AB6]
Gem=12
Spell=Precognition Rk. II
SpellFoci=
DurMod=0
SpellAlias=sc
Announce=/bc [+g+]Buffing [+x+] <<[+t+] %t [+x+]>>[+w+] with mana regen[+x+][+g+] %s [+x+]
SpellMinMana=0
TarCnt=1
TarType=shd pal rng brd bst shm clr dru wiz mag enc nec pet
Recast=FALSE
SpellIcon=
PreCondition=/if (!{Me.Buff[Voice of Precognition Rk. II].ID}) /return TRUE

