Sphynx
Well-known member
Is there already something in place that I'm missing to allow you to 'activate' that you're spending a Ki Pool point to get that ExtraHigh attack for Unchained Monks?  
And since Haste seems to be hard-coded in (I can't read the source), am I right that I basically just need something like this (Stolen from flurry-unchained)?
Eval Rule: Post-Level 10,000
	
	
	
		
I ask because it didn't work....
PS. Are there plans to add this to an upcoming release?
				
			And since Haste seems to be hard-coded in (I can't read the source), am I right that I basically just need something like this (Stolen from flurry-unchained)?
Eval Rule: Post-Level 10,000
		Code:
	
	perform assign[Helper.ExtraHigh]
~ find all qualifying weapons and apply extra high attacks
foreach pick in hero from BaseWep where "IsWeapon.wUnarmed | wSpecial.Monk"
    perform eachpick.pushtags[Helper.ExtraHigh]
nexteachI ask because it didn't work....

PS. Are there plans to add this to an upcoming release?
 
	 
 
		 Thanks anyhows.
  Thanks anyhows.