• 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
Resource icon

Config - Shm 115 group mainhealer

Joined
Oct 31, 2019
RedCents
1,725¢
Dragonslayer submitted a new resource:

Shm 115 Group - Shaman lvl 115 Group Mainhealer + adps

This is my mainhealer for all ToV-content a group can see.
Heals group, debuffs mobs. Cures all stuff mobs come with.
Uses "Wintry Gift" to boost "Spirirtual Squall".
Includes use of Epic 2.0.
Keeps Group buffed with Ennui.

INI:
[General]
KissAssistVer=12.001
[SpellSet]
LoadSpellSet=2
[Buffs]
BuffsOn=1
BuffsSize=24
Buffs1=Ennui|meele
Buffs2=Ennui|Me
Buffs3=Spirit Guardian|Me
Buffs4=Armor of Sincerity|Me
Buffs5=Pact of the wolf|aura
Buffs6=Cannibalization|Cond1
Buffs7=Talisman of the...

Read more about this resource...
 
"DPS7=Zrelik's Recourse|100|ambush|Cond10" doesn't seem to work.
Nevertheless this ini does what I want it to do. When a really bad/hard pull is arriving, I cast Zrelik manually befor the mobs are in camp.

Some days ago, I got aware of the nice tool "mq2react".
This brought me to the point, to create 3 reacts, to improve:
1. the use of Zrelik
2. the use of BP-Groupheal
3. the use of the AA-Groupheal Soothsayer's Intervention

BP and Soothsayer heal at their best, when tank (or any other groupmember) are below 30% HP. Mq2React is responsive enought to land the heal in time, even conditioned to this <30% hp.
For the lazy shaman who prefers to play the toon by himself these reacts can ofcourse as well be used without any macro, once the plugin mq2react is activated.

[CODE lang="yaml" title="mq2react yaml"]globals:
GemZrelik: 12
IC: "${Me.CombatState.Equal[COMBAT]}"
NIC: "${Me.CombatState.NotEqual[COMBAT]}"
NmoveNinvNsit: "!${Me.Moving} && !${Me.Invis} && !${Me.Sitting}"
NotCasting: "!${Me.Casting.ID}"
Sub30: "${Group.Injured[30]}"
Sub50: "${Group.Injured[50]}"
Sub70: "${Group.Injured[70]}"
Sub90: "${Group.Injured[90]}"
TNamed: "${Target.Named}"
bTank: "${Group.Member[0].MainTank}"

ShmH1Zrelik:
action: "/multiline ; /stopcast ; /cast ${React.Global[GemZrelik]}"
condition: >-
${React.Global[NmoveNinvNsit]} && (${React.Global[Sub70]} || (${React.Global[Sub90]}
&& ${React.Global[IC]})) && ${Me.SpellReady[${React.Global[GemZrelik]}]}
ShmH2BP:
action: "/multiline ; /stopcast ; /useitem ${InvSlot[Chest].Item.Name}"
condition: "${React.Global[NmoveNinvNsit]} && ${React.Global[Sub30]} && ${Me.ItemReady[${InvSlot[Chest].Item.Name}]}"
ShmH3SoothAA:
action: /multiline ; /stopcast ; /alt act 619
condition: >-
${React.Global[NmoveNinvNsit]} && ${React.Global[Sub30]} && !${Me.ItemReady[${InvSlot[Chest].Item.Name}]}
&& ${Me.AltAbilityReady[Soothsayer's Intervention]}[/CODE]
 
Config - Shm 115 group mainhealer

Users who are viewing this thread

Back
Top
Cart