combatstang
New Member
- Joined
- Mar 1, 2012
- Messages
- 81
Ok so Here is my Ret Pally Leveling profile.
Here are the 2 things that are bothering me.
-Casts Sacred shield on every pull even though its already active.
And
-I want to use fist of justice on pull when in range so I take as little damage as possible before mob comes out of stun.
Any ideas??
--====================================================================
@COMBAT
--====================================================================
Me.Message Paladin_Retribution last updated 12/24/2012.
Me.ClipTime 50
Me.Range 4.95
-----------------------------------------------------------------------
-- Break free first
-----------------------------------------------------------------------
Me.Cast Will of the Forsaken
Me.IsIncapacitated = 1
Me.Use Insignia of the Scourge
Me.IsIncapacitated = 1
Me.Cast Every Man for Himself
Me.IsIncapacitated = 1
Me.Cast Emancipate
Me.IsIncapacitated = 1
Me.Cast Hand of Freedom
Me.IsIncapacitated = 1
-----------------------------------------------------------------------
-- Healing spells
-----------------------------------------------------------------------
Tank.Cast Lay on Hands
Me.Health < 30
Me.UseHealthPotion
Me.Health < 40
Me.Cast Lifeblood
Me.Health < 50
Tank.Cast Flash of Light
Tank.Health < 20
Healer.Cast Hand of Protection
Healer.Health < 50
Me.Cast Divine Shield
Me.Health < 60
--Tank.Cast Eternal Flame
-- Tank.Health < 70
-- Me.HolyPower >= 1
Me.Cast Divine Protection
Me.Health < 80
Me.Cast Word of Glory
Me.HolyPower >= 1
Me.Health < 80
--Me.Cast Holy Prism
-- Me.AvgHealth < 80
--Heal.Cast Light's Hammer
-- Target.AddsCount > 1
--Heal.Cast Execution Sentence
-- Heal.Health < 80
Heal.Cast Flash of Light
Heal.Health < 70
Me.StackCount("Selfless Healer") >= 3
-----------------------------------------------------------------------
-- Rebirth
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Targeting
-----------------------------------------------------------------------
Me.FindBetterTarget
-----------------------------------------------------------------------
-- Ranged spells (cast while running)
-----------------------------------------------------------------------
Judgment
Target.Distance > 10
--Speed of Light
-- Target.Distance > 10
-----------------------------------------------------------------------
-- Movement
-----------------------------------------------------------------------
Me.FollowTarget
-----------------------------------------------------------------------
-- AOE
-----------------------------------------------------------------------
Divine Storm
Target.AddsCount > 3
Hammer of the Righteous
Target.AddsCount > 4
--Holy Prism
-- Target.AddsCount > 1
--Light's Hammer
-- Target.AddsCount > 1
--Target.Cast Execution Sentence
-- Target.AddsCount > 1
-----------------------------------------------------------------------
-- Pull more if possible
-----------------------------------------------------------------------
Me.PullMore Judgment
Target.AddsCount < 0
Me.Health >= 50
Me.InParty = 0
-----------------------------------------------------------------------
-- Combat Debuffs
-----------------------------------------------------------------------
--Repentance
-- Target.AddsCount > 1
-- Target.IsIncapacitated = 0
-----------------------------------------------------------------------
-- Combat buffs
-----------------------------------------------------------------------
Me.Cast Seal of Truth
Me.HasAura("Seal of Truth") = 0
Me.Cast Sacred Shield
Me.HasAura("Sacred Shield") = 0
Me.Cast Inquisition
Me.HasAura("Inquisition") = 0
Me.HolyPower >= 3
Me.Cast Inquisition
Me.HasAura("Inquisition") = 0
Me.HasAura("Divine Purpose") = 1
Me.Cast Avenging Wrath
Me.Cast Blessing of Kings
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Blessing of Kings") = 0
Me.Cast Blessing of Might
Me.HasAura("Blessing of Might") = 0
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Blessing of Kings") = 0
Me.Cast Cleanse
Me.IsDiseased = 1
--Me.Cast Holy Avenger
Me.Cast Devotion Aura
Me.Health < 50
-----------------------------------------------------------------------
-- Runners
Fist of Justice
Target.IsFleeing = 1
Target.Distance < 20
Me.HasSpell("Fist of Justice") = 1
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Interrupts
-----------------------------------------------------------------------
Target.InterruptAny Arcane Torrent
Target.InterruptAny Rebuke
Target.ParalyzeAny Fist of Justice
Target.ParalyzeAny Hammer of Justice
-----------------------------------------------------------------------
-- Freebies
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Normal attack rotation
-----------------------------------------------------------------------
Templar's Verdict
Me.HolyPower >= 3
Guardian of Ancient Kings
Target.AddsCount > 3
Guardian of Ancient Kings
Target.IsElite = 1
Inquisition
Me.HasAura("Inquisition") = 0
Templar's Verdict
Me.HasAura("Divine Purpose") = 1
Hammer of Wrath
Exorcism
Crusader Strike
Judgment
Me.AutoAttack
--====================================================================
@PULL
--====================================================================
Target.ParalyzeAny Fist of Justice
Judgment
Me.HasSpell("Judgment") = 1
Target.Distance > 8
Target.Distance < 30
Exorcism
Me.HasSpell("Exorcism") = 1
Target.Distance > 8
Target.Distance < 30
Me.AutoAttack
Me.FollowTarget
--====================================================================
@REST
--====================================================================
Me.Cast Flash of Light
Me.Health < 50
Me.Mounted = 0
Me.Eat
Me.Health < 20
Me.FollowTarget
--Me.Use Celebration Package
-- Me.HasItem("Celebration Package") = 1
-- Me.HasAura("WoW's 8th Anniversary") = 0
Here are the 2 things that are bothering me.
-Casts Sacred shield on every pull even though its already active.
And
-I want to use fist of justice on pull when in range so I take as little damage as possible before mob comes out of stun.
Any ideas??
--====================================================================
@COMBAT
--====================================================================
Me.Message Paladin_Retribution last updated 12/24/2012.
Me.ClipTime 50
Me.Range 4.95
-----------------------------------------------------------------------
-- Break free first
-----------------------------------------------------------------------
Me.Cast Will of the Forsaken
Me.IsIncapacitated = 1
Me.Use Insignia of the Scourge
Me.IsIncapacitated = 1
Me.Cast Every Man for Himself
Me.IsIncapacitated = 1
Me.Cast Emancipate
Me.IsIncapacitated = 1
Me.Cast Hand of Freedom
Me.IsIncapacitated = 1
-----------------------------------------------------------------------
-- Healing spells
-----------------------------------------------------------------------
Tank.Cast Lay on Hands
Me.Health < 30
Me.UseHealthPotion
Me.Health < 40
Me.Cast Lifeblood
Me.Health < 50
Tank.Cast Flash of Light
Tank.Health < 20
Healer.Cast Hand of Protection
Healer.Health < 50
Me.Cast Divine Shield
Me.Health < 60
--Tank.Cast Eternal Flame
-- Tank.Health < 70
-- Me.HolyPower >= 1
Me.Cast Divine Protection
Me.Health < 80
Me.Cast Word of Glory
Me.HolyPower >= 1
Me.Health < 80
--Me.Cast Holy Prism
-- Me.AvgHealth < 80
--Heal.Cast Light's Hammer
-- Target.AddsCount > 1
--Heal.Cast Execution Sentence
-- Heal.Health < 80
Heal.Cast Flash of Light
Heal.Health < 70
Me.StackCount("Selfless Healer") >= 3
-----------------------------------------------------------------------
-- Rebirth
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Targeting
-----------------------------------------------------------------------
Me.FindBetterTarget
-----------------------------------------------------------------------
-- Ranged spells (cast while running)
-----------------------------------------------------------------------
Judgment
Target.Distance > 10
--Speed of Light
-- Target.Distance > 10
-----------------------------------------------------------------------
-- Movement
-----------------------------------------------------------------------
Me.FollowTarget
-----------------------------------------------------------------------
-- AOE
-----------------------------------------------------------------------
Divine Storm
Target.AddsCount > 3
Hammer of the Righteous
Target.AddsCount > 4
--Holy Prism
-- Target.AddsCount > 1
--Light's Hammer
-- Target.AddsCount > 1
--Target.Cast Execution Sentence
-- Target.AddsCount > 1
-----------------------------------------------------------------------
-- Pull more if possible
-----------------------------------------------------------------------
Me.PullMore Judgment
Target.AddsCount < 0
Me.Health >= 50
Me.InParty = 0
-----------------------------------------------------------------------
-- Combat Debuffs
-----------------------------------------------------------------------
--Repentance
-- Target.AddsCount > 1
-- Target.IsIncapacitated = 0
-----------------------------------------------------------------------
-- Combat buffs
-----------------------------------------------------------------------
Me.Cast Seal of Truth
Me.HasAura("Seal of Truth") = 0
Me.Cast Sacred Shield
Me.HasAura("Sacred Shield") = 0
Me.Cast Inquisition
Me.HasAura("Inquisition") = 0
Me.HolyPower >= 3
Me.Cast Inquisition
Me.HasAura("Inquisition") = 0
Me.HasAura("Divine Purpose") = 1
Me.Cast Avenging Wrath
Me.Cast Blessing of Kings
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Blessing of Kings") = 0
Me.Cast Blessing of Might
Me.HasAura("Blessing of Might") = 0
Me.HasAura("Legacy of the Emperor") = 0
Me.HasAura("Mark of the Wild") = 0
Me.HasAura("Blessing of Kings") = 0
Me.Cast Cleanse
Me.IsDiseased = 1
--Me.Cast Holy Avenger
Me.Cast Devotion Aura
Me.Health < 50
-----------------------------------------------------------------------
-- Runners
Fist of Justice
Target.IsFleeing = 1
Target.Distance < 20
Me.HasSpell("Fist of Justice") = 1
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Interrupts
-----------------------------------------------------------------------
Target.InterruptAny Arcane Torrent
Target.InterruptAny Rebuke
Target.ParalyzeAny Fist of Justice
Target.ParalyzeAny Hammer of Justice
-----------------------------------------------------------------------
-- Freebies
-----------------------------------------------------------------------
-----------------------------------------------------------------------
-- Normal attack rotation
-----------------------------------------------------------------------
Templar's Verdict
Me.HolyPower >= 3
Guardian of Ancient Kings
Target.AddsCount > 3
Guardian of Ancient Kings
Target.IsElite = 1
Inquisition
Me.HasAura("Inquisition") = 0
Templar's Verdict
Me.HasAura("Divine Purpose") = 1
Hammer of Wrath
Exorcism
Crusader Strike
Judgment
Me.AutoAttack
--====================================================================
@PULL
--====================================================================
Target.ParalyzeAny Fist of Justice
Judgment
Me.HasSpell("Judgment") = 1
Target.Distance > 8
Target.Distance < 30
Exorcism
Me.HasSpell("Exorcism") = 1
Target.Distance > 8
Target.Distance < 30
Me.AutoAttack
Me.FollowTarget
--====================================================================
@REST
--====================================================================
Me.Cast Flash of Light
Me.Health < 50
Me.Mounted = 0
Me.Eat
Me.Health < 20
Me.FollowTarget
--Me.Use Celebration Package
-- Me.HasItem("Celebration Package") = 1
-- Me.HasAura("WoW's 8th Anniversary") = 0