First off, I must say this profile is excellent and I appreciate all of the hard work put into this project. Second, I am seeking opinions of why I might be getting 15 or more deaths per hour. My barb has 40k life with 48k dps with sword n board. Resists all buffed with war cry are all around 850. I feel like I should be able to handle this profile set. Most of my deaths come after the first 2 profiles are done. Usually pestilence arms and fire chains and the fire pools on the ground. Also, my life on hit is 450 but could be 1330 if I swapped weapons (my dps goes down to 33k). Neither has really worked and I'm using belphegors latest test release with good rend spam implementation. Any and all opinions, thoughts, fixes to my setup would be much appreciated.
I do have wd with 900-1000 res, 4,5k armor, 1200 loh, 25k dps and 35k hp. Looks like i dont have gear for this act because when i do act 2 hunting i dont die at all but act 3 is killing me before i kill any elite/champion. Looking forward to see some posts from ppl who do run this profile as wd.
What is your spec + block chance? If you don't already have one, get a 32%+ Stormshield and watch yourself take like no damage.
Just a suggestion - for maximum effectiveness of course. It's better to do CoA first (along with the two towers) , because you can quickly rack up the elite kills for high NV buffs without killing too much trash. This way when you do skycrown/stone front, where there are ton are trash, exp gain/mf on trash will be significantly higher due to it. However, I completely understand the current order as it goes from easier to harder, and it's not too hard to alter the order for the profile.
Hey Hardslam, my spec is: Frenzy (maniac), rend (blood lust), leap (iron impact), revenge (provocation), war cry (impunity), battle rage (marauder's rage)..passives are ruthless, weapons master, and superstition..I have experimented with earthquake swapped out with battle rage and did not help anything. Moreover, I forgot to mention that the board I use is a 32% stormshield..The only thing I can think of is adding a 8% block helm of command but I feel like even without that I should be doing this np.
Try swapping Battle Rage with Wrath of the Berserker - Insanity. I think the added burst immunity + mobility is better than the consistent BR damage or location based Earthquake.
Useful ActorSNO Some useful ActorSNO's Code: Type: Unit Name: FallenShaman_C-433 ActorSNO: 4100, Distance: 35.66671 Type: Unit Name: demonFlyer_A-5590 ActorSNO: 62736, Distance: 54.10308 Type: Unit Name: demonFlyer_B-7336 ActorSNO: 130794, Distance: 31.52467 Type: Unit Name: GoatMutant_Ranged_A_Large_Aggro-7331 ActorSNO: 204981, Distance: 38.40234 Type: Unit Name: Succubus_A-10306 ActorSNO: 5508, Distance: 49.61958 Type: Unit Name: creepMob_A-8386 ActorSNO: 4738, Distance: 51.93444 Type: Unit Name: GoatMutant_Shaman_A-1261 ActorSNO: 4303, Distance: 28.46075 Type: Projectile Name: FallenShaman_fireball_projectile-2159 ActorSNO: 4103, Distance: 4.310442 Type: Projectile Name: demonFlyer_fireball_projectile-6096 ActorSNO: 160154, Distance: 19.89688 Type: Projectile Name: GoatMutant_Ranged_Spear-7474 ActorSNO: 158698, Distance: 12.80126 Type: CustomBrain Name: creepMobArm-8440 ActorSNO: 3865, Distance: 24.61164 Type: Projectile Name: succubus_bloodStar_projectile-10339 ActorSNO: 164829, Distance: 13.25207 Type: Projectile Name: GoatMutant_Shaman_blast_projectile-4757 ActorSNO: 176406, Distance: 3.930053 Type: Unit Name: a3_crater_st_demonic_forge-9776 ActorSNO: 185391, Distance: 20.77288
for some reason sometimes my guy likes to chill next to the fire breathing stuff in tower of the damned and tries attacking it too.
Open giles monster priority or giles combat routine and add this number to the blacklist. 185391 to be more specific, find THIS for giles combat replacer Code: // Special blacklist for things like ravens, templar/scoundrel/enchantress in town etc. etc. that should never be attacked private static readonly List<int> listActorSNOIgnoreBlacklist = new List<int> { 5840, 111456, 5013, 5014, 205756, 205746, 4182, 4183, 4644, 4062, 4538, 52693, 162575, 2928, 51291, 51292, 96132, 90958, 90959, 80980, 51292, 51291, 2928, 3546, 129345, 81857, 138428, 81857, 60583, 170038, 174854, 190390, 194263, 5482, 174900, 219702, 221225, 87189, 90072, 107031, 106584, 186130, 187265, 201426, 201242, 200969, 201423, 201438, 201464, 201454, 108012, 103279, 89578, 74004, 84531, 84538, 89579, 190492, 209133, 6318, 107705, 105681, 89934, 89933, 182276, 117574, 182271, 182283, 182278, 128895, 81980, 82111, 81226, 81227, 107067, 103217, 105763, 110959, 106749, 107107, 107112, 106731, 107752, 107829, 90321, 107828, 121327, [COLOR="#FF0000"]185391[/COLOR] }; and add the number in red or find THIS for monster priority changer Code: // Special blacklist for things like ravens, templar/scoundrel/enchantress in town etc. etc. that should never be attacked private static readonly List<int> listActorSNOIgnoreBlacklist = new List<int> { 5840, 111456, 5013, 5014, 205756, 205746, 4182, 4183, 4644, 4062, 4538, 52693, 162575, 2928, 51291, 51292, 96132, 90958, 90959, 80980, 51292, 51291, 2928, 3546, 129345, 81857, 138428, 81857, 60583, 170038, 174854, 190390, 194263, 5482, 174900, 219702, 221225, 87189, 90072, 107031, 106584, 186130, 187265, 201426, 201242, 200969, 201423, 201438, 201464, 201454, 108012, 103279, 89578, 74004, 84531, 84538, 89579, 190492, 209133, 6318, 107705, 105681, 89934, 89933, 182276, 117574, 182271, 182283, 182278, 128895, 81980, 82111, 81226, 81227, [COLOR="#FF0000"]185391[/COLOR] }; and add the number in red.
Gardettos would you please give me little bit more information on those code like paste those into which plugin or the db setting avoidances? Thanks you so much to making a very great Act 3 champ farming profile
my state AS: 950-1000 Dps: 40k+ Armor: 9100 Los: 500 Lhp: 2.6 health: 50k result: 17death/hr skills: frenzy, battle rage, war cry, revenge, leap. last one i test rend, igore pain and wotb. since i dead too much, igore pain is better for me.
In the end of "fields of slaughter" profile, when it runs back to the teleporter, bot stops moving, then makes a step-stop-step-stop thingie till it hits the wall, and some time later Inactivity timer triggers Using barb with frenzy,rend,leap,revenge,wotb,warcry Tried both belphegore and giles combats, same stuck happens Any ideas? Thanks for the profile
in the skycrown at the very end where the 3 shamans spawning the fat moloch to the left upstairs there is often spawning an elite. so it might be worth to run the upstairs for check and directly tp out there
Same here, I have a Monk running A1 Champ. Hunt without any difficulties, but A3 is killing me. Would anywone be so kind and share his stats/build for a Monk with me. I have 30 Mill left to spend in a good gear, but I just don?t know what my main focus should be on.