Hi when i use manually feight death or camouflage, my CC attack fast just after therefore my enemy dont have untarget. Can you add a function for no attack immediately when i use feight death or camouflage please ?
When i use web wrap my CC auto trap, how use auto trap for only scatter please ?
Thanks for all
The first problem is technical difficulty and nothing I can do.
Due to HB only realize that you have feign death 1s after you cast is :S there's no way to stop using spell after FD... well the code is there but it just not working.
The 2nd need to be modified on code. Find this:
UnitFreezingTrap = (from unit in NearbyUnFriendlyUnits
where unit != null && unit.IsValid &&
//where InBattleground || InArena
//where unit.IsPlayer
unit.Distance < 40 &&
unit.InLineOfSpellSight &&
//where !InvulnerableSpell(unit)
(MyAura("Scatter Shot", unit) ||
unit.HasAura("Intimidation") ||
unit.HasAura("Web Wrap") ||
unit.HasAura("Web") ||
unit.HasAura("Lullaby"))
orderby unit.CurrentHealth descending
select unit).FirstOrDefault();
And delete unit.HasAura("Web Wrap") ||