• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - (Trotbot) 2 Zerks in a group

Joined
Feb 4, 2023
RedCents
100¢
Seeing if anyone is having issues with their zerks popping some burns on named mobs. for example my main zerk in group pops its burn a, b, c etc just fine when it detects a name engaged. My other zerk does not on names. Here is the pre condition for both.
[AD9]
Gem=script
Spell=burna
SpellFoci=
DurMod=0
SpellAlias=burna
Announce=/bc
SpellMinMana=0
SpellRecast=0
SpellCastonResist=
SpellDelay=20
TarCnt=1
TarType=3
TarBegHP=99
TarEndHP=0
IfSpellImmune=
UseHoTT=0
PreCondition=/if (!{Raid.Members} && {Me.CombatAbilityReady[mangling Discipline]} && !{Me.ActiveDisc.ID}) /return TRUE

Im using TB as my automation source
 
Seeing if anyone is having issues with their zerks popping some burns on named mobs. for example my main zerk in group pops its burn a, b, c etc just fine when it detects a name engaged. My other zerk does not on names. Here is the pre condition for both.
[AD9]
Gem=script
Spell=burna
SpellFoci=
DurMod=0
SpellAlias=burna
Announce=/bc
SpellMinMana=0
SpellRecast=0
SpellCastonResist=
SpellDelay=20
TarCnt=1
TarType=3
TarBegHP=99
TarEndHP=0
IfSpellImmune=
UseHoTT=0
PreCondition=/if (!{Raid.Members} && {Me.CombatAbilityReady[mangling Discipline]} && !{Me.ActiveDisc.ID}) /return TRUE
you didn't post in a section nor indicate what automation you're using for folks to be able to help you.

what is this?

is this modbot?
 
that looks to be the modbot macro you are using, you should post in the modbot area
 
?
I've never heard of that
this isn't something we have here - you might want to ask where you get trotbot from

i moved this to the modbot forums cause the ini entries look similar
 
i think your pre-condition has syntax errors in it.

it is
PreCondition=/if (!{Raid.Members} && {Me.CombatAbilityReady[mangling Discipline]} && !{Me.ActiveDisc.ID}) /return TRUE

but should be
PreCondition=/if (!${Raid.Members} && ${Me.CombatAbilityReady[Mangling Discipline]} && !${Me.ActiveDisc.ID}) /return TRUE

apply change and revert with results
 
i think your pre-condition has syntax errors in it.

it is
PreCondition=/if (!{Raid.Members} && {Me.CombatAbilityReady[mangling Discipline]} && !{Me.ActiveDisc.ID}) /return TRUE

but should be
PreCondition=/if (!${Raid.Members} && ${Me.CombatAbilityReady[Mangling Discipline]} && !${Me.ActiveDisc.ID}) /return TRUE

apply change and revert with results
Thanks

Will let ya know
 
Question - (Trotbot) 2 Zerks in a group

Users who are viewing this thread

Back
Top
Cart