M Maxer112 New Member Joined Nov 15, 2013 Messages 6 Reaction score 0 May 19, 2014 #1 How to set to spamm it if available? Not only for elites , have 6 set bonus . Last edited: May 19, 2014
G graphuto New Member Joined May 8, 2014 Messages 33 Reaction score 0 May 19, 2014 #2 Maxer112 said: How to set to spamm it if available? Not only for elites , have 6 set bonus . Click to expand... Take a look at the Crusader combat .cs file. Should be able to figure it out!
Maxer112 said: How to set to spamm it if available? Not only for elites , have 6 set bonus . Click to expand... Take a look at the Crusader combat .cs file. Should be able to figure it out!
C Caxep Member Joined Nov 23, 2012 Messages 49 Reaction score 0 May 19, 2014 #3 Maxer112 said: How to set to spamm it if available? Not only for elites , have 6 set bonus . Click to expand... http://www.thebuddyforum.com/demonb...-1-9-6-questtools-2-0-76-a-6.html#post1524400
Maxer112 said: How to set to spamm it if available? Not only for elites , have 6 set bonus . Click to expand... http://www.thebuddyforum.com/demonb...-1-9-6-questtools-2-0-76-a-6.html#post1524400
M Melk New Member Joined Jan 15, 2010 Messages 7 Reaction score 0 May 19, 2014 #5 Edit crusadercombat.cs // AkaratsChampion if (CombatBase.CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(35f) || TargetUtil.AnyTrashInRange(35f))) { return new TrinityPower(SNOPower.X1_Crusader_AkaratsChampion) ; } That seems to spam akarat for me all the time, 1.9.6 does not spam it for me, but changing crusader combat.cs to above helps! Good luck!
Edit crusadercombat.cs // AkaratsChampion if (CombatBase.CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(35f) || TargetUtil.AnyTrashInRange(35f))) { return new TrinityPower(SNOPower.X1_Crusader_AkaratsChampion) ; } That seems to spam akarat for me all the time, 1.9.6 does not spam it for me, but changing crusader combat.cs to above helps! Good luck!