Ok, i think Sacrifice section in WitchDoctor.cs in my case must be like that :
if (hashPowerHotbarAbilities.Contains(SNOPower.Witchdoctor_Sacrifice) && (energy < 140 && Settings.Combat.WDCustom.SacrificePride) &&
PowerManager.CanCast(SNOPower.Witchdoctor_Sacrifice))
{
//DbHelper.Log(TrinityLogLevel.Normal, LogCategory.UserInformation, "Sacrifice used");
return new GilesPower(SNOPower.Witchdoctor_Sacrifice, 0f, vNullLocation, iCurrentWorldID, -1, 1, 2, false);
}
i removed all conditions except "presence of a button" and "low mana", is that right Beerwalker ?
iam not strong in programming
if (hashPowerHotbarAbilities.Contains(SNOPower.Witchdoctor_Sacrifice) && (energy < 140 && Settings.Combat.WDCustom.SacrificePride) &&
PowerManager.CanCast(SNOPower.Witchdoctor_Sacrifice))
{
//DbHelper.Log(TrinityLogLevel.Normal, LogCategory.UserInformation, "Sacrifice used");
return new GilesPower(SNOPower.Witchdoctor_Sacrifice, 0f, vNullLocation, iCurrentWorldID, -1, 1, 2, false);
}
i removed all conditions except "presence of a button" and "low mana", is that right Beerwalker ?

Last edited: