• 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

Request - War defensive holy

Joined
Dec 2, 2014
RedCents
1,815¢
Made a complicated defensive holy recently and something in it is not firing correctly. If anyone else's eye catches something wrong would you let me know please?
Rich (BB code):
holyshit5=/if (${Me.Combat} && ${Target.Distance}<75 && ${Me.PctEndurance}>2 && (${Target.Named} || ${Me.XTarget}>1 || ${Spawn[id ${MATarget}].Level}>=${Math.Calc[${Me.Level}+3]})) ${If[${Me.CombatAbilityReady[Dichotomic Shield]}, /Disc 49003 , ${If[${Me.CombatAbilityReady[${Spell[Stout Defense].RankName}]},/disc ${Spell[${Spell[Stout Defense].RankName}].ID},${If[${Me.CombatAbilityReady[${Spell[Last Stand Discipline].RankName}]},/disc ${Spell[${Spell[Last Stand Discipline].RankName}].ID},${If[${Me.CombatAbilityReady[${Spell[Pain Doesn't Hurt].RankName}]},/disc ${Spell[${Spell[Pain Doesn't Hurt].RankName}].ID},${If[${Cast.Ready[Armor of Darkened Runes]},/disc ${Spell[${Spell[Armor of Darkened Runes].RankName}].ID},/alt act 2011]}]}]}]}]}

- - - Updated - - -

Got it running I think. More testing...

Rich (BB code):
holyshit5=/if (${Me.Combat} && ${Target.Distance}<75 && ${Window[CombatAbilityWnd].Child[CAW_CombatEffectLabel].Text.Equal[No Effect]} && ${Me.PctEndurance}>2 && (${Target.Named} || ${Me.XTarget}>1 || ${Spawn[id ${MATarget}].Level}>=${Math.Calc[${Me.Level}+2]})) /docommand ${If[${Me.CombatAbilityReady[Dichotomic Shield]}, /disc ${Spell[${Spell[Dichotomic Shield].RankName}].ID} , ${If[${Me.CombatAbilityReady[${Spell[Stout Defense].RankName}]},/disc ${Spell[${Spell[Stout Defense].RankName}].ID},${If[${Me.CombatAbilityReady[${Spell[Last Stand Discipline].RankName}]},/disc ${Spell[${Spell[Last Stand Discipline].RankName}].ID},${If[${Me.CombatAbilityReady[${Spell[Pain Doesn't Hurt].RankName}]},/disc ${Spell[${Spell[Pain Doesn't Hurt].RankName}].ID},${If[${Cast.Ready[Armor of Darkened Runes]},/disc ${Spell[${Spell[Armor of Darkened Runes].RankName}].ID},/alt act 2011]}]}]}]}]}
 
Rich (BB code):
${MATarget}

That is a macro generated piece, or at least it is when using RaidDruid =)

You will need to edit that to be either your target, or the group's main assist target ID. IE

Rich (BB code):
${Target.ID}
${Me.GroupAssistTarget.ID}

or to use what ever your macro uses to designate the Main Assist's Target.
 
Last edited:
Request - War defensive holy

Users who are viewing this thread

Back
Top
Cart