• 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. Orbitz

      Orbitz New Member

      Joined:
      Dec 6, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      ===== Misc Statistics =====
      Total tracking time: 0h 8m 8s
      Total deaths: 0 [0 per hour]
      Total games (approx): 0 [0 per hour]
      (your games left value may be bugged @ 0 due to profile managers/routines etc., now showing games joined instead:)
      Total games joined: 1 [7.37 per hour]
      Total XP gained: 0 million [0 million per hour]
      Total Gold gained: 65.8 Thousand [485.15 Thousand per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 361 [2661.67 per hour]
      Items dropped by ilvl:
      - ilvl58: 21 [154.83 per hour] {5.82 %}
      - ilvl59: 8 [58.98 per hour] {2.22 %}
      - ilvl60: 55 [405.52 per hour] {15.24 %}
      - ilvl61: 123 [906.88 per hour] {34.07 %}
      - ilvl62: 100 [737.3 per hour] {27.7 %}
      - ilvl63: 54 [398.14 per hour] {14.96 %}

      First Run....Looks....Good?
       
    2. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      Yeah, new Normal?
      during combat u have 100% uptime sprint that you use from MH, check d3rawr.com calculator
      my MH tornados dps 20% more then OH dps

       
    3. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      barbariancombat.cs
      add rage for furydump
      replace original with this
      Code:
      public static bool CanCastBattleRage
              {
                  get
                  {
                      return
                          !UseOOCBuff &&
                          !Player.IsIncapacitated &&
                          CanCast(SNOPower.Barbarian_BattleRage, CanCastFlags.NoTimer) &&
                          ((Settings.Combat.Barbarian.FuryDumpWOTB && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin")) || !GetHasBuff(SNOPower.Barbarian_BattleRage)) &&
                          Player.PrimaryResource >= V.F("Barbarian.BattleRage.MinFury");
                  }
              }
      i need to add 1.5.4 features to prevent crypt skipping
       
    4. Orbitz

      Orbitz New Member

      Joined:
      Dec 6, 2011
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      it "works" i just dont like it...

      Have you tried running with lacerate? seems to be best for me.
       
    5. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      u can revert changes for sprint:p
      Code:
       public static bool CanUseSprint
              {
                  get
                  {
                      return !UseOOCBuff && CanCast(SNOPower.Barbarian_Sprint, CanCastFlags.NoTimer) && !Player.IsIncapacitated &&
                          (
                          // last power used was whirlwind and we don't have sprint up
                              (LastPowerUsed == SNOPower.Barbarian_Whirlwind && !GetHasBuff(SNOPower.Barbarian_Sprint)) ||
                          // Fury Dump Options for sprint: use at max energy constantly
                              (Settings.Combat.Barbarian.FuryDumpWOTB && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin") && GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker)) ||
                              (Settings.Combat.Barbarian.FuryDumpAlways && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin")) ||
                          // or on a timer
                              (
                               (SNOPowerUseTimer(SNOPower.Barbarian_Sprint) && !GetHasBuff(SNOPower.Barbarian_Sprint)) &&
                          // Always keep up if we are whirlwinding, if the target is a goblin, or if we are more than 16 feet away from the target
                               (Hotbar.Contains(SNOPower.Barbarian_Whirlwind) || CurrentTarget.IsTreasureGoblin ||
                                (CurrentTarget.CentreDistance >= V.F("Barbarian.Sprint.SingleTargetRange") && Player.PrimaryResource >= V.F("Barbarian.Sprint.SingleTargetMinFury"))
                               )
                              )
                          ) &&
                          // minimum time between uses
                          TimeSincePowerUse(SNOPower.Barbarian_Sprint) >= V.I("Barbarian.Sprint.MinUseDelay") &&
                          // If they have battle-rage, make sure it's up
                          (!Hotbar.Contains(SNOPower.Barbarian_BattleRage) || (Hotbar.Contains(SNOPower.Barbarian_BattleRage) && GetHasBuff(SNOPower.Barbarian_BattleRage))) &&
                          // Check for minimum energy
                          Player.PrimaryResource >= V.F("Barbarian.Sprint.MinFury");
                  }
              }
      and variables sprint use dealy 250 or whatever
       
    6. Scrax

      Scrax New Member

      Joined:
      Nov 3, 2013
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0

      the same here ! worked great but today happen this ! :(
       
    7. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      use this parameters for crypt lvl1 trinity explorer
      <TrinityExploreDungeon questId="136656" stepId="1" boxSize="27" boxTolerance="0.18" pathPrecision="20"
      timeoutType="GoldInactivity" timeoutValue="60" townPortalOnTimeout="True"
      endType="ExitFound" exitNameHash="1070710596" objectDistance="150">
       
    8. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      as i tested this box values are best of i tested
       
    9. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      anyone need Tree void zone for rares and gold?
      if item in 15 range of tree then break....
       
    10. gtstranger

      gtstranger New Member

      Joined:
      Mar 3, 2013
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      i don't understand.. tested last max decay, tested last normal..

      550К buffed dps (2.2kk tDPS), dualwield, 72k hp, 700+ res, 3ls + same skill build like yours

      fixed d3prefs, fast pc (i5@4.8 16gb)

      but maximum 1400 average iph in all your versions (ww 1-5, normal)

      1-3 dph and 4.5-5.5 lph, but *1400* iph. WHY? ><

      clean fresh DB, yours profile\plugin folders, all marked as yours screenshot

       
    11. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      maybe you pick up to much, maybe you dont use book of cain

      Total items dropped: 1570 [1920,77 per hour]
      Total items picked up: 47 [57,50 per hour]

      make shure you setup 30tps,


      (my friend got problem when got overpover or reveange (dont remember) on left mouse some skills dont attack basic attack when cant be casted)
       
    12. gtstranger

      gtstranger New Member

      Joined:
      Mar 3, 2013
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Total items dropped: 1773 [1386,63 per hour]
      Total items picked up: 60 [46,92 per hour]

      book of cain +
      30 tps +

      rend on lmb

      8(
       
    13. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      do set up all my settings?
      can you see 3 tornados on each pack? ( mb u should set rend delay higher)
      wotb 99% uptime?
       
    14. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      1.5.4 FoM normal profile + fast relog+ Farm and tree chest event areas skipping!!! + removed townrun (i have custom town run in my trinity)
      max iph for high dps/ehp barb on MP10 with low games/h
       

      Attached Files:

    15. gtstranger

      gtstranger New Member

      Joined:
      Mar 3, 2013
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      all marked as yours settings
      yep, 3
      wotb near 100% uptime

      barbariancombat.cs? which part?
       
    16. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      what fps you got in diablo?
       
    17. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      trinity -> combat routine -> 5th tab Variables->
      all this parametrs with barbarian tag
      Sprint.MinuseDelay 500
      WOTB.FuryDumpMin 0.8
      Whirlwind.UseRange 20
      Whirlwind.ZigZagDistance 22
      Whirlwind.ZigZagMaxTime 550
      Rend.MinFury 30
      SpellDelay.Rend 550
      SpellDelay.Overpower = SpellDelay.Rend * 1 or 2 or 3 ( ex. if Rend -500ms then Ovepower 1500ms)

      try differents numbers for bold settings 550-600-650 etc before u can see 3 tornados on each pack TORNADOS>>>>>>>>>>other abilities)
      Whirlwind.ZigZagMaxTime=SpellDelay.Rend
      trash combat triger range 50-70 ( 50 if wotb drop)
       
    18. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      he didn't set up delays and other ><

      lvl 1 crypt, only 10 mins but i wanna this iph as 24h avg ^^
      Code:
      ===== Misc Statistics =====
      Total tracking time: 0h 10,00m 49s
      Total deaths: 0 [0,00 per hour]
      Total games (approx): 0 [0,00 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]
      
      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 557 [3086,82 per hour]
       
    19. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      i think all like it
       
    20. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      only you press like
       

    Share This Page