K kosynth New Member Joined May 2, 2014 Messages 35 Reaction score 0 May 21, 2014 #1 (I'm also wearing CDR gear to have perma Akkharats) Even if their are no elites near by. Last edited: May 21, 2014
A Artwebb1986 New Member Joined Jan 7, 2011 Messages 358 Reaction score 0 May 21, 2014 #2 use the search button
K kosynth New Member Joined May 2, 2014 Messages 35 Reaction score 0 May 21, 2014 #3 return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 0.25); } Changed to return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 1.00); } He now casts When its off CD
return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 0.25); } Changed to return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 1.00); } He now casts When its off CD
X xjyaihyy New Member Joined May 7, 2014 Messages 3 Reaction score 0 May 21, 2014 #4 kosynth said: return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 0.25); } Changed to return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 1.00); } He now casts When its off CD Click to expand... i am a BD noob. where should i put these code? Thanks.......
kosynth said: return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 0.25); } Changed to return CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(16f) || Player.CurrentHealthPct <= 1.00); } He now casts When its off CD Click to expand... i am a BD noob. where should i put these code? Thanks.......
Q qutazs New Member Joined May 10, 2014 Messages 60 Reaction score 1 May 21, 2014 #5 xjyaihyy said: i am a BD noob. where should i put these code? Thanks....... Click to expand... Demonbuddy > Plugins > Trinity > Combat > Abilities > CrusaderCombat.cs Then you can just search for the first one, and then change it.
xjyaihyy said: i am a BD noob. where should i put these code? Thanks....... Click to expand... Demonbuddy > Plugins > Trinity > Combat > Abilities > CrusaderCombat.cs Then you can just search for the first one, and then change it.