Hi there!
This is so far the best CC I've tried. Great Job!
If you don't mind, I have several points to discuss with you :
1/ I'd like to implement Life Spirit for my toon to use it. But As I see for bandages and Health Potion, there are no spaces between Me.Use and the object. Do have I to do the same for Life Spirit ?
	
	
	
		Code:
	
	
		Me.Use Life Spirit
	Me.Health < 70
	 
 
or 
	
	
	
		Code:
	
	
		Me.UseLife Spirit
	Me.Health < 70
	 
 
 I think because ther's a space between Life and Spirit, I should use one for the code. Please advise just to be sure. 
2/ Misdirection is my "Black Point". Indeed, my toon never cast it. Either I'm grouped or not.
I've tried several codes but anything work. 
	
	
	
		Code:
	
	
		Misdirection
	Me.InParty = 0
	Pet.Dead = 0
	Target.AddsCount >= 1
	Me.CanCast("[COLOR="#FF0000"]Misdirection[/COLOR]") = 1
	 
 
Could it be correct ? And Can I implement it within the "Send Pet First" ?
3/ Thrill of the Hunt :
Me.HasAura("Thrill of the Hunt").
	CastNow Arcane Shot
        CastNow Arcane Shot
        CastNow Arcane Shot
As you may know, 3 Arcane Shots are free of focus when hunter is having this aura. Is it correct and in what section can I implement it ? (Focus dumper ? normal attack rotation ?) Please advise.
4/ After some thoughts, I think sending the pet in first for aggros is not a good idea. For me, and me only (but maybe sme other hunts think like that) I see things like this :
1 -> The hunter chooses it's target
2 -> The hunter casts Hunter's Mark
3 -> The Hunter casts Misdirection and fire @ it's target with a Serpent Sting 
4 -> Then it goes with normal attack rotation.
As code part it may go like this :
	
	
	
		Code:
	
	
		Hunter's Mark
       Target.HasAura("Hunter's Mark") = 0
       Me.CanCast("Hunter"s Mark") = 1
Misdirection
       Macro /cast [@pet,exists] Misdirection
Serpent Sting
	Target.HasMyAura("Serpent Sting") = 0
	 
        
Do you think this is possible too ?
what's cool with FTW is that you can edit files while using them. Because as soon as you save it, HB reloads it 
I just have to find a dummy profile to make adjustments and practice for health rates 
Thanks again, you really deserve congratulations !