What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Paladin with Settings

Exmortem

Community Developer
Joined
Mar 28, 2010
Messages
799
Reaction score
16
This is a LVL50 only routine. The GladiatorPaladinSettings.cs file has to go into the Kupo/Settings folder.

What this routine currently does
---------------------------------
- Maintains the single target threat rotation.
- Uses additional abilities Mercy Stroke, Foresight, Fracture and Bloodbath.
- Settings for when to use all defensive buffs.
- Flash when specified number of enemies in range and combat with you, option to stop flashing at specified % mana.
- Option to use Provoke if your current target does not have you selected.
- Will use Cover on a party member who's health drops below specified %.
- Option to use Circle of Scorn only on AOE or with single targets as well.
- Option to save Spirits Within to interrupt spells.
- Option to use Shield Bash to interrupt spells.
- Tempered Will when bound or heavied or when enemy is casting a specified spell which can knockback or draw-in.
- Shield Lob when in combat but out of melee range if set to true.

Hope it works well for you

24/02/2014

- Consolidated everything to 1 file.. must delete GladiatorPaladinSettings.cs from Kupo/Settings folder.
- Hopefully fixed Cover.
 
can you add an option to turn off shield lob? it drains my tp on bosses or mobs that do knockbacks
 
Updated with option to disable Shield Lob, default is true.
 
there is an issue with Cover, it spams Cover if party member is in another zone, i don't know if it will also spam cover if a party member is dead, haven't tried yet... maybe want to add a range limit on Cover to 10 yalms
 
This is a LVL50 only routine. The GladiatorPaladinSettings.cs file has to go into the Kupo/Settings folder.

What this routine currently does
---------------------------------
- Maintains the single target threat rotation.
- Uses additional abilities Mercy Stroke, Foresight, Fracture and Bloodbath.
- Settings for when to use all defensive buffs.
- Flash when specified number of enemies in range and combat with you, option to stop flashing at specified % mana.
- Option to use Provoke if your current target does not have you selected.
- Will use Cover on a party member who's health drops below specified %.
- Option to use Circle of Scorn only on AOE or with single targets as well.
- Option to save Spirits Within to interrupt spells.
- Option to use Shield Bash to interrupt spells.
- Tempered Will when bound or heavied or when enemy is casting a specified spell which can knockback or draw-in.
- Shield Lob when in combat but out of melee range if set to true.

Hope it works well for you.


You can put the settings class inside the combat routine file so that people only have to download one file.
 
there is an issue with Cover, it spams Cover if party member is in another zone, i don't know if it will also spam cover if a party member is dead, haven't tried yet... maybe want to add a range limit on Cover to 10 yalms

Thanks, I think I have it set to AllMembers right now when it should be VisibleMembers, i'll fix it. I can't believe I didn't think of that Mastagh, genius.
 
Updated to only use one file, you must delete the settings file from the settings folder now. Also hopefully fixed Cover, added a few checks.
 
Back
Top