• Visit Rebornbuddy
  • [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
      change them manually, or hit "Reset All" and "Save" buttons at variables gui and they will reset to these default values.

      these configs work both to dw or skorn, but dw is much better (specially with a Echoing Fury as OH). it's unlikely you'll break 5 mil damage ticks with a 2 hand weapon.

      ps: please edit your post, you quoted all my pictures :p
       
    2. Matze83

      Matze83 New Member

      Joined:
      Feb 6, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      how much tdps is recommended? (got like 3 mill crit rend hits for 3.2 mill )

      cant hit 2k iph from FOM :( with v5
      only with crypts i get 2050-2100 IPH overall

      But still its fucking awesome much less deaths now :D and 140 mill exp per hour without ruby.
      like nearly always 3 tornados inside a pack. haha love it
      and the shout spam for fury dump is sooooooooooooooooooooooo gooood :D

      greetings
       
    3. EIGRIP

      EIGRIP New Member

      Joined:
      May 29, 2013
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      0
      Awesome work Bomb, i asked you before but im not sure u seen it. Is it possible to ignore elites completely? And which profile are you starting? i see 3
       
    4. diegomzl

      diegomzl New Member

      Joined:
      Jun 16, 2012
      Messages:
      153
      Likes Received:
      1
      Trophy Points:
      0
      hey bombastic.. u using db 317 or the new beta?
       
    5. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Change this line:
      Code:
      // Ignore elite option, except if trying to town portal
      To:
      Code:
      if (!cacheObject.IsBoss && ShouldIgnoreElites && cacheObject.IsEliteRareUnique)
      {
      	cacheObject.Weight = 0;
      	break;
      }
      
      // Ignore elite option, except if trying to town portal
       
    6. EIGRIP

      EIGRIP New Member

      Joined:
      May 29, 2013
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      0
      Ok thx, i'll let you know if its better. Which profile?
       
    7. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Not a profile, inside Trinity/Combat/Weighting.cs.
       
    8. vdro

      vdro New Member

      Joined:
      Oct 26, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      0
      i am breaking 2000 iph with new bombastic trinity and tips
      skorn 66k life/610k dps buffed/500-550 all res/
      skorn str/life

      edit

      anyway i see that bot seems to spam battle rage
      is it normal?
       
    9. EIGRIP

      EIGRIP New Member

      Joined:
      May 29, 2013
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      0
      I know that i meant what Profile are you using for botting? i see 3 folders :D
       
    10. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Awesome. That's the best iph i've ever seen with a dual hand build :)

      I've made some changes and i'm getting 2100+ for the first time. After some tests i'll release it as v5.1 if dph do not raises (2.04 is a bit high for me)

      Code:
      [B]FullStats - Barbarian.log[/B]
      
      ===== Misc Statistics =====
      Total tracking time: 1h 28m 14s
      Total deaths: 3 [2,04 per hour]
      Total games (approx): 15 [10,20 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]
      Total Gold gained: 1184,27 Thousand [805,23 Thousand per hour]
      
      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 3138 [2133,66 per hour]
      It is. If you are always at full fury with wotb active, battle rage helps sprints when fury dumping.
       
    11. Matze83

      Matze83 New Member

      Joined:
      Feb 6, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      wow impressive :D

      how much tDPS do you have?
       
    12. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      2.842.706 tDPS
       
    13. danonji

      danonji New Member

      Joined:
      Oct 19, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      the bot seems to die not ignore so often the trees? is it possible?
       
    14. Matze83

      Matze83 New Member

      Joined:
      Feb 6, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      hmmmm then i have to reinstall your 5th version again. iam at 3.100.000 and can only pull 1800 iph in Fom.
      i guess i screwed up :D thx alot man.

      i cant tell u how much i appreciate ur work
       
    15. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      i have 2170iph with bombastic latest profile (no ignore female zombie and small changes in decay lvl 1) and my trinity
      fully buffed
      510k dps
      2,336,542 tDPS MH
      tornados Damage with MH ticks*: 4,745,529
      750k EHP
      1.3kk EHP with dodge vs melee phy.

      there is no reason for ignoring female zombie, becouse 99% of time you are zigzagging (i know that how you count mobs when 6640 in range)
      Code:
      // Add weight for any units in this point
                                  int monsterCount = ObjectCache.Count(u => u.Type == GObjectType.Unit && u.Position.Distance2D(zigZagPoint) <= Math.Max(u.Radius, 10f));
                                  if (monsterCount > 0)
                                      pointWeight *= monsterCount;
      thats how bot calculate best point... you can exclude 6640 from monsterCount or lower coeff. [pointWeight *=0.7f*monsterCount;] to prevent attack female zombie for some time
       
    16. sebflex

      sebflex New Member

      Joined:
      May 10, 2013
      Messages:
      1,035
      Likes Received:
      0
      Trophy Points:
      0
      ===== Misc Statistics =====
      Total tracking time: 7h 47,00m 3s
      Total deaths: 28 [3,60 per hour]
      Total games (approx): 26 [3,34 per hour]
      Total XP gained: 1201,78 million [154,38 million per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 20054 [2576,21 per hour]
      Items dropped by ilvl:
      - ilvl58: 1231 [158,14 per hour] {6,14 %}
      - ilvl59: 496 [63,72 per hour] {2,47 %}
      - ilvl60: 2983 [383,21 per hour] {14,87 %}
      - ilvl61: 6837 [878,31 per hour] {34,09 %}
      - ilvl62: 5471 [702,82 per hour] {27,28 %}
      - ilvl63: 3036 [390,02 per hour] {15,14 %}

      Items dropped by quality:
      - White: 7233 [929,18 per hour] {36,07 %}
      --- ilvl 58 White: 357 [45,86 per hour] {1,78 %}
      --- ilvl 59 White: 155 [19,91 per hour] {0,77 %}
      --- ilvl 60 White: 782 [100,46 per hour] {3,90 %}
      --- ilvl 61 White: 2428 [311,91 per hour] {12,11 %}
      --- ilvl 62 White: 2131 [273,76 per hour] {10,63 %}
      --- ilvl 63 White: 1380 [177,28 per hour] {6,88 %}
      - Magic: 10466 [1344,50 per hour] {52,19 %}
      --- ilvl 58 Magic: 689 [88,51 per hour] {3,44 %}
      --- ilvl 59 Magic: 298 [38,28 per hour] {1,49 %}
      --- ilvl 60 Magic: 1829 [234,96 per hour] {9,12 %}
      --- ilvl 61 Magic: 3540 [454,76 per hour] {17,65 %}
      --- ilvl 62 Magic: 2797 [359,31 per hour] {13,95 %}
      --- ilvl 63 Magic: 1313 [168,67 per hour] {6,55 %}
      - Rare: 2311 [296,88 per hour] {11,52 %}
      --- ilvl 58 Rare: 185 [23,77 per hour] {0,92 %}
      --- ilvl 59 Rare: 43 [5,52 per hour] {0,21 %}
      --- ilvl 60 Rare: 363 [46,63 per hour] {1,81 %}
      --- ilvl 61 Rare: 860 [110,48 per hour] {4,29 %}
      --- ilvl 62 Rare: 534 [68,60 per hour] {2,66 %}
      --- ilvl 63 Rare: 326 [41,88 per hour] {1,63 %}
      - Legendary: 44 [5,65 per hour] {0,22 %}
      --- ilvl 60 Legendary: 9 [1,16 per hour] {0,04 %}
      --- ilvl 61 Legendary: 9 [1,16 per hour] {0,04 %}
      --- ilvl 62 Legendary: 9 [1,16 per hour] {0,04 %}
      --- ilvl 63 Legendary: 17 [2,18 per hour] {0,08 %}
       
    17. speculoos

      speculoos Member

      Joined:
      Jun 11, 2012
      Messages:
      397
      Likes Received:
      1
      Trophy Points:
      18
      you guys have : Ticks per Second: 10 MH / 10 OH with these numbers?? tornados Damage with MH ticks*: 4,745,529 , it would be better to see DPS MH ticks.

      You guys are botting on main account thats not a really good idea tho ^^
       
    18. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      My v1.1? How much are u getting at fom only?

      I did it in a different location (some lines above):

      Code:
                              if (attackInAoe)
                              {
                                  zigZagTargetList =
                                      (from u in ObjectCache
                                       where u.Type == GObjectType.Unit && u.CentreDistance < maxDistance &&
      									[B](!DataDictionary.BlackListIds.Contains(u.ActorSNO) || (Trinity.prioritizeCloseRangeUnits && u.RadiusDistance <= 8f))[/B] //intell
                                       select u).ToList();
                              }
      It won't ZigZag at any Blacklisted unit unless the bot is stuck.

      LOL :D
       
    19. sebflex

      sebflex New Member

      Joined:
      May 10, 2013
      Messages:
      1,035
      Likes Received:
      0
      Trophy Points:
      0
      ???



      ∅ Number of Tornadoes: 3.5
      Damage with MH ticks*: 6649713
      Damage with OH ticks*: 6649713
      DPS with MH ticks*: 2216571
      DPS with OH ticks*: 2216571
      Ticks per Second: 10 MH / 10 OH breakpoints
      Life gained by LoH: 0 HP per second
      Life gained by LS: 12413 HP per second
      Damage Range: 7404 - 12586
      56791 - 96538 crit
       
    20. Matze83

      Matze83 New Member

      Joined:
      Feb 6, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      that is actually pretty sick :D
      wow how much ehp do you have with that gear setup?

      that wasnt really cheap i guess :D
       

    Share This Page