Cleric ini

james1228

Lifetime Member
Joined
Mar 14, 2007
Messages
264
Reaction score
4
Points
18
Anyone have a good cleric ini they are willing to share for mq2bot.
 
I don't have any mq2bot config files but I can tell you what works well for me.

These are your single target 'spam heals'

Spell1_Name=Guileless Remedy
Spell2_Name=Sincere Remedy
Spell3_Name=Merciful Remedy


Group heals

Spell1_Name=Beacon of Life
Spell2_Name=Syllable of Invigoration
Spell3_Name=Word of Greater Reformation


If you are in a raid add splash any time you are in combat and its available.

Spell1_Name=Refreshing Splash


Burns:

Spell1_Name=Healing Frenzy
Spell2_Name=Flurry of Life
Spell3_Name=Channeling the Divine
Spell4_Name=Spire of the Vicar
Spell5_Name=Celestial Regeneration
Spell6_Name=Celestial Hammer
Spell7_Name=${Me.Inventory[CHEST]}
 
Here is another list from a macro I wrote last year.

Code:
/call AddSpell "S|13|SPLASH|127|Refreshing Splash"
/call AddSpell "A| 0| HEAL|200|Burst of Life|0|NULL|Update_Heal"
/call AddSpell "S| 1| HEAL|254|Guileless Remedy|0|NULL|Update_Heal"
/call AddSpell "S| 2| HEAL|254|Sincere Remedy|0|NULL|Update_Heal"
/call AddSpell "S| 3| HEAL|254|Merciful Remedy|0|NULL|Update_Heal"
/call AddSpell "A| 0|GHEAL|200|Divine Arbitration|NULL|Update_Heal"
/call AddSpell "A| 0|GHEAL|100|Beacon of Life|NULL|Update_Heal"
/call AddSpell "S| 6|GHEAL|100|Syllable of Invigoration||NULL|Update_Heal"
/call AddSpell "A| 0|  REZ|200|Blessing of Resurrection"
/call AddSpell "A| 0| TANK|100|Focused Celestial Regeneration"
/call AddSpell "I| 0| TANK|100|${Me.Inventory[CHEST]}|4|CastIF_NoTankBuff"
/call AddSpell "A| 0| TANK|200|Divine Guardian|0|CastIF_NoGuardianSpirit"
/call AddSpell "S| 9| TANK|185|Divine Mediation|1|CastIF_NoTankBuff"
/call AddSpell "S| 7| TANK|127|Shining Fortitude|2|CastIF_NoTankBuff"
/call AddSpell "S|12| TANK|127|Rallied Greater Blessing of Vie|3|CastIF_NoTankBuff"       
/call AddSpell "A| 0|  DPS|999|Yaulp|0|CastIF_NoBuff"               
/call AddSpell "A| 0|  DPS|999|Spire of the Vicar"       
/call AddSpell "A| 0| BUFF|999|Saint's Unity|Armor of Penance|CastIF_NoBuff"
/call AddSpell "S| 1|PHEAL|254|Guileless Remedy|0|CastIF_PHeal|Update_PHeal" "15|100| 0s"
/call AddSpell "S| 2|PHEAL|254|Sincere Remedy|0|CastIF_PHeal|Update_PHeal"     "15|100| 0s"
/call AddSpell "S| 3|PHEAL|254|Merciful Remedy|0|CastIF_PHeal|Update_PHeal"  "15|100| 0s"