immortalhz
Member
- Joined
- Jun 9, 2012
- Messages
- 362
- Reaction score
- 5
1.3 profile
bot missed crypt 2 times from west WP
bot missed crypt 2 times from west WP
if (cacheObject.ActorSNO != 5236 && cacheObject.ActorSNO != 4157 && cacheObject.HitPointsPct <= 0.70 && cacheObject.HitPointsPct >0.20)
TrashWithLowHp++;
if (cacheObject.ActorSNO == 6640 && cacheObject.HitPoints > 0.60)
{
TrashWithLowHp += 3;
}
cacheObject.ActorSNO != 5236; //FoM Scavenger
//intell
double ForceEliteAttack = 0.15;
if (Trinity.GotBlessedShrine && Trinity.GotFrenzyShrine)
ForceEliteAttack += 0.35;
else if (Trinity.GotFrenzyShrine)
ForceEliteAttack += 0.25;
else if (Trinity.GotBlessedShrine)
ForceEliteAttack += 0.15;
if (IsAloneElite)
ForceEliteAttack += 0.15;
Hey, I checked "Ignore Elites" but they are still being focused sometimes!
My Trinity attacks elites in some circunstances:
- If they have less than 15% hp;
- If totally alone (without other elites or minions) and less than 30% hp;
- If bot is buffed with Blessed or Frenzy shrine, those values change to 30% and 40% respectively.
But I don't want to attack them. Never ever!
Change line 278 in Weighting.cs, from 0.15 to:
Code:double ForceEliteAttack = -1;
...then erase CompiledAssemblies folder and restart bot.
(this is from v6.1, line number can change in other versions)
===== Misc Statistics =====
Total tracking time: 9h 4m 24s
Total deaths: 16 [1,76 per hour]
Total games (approx): 74 [8,16 per hour]
Total XP gained: 0,00 million [0,00 million per hour]
Total Gold gained: 155,38 Thousand [17,12 Thousand per hour]
===== Item DROP Statistics =====
Items:
Total items dropped: 15907 [1753,11 per hour]
Items dropped by quality:
- White: 5076 [559,43 per hour] {31,91 %}
- Magic: 8729 [962,02 per hour] {54,88 %}
- Rare: 2050 [225,93 per hour] {12,89 %}
- Legendary: 52 [5,73 per hour] {0,33 %}
--- ilvl 60 Legendary: 3 [0,33 per hour] {0,02 %}
--- ilvl 61 Legendary: 6 [0,66 per hour] {0,04 %}
--- ilvl 62 Legendary: 13 [1,43 per hour] {0,08 %}
--- ilvl 63 Legendary: 30 [3,31 per hour] {0,19 %}
===== Item PICKUP Statistics =====
Items:
Total items picked up: 289 [31,85 per hour]
Items picked up by quality:
- Rare: 240 [26,45 per hour] {83,04 %}
- Legendary: 49 [5,40 per hour] {16,96 %}
--- ilvl 60 Legendary: 2 [0,22 per hour] {0,69 %}
--- ilvl 61 Legendary: 6 [0,66 per hour] {2,08 %}
--- ilvl 62 Legendary: 12 [1,32 per hour] {4,15 %}
--- ilvl 63 Legendary: 29 [3,20 per hour] {10,03 %}
Potion Pickups:
Total potions: 156 [17,19 per hour]
===== End Of Report =====