Cleric Bot - call of the herald

killerbeatty2

New member
Joined
Jul 3, 2017
Messages
17
Reaction score
0
Points
1
When did the Cleric start casting this, and how do I turn it off? Beyond frustrating because the bots are set to rez at a 96% in the ini..so they just sit on that 0 cast.
 
/loadbot

See which CallX is "Call of the Herald"
e.g., Call0
Add to ini (assuming it is 0): CallIf0=0
/loadbot

htw
 
Will this work?

Callif0=${Melee.Combat}

Only want to use Call if in combat, that way the bot has endurance.
 
Will this work?

Callif0=${Melee.Combat}

Only want to use Call if in combat, that way the bot has endurance.
Does your cleric melee? If not, I would guess no. Maybe one of the bot variables will work better for you in that case?

htw
 
Check to see if in cooldown or combat

Code:
CastIF=!${Me.Invis}&&(${Me.CombatState.Equal[COOLDOWN]}||${Me.CombatState.Equal[COMBAT]})
 
Last edited:
alternatively, you can make the statement:
CallIf0=${Bot.Adds}


That way it only triggers if you are actively have mobs in a fight at you.