if ((cacheObject.ActorSNO == ########) && cacheObject.CentreDistance <= 60f)
cacheObject.Weight += 30000;
// Extra weight for summoners
if (cacheObject.IsSummoner)
{
cacheObject.Weight += -2500;
You can just uncheck the box in Trinity for "Force Kill Summoners".Thank you!! But seems not to work.
Btw, if I add a "-" before the number, it will kill summoners for last?
Thank you!! But seems not to work.
Btw, if I add a "-" before the number, it will kill summoners for last?
<TargetBlacklists>
<TargetBlacklist actorId="ActorSNO" />
</TargetBlacklists>
You can dump object to find ActorSNO of Summoner and add it to your profile:
Code:<TargetBlacklists> <TargetBlacklist actorId="ActorSNO" /> </TargetBlacklists>