• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [A1 Inferno]FallenDev's, Bossqwerty-spiced FoM zorked edition -> MP10 E-skipping

    Discussion in 'Archives' started by zorked, Oct 6, 2013.

    1. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      I know. The idea is to kite these elites as soons as there are trash mobs around them. When they are with low hp, attack them.
       
    2. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Thanks for the "test"
       
    3. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      Code:
       // Ignore Solitary Trash mobs (no elites present)
                                      // Except if has been primary target or if already low on health (<= 20%)
                                      if (shouldIgnoreTrashMobs && cacheObject.IsTrashMob && //!cacheObject.HasBeenPrimaryTarget &&
                                          !isInHotSpot &&
                                          !(nearbyMonsterCount >= Settings.Combat.Misc.TrashPackSize))
                                      {
                                          unitWeightInfo = "Ignoring ";
                                          ignoring = true;
                                      }
      just add - shouldn't ignore if elitesInRange and nearbyMonsterCount>5
       
    4. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      it can help for stuck when elite with mobs stuck you in corner will try it

      with my not best equipment rend with life steal rune give better results then with dmg


      and keep testing any changes for longer time (or just look what bod doing and how then you dont need so much time)

      at night before sleep having just bad games, alot of deaths and free runing, but at now i got 2 crypt in 3 games from 4-5 hours
       
    5. canibalistic

      canibalistic New Member

      Joined:
      Oct 25, 2013
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      0
      What do you mean by " ms 24 + " mainhand when u talking about rend delay and stuff?
       
    6. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      Barbarian.Whirlwind.UseForMovement bool True Use Whirlwind when moving near ignored mobs
      bot should just skip them with WW
       
    7. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      just should sometimes its problematic ;) but just see only few that situations ( especially when tree spawning spores and close him near wall)

      maybe its posibble to add when stuck by spore avoidance just ignore it for wile (better to die trying then just stand like idiot)
       
    8. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
       
    9. sebflex

      sebflex New Member

      Joined:
      May 10, 2013
      Messages:
      1,035
      Likes Received:
      0
      Trophy Points:
      0
      only change (nearbyMonsterCount >= Settings.Combat.Misc.TrashPackSize)) -> (nearbyMonsterCount >= 5))

      ??
       
    10. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      and maybe for put static number just set it like

      (nearbyMonsterCount >= ((Settings.Combat.Misc.TrashPackSize)-x))

      example x=2 if trash cout 7 it will give 5 with elite

      Settings.Combat.Misc.TrashPackSize value still be changable from trinity gui
       
    11. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      i think it's better to rewrite profile, rather then tweak trinity
      i have ~3000 iph in crypt lvl1, but avg iph can't break 2300
      it's better to farm more mobs in FoM... to much time spend for relog
       
    12. Kevin Spacey

      Kevin Spacey Community Developer

      Joined:
      Aug 31, 2013
      Messages:
      2,830
      Likes Received:
      11
      Trophy Points:
      38
      best farm it Weeping hollow - better density
       
    13. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      logs....
       
    14. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      how you get so much in crypts? any changes?

      to big burst of dmg on females?

      overall
      ===== Misc Statistics =====
      Total tracking time: 14h 27,00m 40s
      Total deaths: 15 [1,04 per hour]
      Total games (approx): 147 [10,17 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 28456 [1967,74 per hour]

      fom
      ===== Misc Statistics =====
      Total tracking time: 9h 17,00m 4s
      Total deaths: 14 [1,51 per hour]
      Total games (approx): 147 [15,83 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 16787 [1808,06 per hour]

      crypt
      ===== Misc Statistics =====
      Total tracking time: 4h 41,00m 40s
      Total deaths: 1 [0,21 per hour]
      Total games (approx): 7 [1,49 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 11116 [2367,86 per hour]

      crypt 2
      ===== Misc Statistics =====
      Total tracking time: 1h 55,00m 32s
      Total deaths: 0 [0,00 per hour]
      Total games (approx): 7 [3,64 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 3356 [1742,73 per hour]
       
    15. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      yes, some experimental changes
       
    16. iPanda

      iPanda Member

      Joined:
      Sep 6, 2013
      Messages:
      189
      Likes Received:
      1
      Trophy Points:
      18
      as far as i could notice on this thread, immortalhz has made several amazing tweaks to Zork's amazing crypt profile.

      There is a lot of changes scattered around this thread, and currently i see there is more than one person beside immortalhz doing changes and tweaks to several trinity files.

      I think it would be a amazing idea if someone could compile these changes, perhaps immortalhz yourself could compile all this information with all the latest working and testes solutions?

      Maybe even better would be to make a new thread names something like ''Tweaks for Trinity and Zork Profile for Barbs'', just throwing a idea out there.

      Hope you guys like my idea and thank you very much for all your work immortalhz
       
    17. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Good idea, it's time for a new thread.

      btw waiting for these new crypt modifications. 3000 iph is insane, even there :)
       
    18. Kevin Spacey

      Kevin Spacey Community Developer

      Joined:
      Aug 31, 2013
      Messages:
      2,830
      Likes Received:
      11
      Trophy Points:
      38
      its just an observation right now
       
    19. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      iPanda,
      bad idea, only few barbs should have so high iph

      bombastic,
      after someone rewrite profile^^
       
    20. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0

    Share This Page