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

2.14.45 Call of the Ancients CD finish use

unpack

New Member
Joined
Nov 23, 2014
Messages
14
Reaction score
0
2.14.45 Call of the Ancients CD finish use
get
{
if (IsCurrentlyAvoiding || !CanCast(SNOPower.Barbarian_CallOfTheAncients) || Player.IsIncapacitated)
return false;

if (!Sets.ImmortalKingsCall.IsFullyEquipped && (CurrentTarget.IsEliteRareUnique ||
TargetUtil.AnyMobsInRange(25f, 3)))
return true;

if (Sets.ImmortalKingsCall.IsFullyEquipped && Trinity.PlayerOwnedAncientCount < 3)
return true;

return false;
}
2.14.39 normal
get
{
return !UseOOCBuff &&
!IsCurrentlyAvoiding &&
CanCast(SNOPower.Barbarian_CallOfTheAncients) &&
!Player.IsIncapacitated &&
!GetHasBuff(SNOPower.Barbarian_CallOfTheAncients) &&
(Sets.ImmortalKingsCall.IsFullyEquipped && Trinity.PlayerOwnedAncientCount < 3 ||
CurrentTarget.IsEliteRareUnique ||
TargetUtil.AnyMobsInRange(25f, 3));
}
Please correct it Or I didn't set right? "
 
I'm sorry, but I have no idea what you mean. If you want to get rid of the exception, try this.
 

Attachments

Thank jubisman

Update after 2.14.45, always do not need to Call of the Ancients(all three Ancients alive all around), perform this skill, Especially when the boss. Frequently to Call of the Ancients
2.14.39, always at the right time to Call of the Ancients (three fathers are dead), with 2 or 1 Ancients does not call
I don't know is my own problems or all the problems
 
Back
Top