groupwide tenacity

eddie43302

Senior Member
Any fix for the inquisitor group wide tenacity being casted over and over.. if no fix any idea how to remove this from the bot for right now so i can cast manually..
 

eddie43302

Senior Member
Im not sure it just would cast tenacity over and over when i got the red slot adorn for my new inquis to make tenacity from single group member to groupwide..another thing i noticed is on my assasin to he will not cast his hate buff now when i do it manually he turns it off even though i have the party member set for him to buff it to.
 

Pygar

EQ2Bot Specialist
I checked in a fix for the inquisitor today. If you get a chance please test it for me.

The assassin hate mod I'll have to look into. I'm sure the last time I used my assassin ( 3 months ago ) it worked fine ;)
 

eddie43302

Senior Member
Still keeps casting tenacity over and over and also when it does the pre reactives this error is in the console

Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
Error:No such 'int' member 'Equal' @${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType.Equal[Group]}
 

pr517

Active Member
TargetType is an int, not a string. So, something more like "${Me.Ability[${SpellType[${PreSpellRange[${xAction},1]}]}].TargetType}==2" is appropriate.
 

Pygar

EQ2Bot Specialist
Indeed it is an Int.

The wiki fails to detail what the Int values translate to.

Can someone please provide me a list of values for the Int's returned?

1 = ???
2 = ???
3 = ???
4?
 

Pygar

EQ2Bot Specialist
Interesting no distinction between Group Friend and Raid Friend.

Thanks for the post, I can fix that script now ;)
 

pr517

Active Member
You can use the GroupRestricted and AllowRaid booleans to further identify abilities. But, you would still need to hardcode special circumstances for abilities that can be cast on anyone in the group except yourself (Shaman's Ritual of Alacrity), one that can only be put on a grouped priest or mage (Guardian's Sentinel), etc.
 
Top Bottom