FAQ
- I want to configure the CC!
[*]My pg is moving in arena! How can i stop this?
[*]I'm getting the error "Could not compile CC from C:\
File: CombatLog.cs Line: 21 Error: The namespace 'UltimatePaladinHealerBT' already contains a definition for 'CombatLogEventArgs'"..
[*]I was asket to heal only 1 group! I was asked to heal only the Tanks! How can i configure that?
[*]Mm.. I'm having another error, what do I do?
NB: the GUI is a Work in Progress and is not yet finished!
I want to configure the CC!
Very well, open the Configure Class window and configure she! then click the save button.
Setting will be saved and take effect only _after_ you clicked the Save button, not when you change it!
My pg is moving in arena! How can i stop this?
Go in the configure windows, arena tab and deselect "Move to Heal" and "Move to Hammer of Justice"
I'm getting the error "Could not compile CC from
C:\File: CombatLog.cs Line: 21 Error: The namespace 'UltimatePaladinHealerBT' already contains a definition for 'CombatLogEventArgs'"..
Delete the folder called UltimatePalaHearBT in your customclass folder.
Note the mispelling, you must have only one UltimatePalaHealerBT folder
I was asket to heal only 1 group! I was asked to heal only the Tanks! How can i configure that?
Go in the configure class window, tab Selective Healing, select Selective Healing, a list of all your raid members will pup up.
Members checked will be healed, members unchecked will not.
Click save.
Remeber that every option is saved so next raid deselect it!!
Mm.. I'm having another error, what do I do?
Post a log. A full log. instruction on the main post of this CC, also describe your problem with as many detail as you can
Say what you were doing (solo? bg? raid? dungeon? arena?) what the CC did and what do you want her to do.
Also remeber, i'm not english, so explain well and explain "slowly"

The log! do not forgot the log!
Custom Class feature?s and GUI explanation.
Please note the below settings need to be configured in every tab (dungeon,solo,raid,pvp etc) each tab can be configured differently.
Welcome page
Stop all healing: does just that Stops the bot from performing and healing actions (added to prevent a bug witch crash?s Honorbuddy when you stop bot)
Precast modifier: Adjust this value to edit how soon the bot will start to precast a spell MAX value of ?7? anything over this will mess it up. Any value you enter is multiplied by 10.
General
Enable buffs: Enable/disable buffing.
Rest at this %: If you have mana food in bags your bot will Eat when mana goes below defines setting
Tank Selection
Import the tank from your focus: Set the target you would like as your /focus within the wow client and the bot will treat it as tank.
Use the in-game Role check: Bot Selects the tank itself based on who Wow has defined as tank.
Mana management
All pretty straight forward here Define Value?s for each ability and when your character falls below that Mana % it will call on current ability?s.
Activate your mana Trinket at mana %: This one here is used if you define on the trinkets tab to use trinket as a mana cooldown.
Holy Radiance settings
Consider people nearer then this to me: The Bot will only take into account people closer to you then the defined value (in yards)
Consider Units with less then this health%: The bot will only Take into account units that are Closer to you then the value defined above and have less then the Defined HP% you set here.
How many people inside: This value defines the amount of people that need to meet the above two settings for holy radiance to be cast.
Advanced Options
Do not consider people above this health: The bot will ignore anyone above this HP As in it will not heal them at all until they drop below.
Face the target when needed: This option allows the bot to Face current targets Usefull for using Rebuke etc. No current use if you only plan on healing.
Target if no target: Bot makes sure you always have a target to prevent a bug within Honorbuddy?s core.
Ignore Units more distant then this: Bot will ignore any unit further away then this in yards ?default 40? as no spells reach further then 40 yards anyway.
Do not check/cast beacon of light: Untick this if you would like to apply beacon of light yourself (to any target) - Not available in all tabs
Healing
Self explanatory Bot will cast certain heals when units go above or below the defined value for each spell.
Emergency buttons
Again very self explanatory all these value?s besides the mana one Run off units HP(hitpoints) Unit falls below Current Value and the spell will be cast on current unit.
Movement:
Mount up: When selected the bot will detect if your tank mounts and also mount.
Move in range to heal: If a target is out of range and needs to be healed the bot will attempt to run towards said target and heal.
Move in Range to HoJ: If target is out of range the bot will move in range to cast HoJ
Switch to crusader aura when mounted: When you mount up or the bot mounts up it will activate crusader Aura, then deactivate it when mount is dismissed.
Do not dismount out of combat: The bot will never dismount when you are out of combat.
Do not Dismount ever: As the title says the bot will never dismount even if your party is taking lots of damage (careful with this one

)
Note: There is a mounting code within the botbase lazyraider This CC can not override that.
Oh Shit! Buttons
If a Person in the party (or raid) falls below the defined value it will pop the following ticked cooldowns in an attempt to save his ass.
Racials
Self explanatory will use the ticked Racials and defined HP or mana Percentages or when stunned (note each race has different racials).
Over healing protection
Cancel Divine light if above this %: If a target you are currently healing with Divine light?s hp Goes above the defined value the bot will Cancel the heal Saving you the mana (this is great! Divine light Costs a lot)
Tank healing Priority (great feature)
From 0 to 100% more priority: Want to give the tank more Priority to be healed over the rest make this setting higher!
Multiplier: Multiplies the above value E.g. 40x2 = 80% more priority.
This way you can reach a priority of 10000% meaning that you will heal only the tank and noone else. Useful if you need to heal only one person and you need to switch fast who you are healing (1 boss in fireland baleroc or something) combined with "get tank from focus"
Optimize the cc for
Speed!: This will edit the the Custom class?s behaviour to be FAST (less mana efficient )
Accuracy: Slower but more mana effecient
IntellyWait: This is glideroy?s pride and joy. (its fast and mana efficient)
it works like this:
Step A:
1: if you are not in gloobal cooldown and are not casting go to step B.
2: if you are in global cooldown and are not casting and the time left on global cooldown is less then 200ms+2xlatency+precast go to step B (else wait till one of the 3 condition are met)
3: if you are casting and the cast time left on current spell is less then 200+2xlatency+precast go to step B (else wait till one of the 3 condition are met)
Step B:
Now we decide what spell to use, run all a complicate series of checks to decide who to heal and with what.
Step C:
1: if you are not in global cooldown and are not casting go to step D
2: if you are in global cooldown and are not casting and the time left on global cooldown is less then 2xlatency+precast go to step B (else wait till one of the 3 condition are met)
3: if you are casting and the cast time left on current spell is less then 2xlatency+precast go to step B (else wait till one of the 3 condition are met)
(NOTE: in step C we do not add the 200 millisecond. This means we have as much as 200 millisecond to do all the calculation necessary to decide who to heal next and with what, this is our window)
Step D
Command WoW to cast the spell.
Note: Precast Value?s are currently adjusted on the welcome page (within class configuration)
Select Aura
Tells the bot witch Aura it should be using.
Interrupts:
The bot will attempt to use the selected spells to interrupt enemy spell casts.
(Currently this section is under a major rewrite)
DPS
Ticking these will allow the bot to DPS while helaing. (note leave judgement ticked for mana regeneration)
Cleanse
Cleanse urgent ASAP: having this selected will tell the bot to Cleanse any urgent Debuffs (witch can cause wipes) as soon as it can E.g. Static cling!
You can edit what debuff to cleanse on the Cleanse Tab!
Cleanse: Instructs the bot to Cleanse all debuffs witch can be cleansed as long as people are not taking damage
Cleanse SUB option: Cleanse but only myself and the tank This will cleanse all normal debuffs but only from yourself and tank.
Bless selection
Auto: The bot will detect if what buffs other party members have applied and apply the correct missing buff. Or you can Define what blessing to use with the other options! OR none if you would like to select it yourself.
Selective healing
self explanatory when enabled the gui will populate with people's names from your party/raid simply tick the people you wish to be healed un-tick the people you do not want to heal.