• 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 - Using Cleric Stuns for AOE Farming - LAZ

allandallis235

Well-known member
Joined
Sep 12, 2021
RedCents
1,152¢
Morning Redbuddies!

I've been AOE - AA farming for a while now, and as I'm getting my cleric up in AAs, I realized that to get my group heal aa (Beacon of life), I need 10 ranks (325 AA) of Recourse of Life (% chance to group heal when stunning mobs). This is no trivial amount of AA for a pre-requisite AA, which leads me to believe Recourse of Life has more functionality than just single target / boss mob applications.

Perhaps my strategy for AOE (AA) grinding needs to change to account for the above. Generally my cleric doles out healing for all it's worth while my SK makes 50+ mobs go away. I'm wondering if I should have my cleric thread some stuns in the mix (Sound of Might and The Silent Command).

Anyone on Laz that can share their experience? If you use KA (or other), mind sharing how you setup your stuns for AOE farming? Any tricks or tips appreciated.

Cheers
 
This might help (if you want to use E3):

To tigger the PBAE ini entries you whould type:
  • /PBAEOn and /PBAEOff - Turns on/off any PBAE spells you have set up in your Bot Inis.
The diffrence to KA and CWTN is, that it won't trigger by Mob ammount. You pull a bunch of mobs and when your back in the camp you hit your PBAEOn Hotkey. If you dont do it, they will use their "normal" spells which you configured in the ini.
But once you trigger the PBAE command, they will recast the PBAE cycle until oom or if all mobs near them died.

I'm on the Dark Exile. I can't help with the custom AA thing :)
 
Last edited:
Currently trying to stay with MQ2, but I may use E3 down the road.

Here's what I'm going to try with my KA.

DPS2=Sound of Might|90|Cond4 DPS3=The Silent Command|85|Cond5

Cond4=${Me.AggroPct} < 75 Cond5=${SpawnCount[npc xtarhater radius 40]} >3 && ${Me.AggroPct} < 75
 
Morning Redbuddies!

I've been AOE - AA farming for a while now, and as I'm getting my cleric up in AAs, I realized that to get my group heal aa (Beacon of life), I need 10 ranks (325 AA) of Recourse of Life (% chance to group heal when stunning mobs). This is no trivial amount of AA for a pre-requisite AA, which leads me to believe Recourse of Life has more functionality than just single target / boss mob applications.

Perhaps my strategy for AOE (AA) grinding needs to change to account for the above. Generally my cleric doles out healing for all it's worth while my SK makes 50+ mobs go away. I'm wondering if I should have my cleric thread some stuns in the mix (Sound of Might and The Silent Command).

Anyone on Laz that can share their experience? If you use KA (or other), mind sharing how you setup your stuns for AOE farming? Any tricks or tips appreciated.

Cheers
Code:
[DPS]
DPSOn=1
DPSCOn=1
DebuffAllOn=0
DPSSkip=1
DPSInterval=1
DPSSize=2
DPS1=Sacred Word|95
DPSCond1=${Me.XTarget} > 2 && ${SpawnCount[npc radius 20 zradius 10]} > 2 || ${Target.Named} && ${SpawnCount[npc radius 20 zradius 10]}
DPS2=Stun Command|95
DPS2Cond=${Me.XTarget} > 2 && ${SpawnCount[npc radius 20 zradius 10]} > 2 || ${Target.Named} && ${SpawnCount[npc radius 20 zradius 10]}
DPSCond2=TRUE

This is currently how I have my cleric set up to proc recourse of life currently while Xping. The proc is a heal plus recourse of life run. At 12th rank its mitigate melee damage 25% until 5900 absorbed.

You can always farm AA, convert to Diamond Coins, and then convert those back into AA on the cleric to force feed AA to him to get it quicker as well. This will help your tank as well early on to get some levels in CA/CS.
 
Code:
[DPS]
DPSOn=1
DPSCOn=1
DebuffAllOn=0
DPSSkip=1
DPSInterval=1
DPSSize=2
DPS1=Sacred Word|95
DPSCond1=${Me.XTarget} > 2 && ${SpawnCount[npc radius 20 zradius 10]} > 2 || ${Target.Named} && ${SpawnCount[npc radius 20 zradius 10]}
DPS2=Stun Command|95
DPS2Cond=${Me.XTarget} > 2 && ${SpawnCount[npc radius 20 zradius 10]} > 2 || ${Target.Named} && ${SpawnCount[npc radius 20 zradius 10]}
DPSCond2=TRUE

This is currently how I have my cleric set up to proc recourse of life currently while Xping. The proc is a heal plus recourse of life run. At 12th rank its mitigate melee damage 25% until 5900 absorbed.

You can always farm AA, convert to Diamond Coins, and then convert those back into AA on the cleric to force feed AA to him to get it quicker as well. This will help your tank as well early on to get some levels in CA/CS.
Awesome, thank you for the reply. My cleric is at Recourse 9/19, the heal + dmg mit is really nice. Probably should have went after it sooner, still learning.

Funneling AA->DC->AA is the coolest thing. Still 65 with this group, once my SK completed CA/CS 13 (and other defensive AA), survivability got much better (he's around 2500AA). Now I'm catching the rest of the team up before making the push to 70 and the other fun stuff (epics, trade skills, faction grinding...).
 
Code:
[DPS]
DPSOn=1
DPSCOn=1
DebuffAllOn=0
DPSSkip=1
DPSInterval=1
DPSSize=2
DPS1=Sacred Word|95
DPSCond1=${Me.XTarget} > 2 && ${SpawnCount[npc radius 20 zradius 10]} > 2 || ${Target.Named} && ${SpawnCount[npc radius 20 zradius 10]}
DPS2=Stun Command|95
DPS2Cond=${Me.XTarget} > 2 && ${SpawnCount[npc radius 20 zradius 10]} > 2 || ${Target.Named} && ${SpawnCount[npc radius 20 zradius 10]}
DPSCond2=TRUE

This is currently how I have my cleric set up to proc recourse of life currently while Xping. The proc is a heal plus recourse of life run. At 12th rank its mitigate melee damage 25% until 5900 absorbed.

You can always farm AA, convert to Diamond Coins, and then convert those back into AA on the cleric to force feed AA to him to get it quicker as well. This will help your tank as well early on to get some levels in CA/CS.
What version of KA has the "DPSCOn" and "DPSCond"? I am using 12.001. Should I be adding these commands into my KA 12.001 instead of the below? This is on my enchanter...

[DPS]
DPSOn=2
DPSSize=6
DPSSkip=10
DPSInterval=2
DPS1=Wind of Tashanian|99|Once
DPS2=Color Slant|98|cond1
DPS3=Forlorn Deeds|97|cond2
DPS4=Insanity|96|cond2
DPS5=Color Skew|50|cond1
DPS6=Color Shift|25|cond1

[KConditions]
ConOn=1
CondSize=5
Cond1=${Me.XTarget}> 2
Cond2=${Me.XTarget}< 3
 
Question - Using Cleric Stuns for AOE Farming - LAZ

Users who are viewing this thread

Back
Top
Cart