What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

jack7176

New Member
Joined
Dec 23, 2015
Messages
19
Reaction score
0
I had read this thread

https://www.thebuddyforum.com/demonb...-function.html

and i test something

Use Bombardment & Consecration & Iron skin 1. off CD
2. At the same time
3. with convention elment time

2 was most effective
3 was most powerful
1 was..... not so good

My setting have 63% CDR, so Bombardment and others CD have only few sec difference.

Usually Bombardment crusader users get high CDR, so can you add option to 'Use Bombardment & Consecration & Iron skin at the same time'
 
Have you managed to get this work with trinity tho? Mine just uses all at random times.
 
The thread you linked to doesn't seem to exist.

Convention element time doesn't work with Crusader, sorry. There was never any need to link it to crusader skills, so we didn't. What build are you using? I tested the most popular builds this season and they all dealt more damage by casting stuff all the time instead of just when the right element buff was up.

To spam the skills, go to Settings->Combat->Crusader and set Iron Skin Health Pct to 100%, Consecration Health Pct to 100% and Bombardment AoE count to 1.
 
What build are you using? I tested the most popular builds this season and they all dealt more damage by casting stuff all the time instead of just when the right element buff was up.

To spam the skills, go to Settings->Combat->Crusader and set Iron Skin Health Pct to 100%, Consecration Health Pct to 100% and Bombardment AoE count to 1.

That might be true for greater rifts sub 65ish and TX and below. But above that, the whole point of LoN Bombardment crusader is to "oneshot" trashpacks with one single combo. Using them all at separate/random times will desync and it will super random if they all ever line up again for COE Physical.
Aka Iron skin + Consecration + Bombardment within physical of COE. Strangely enough with more or less optimized/perfect CDR, Bombardment CD in that build lines up perfectly with physical COE.
Not that I know much about coding and combat routines - but it doesn't sound too hard to simply hold them all off untill COE Physical comes up, if there's already functionality like it for another class.

Anyway, not negative criticizm at all - just a suggestion! My LoN Bombardment crusader is running 64s in 7 minutes now. Paragon 760 and climbing.
 
Convention element time doesn't work with Crusader, sorry. There was never any need to link it to crusader skills, so we didn't.

Came back to this thread to report some more. I actually ticked the box "for the lolz" and it seems to actually hold off on bombardment untill physical COE comes up. Still doesn't line up Iron Skin+Cons though.

Lucky or is there actually functionality for this? My CDR is exactly perfect so that if the first bombardment is used during physical, the next one will always line up (as long as used on CD).
But I swear if the bot is running around looking for mobs (aka out of combat) and physical is up, it doesnt cast bombardment. It seems to actually delay it untill next rotation again. That could also be a tip btw. For it to always use the 3-spell combo during physical, even when out of combat as long as not in town. Simply because it takes no time to do it and it WILL kill any trash on screen.
 
2.14.13 setting Bombardment count to 1 still will only use it on elite packs.
 
Came back to this thread to report some more. I actually ticked the box "for the lolz" and it seems to actually hold off on bombardment untill physical COE comes up. Still doesn't line up Iron Skin+Cons though.

Lucky or is there actually functionality for this? My CDR is exactly perfect so that if the first bombardment is used during physical, the next one will always line up (as long as used on CD).
But I swear if the bot is running around looking for mobs (aka out of combat) and physical is up, it doesnt cast bombardment. It seems to actually delay it untill next rotation again. That could also be a tip btw. For it to always use the 3-spell combo during physical, even when out of combat as long as not in town. Simply because it takes no time to do it and it WILL kill any trash on screen.
That box won't do anything, sorry. Maybe you changed your build slightly or maybe you noticed wrong, but there is no way that checkbox worked.

2.14.13 setting Bombardment count to 1 still will only use it on elite packs.

Can you try this for me please?
 

Attachments

Can you try this for me please?

Code:
I think the problem might be with 

        public static bool IsBombardmentBuild 
        {
            get { return Skills.Crusader.Bombardment.IsActive && Legendary.BeltOfTheTrove.IsEquipped && Legendary.TheMortalDrama.IsEquipped && !Skills.Crusader.Punish.IsActive; }
        }

Even with just invoker thorns build as long as you have Akarat's Awakening you would want Bombard to be used. Is this maybe why it's not using it unless it's on elite packs since I'm running invoker (http://www.diablofans.com/builds/69887-2-4-gr87-invoker-punish) instead of LON atm?
 
Last edited:
Yeah. I'll try it again to be sure, but it seemed to do the same thing. Wouldn't use it unless on an elite pack.
 
Yeah, I may get my hands on a LoN sader today. If that happens I'll try to fix all of the bombardment related bugs.
 
This patch is for .39, I spent a couple hours watching and fixing it a bit. The bot most of the time no longer skips bombardment before/during physical buff
 
Back
Top