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

LON Sader Request

Carboncloud

New Member
Joined
Jan 16, 2016
Messages
28
Reaction score
0
Can you make a setting that says "Only cast iron skin when bombardment is off of cooldown" and then make the guy not cast iron skin unless bombardment is off of cooldown. Thanks. If you are on hardcore you cannot necessarily use CoE in high (for hardcore) greater rifts and its all fucked up with unity because he just spams iron skin, even at iron skin health percentage 0.
 
Can you make a setting that says "Only cast iron skin when bombardment is off of cooldown" and then make the guy not cast iron skin unless bombardment is off of cooldown. Thanks. If you are on hardcore you cannot necessarily use CoE in high (for hardcore) greater rifts and its all fucked up with unity because he just spams iron skin, even at iron skin health percentage 0.


You can simply go into the CrusaderCombat.cs file and add "CanCast(SNOPower.X1_Crusader_Bombardment)" to every if-statement about ironskin, and it should do what you desire. I can do it for you if you want. But in doing so you miss a cast of iron skin since iron skin has 30 sec cooldown and bombardment has 60?
 
You can simply go into the CrusaderCombat.cs file and add "CanCast(SNOPower.X1_Crusader_Bombardment)" to every if-statement about ironskin, and it should do what you desire. I can do it for you if you want. But in doing so you miss a cast of iron skin since iron skin has 30 sec cooldown and bombardment has 60?

Thanks for the tip, I will try it out shortly. As far as the cooldowns, Lord Commander reduces Bombardment and then 67% cooldown reduces each of them. Iron skin ends up being something like 8 seconds and Bombardment something like 12 seconds. So the way things were going the second time Bombardment is ready and the 4th and the 6th Iron skin was not ready and time is being wasted.
 
Your suggestion to edit the Crusader file works, he now only casts iron skin if he will be using bombardment which is the desired behavior.
 
Your suggestion to edit the Crusader file works, he now only casts iron skin if he will be using bombardment which is the desired behavior.
Im not a computer guy nor a great gamer... copy cookie cutter of leader board mash buttons or let DB mash them for me and last season i /DB was doing 80 GRs
Will this improve DB performance? I cannot make changes to code like that without specific instructions and what lines of text to copy and where to place it.
Can you help or provide instructions?
 
Im not a computer guy nor a great gamer... copy cookie cutter of leader board mash buttons or let DB mash them for me and last season i /DB was doing 80 GRs
Will this improve DB performance? I cannot make changes to code like that without specific instructions and what lines of text to copy and where to place it.
Can you help or provide instructions?

I wouldnt say that it improves LON crusader since you should probably use COE when farming higher GRIFTS, but the OP wanted a specific thing that would be better for hc in his case. I havn't tried it, it may actually help when playing without COE. Gonna try it now!
 
Last edited:
I wouldnt say that it improves LON crusader since you should probably use COE when farming higher GRIFTS, but the OP wanted a specific thing that would be better for hc in his case. I havn't tried it, it may actually help when playing without COE. Gonna try it now!


I've tried some runs over night without COE and it performs about the same, slower on RG but faster on trash. This was while farming GR 71.
 
Thanks for the tip, I will try it out shortly. As far as the cooldowns, Lord Commander reduces Bombardment and then 67% cooldown reduces each of them. Iron skin ends up being something like 8 seconds and Bombardment something like 12 seconds. So the way things were going the second time Bombardment is ready and the 4th and the 6th Iron skin was not ready and time is being wasted.
Would you be kind enough to post your edited snippet for me please.
 
Thanks mate. But the cs file comes up with lots of errors for me. And when i try to do it manually it doesnt seem to work. Sader still palys the same
 
Thanks mate. But the cs file comes up with lots of errors for me. And when i try to do it manually it doesnt seem to work. Sader still palys the same
Got it working. put my slider bar for Iron skin at '0' . Bot cast's them at the same time now 95% of the time. tyty

[HIDE]
1088db203d.png
[/HIDE]

Current Cs file : View attachment CrusaderCombat.cs
 
Last edited:
Thanks mate. But the cs file comes up with lots of errors for me. And when i try to do it manually it doesnt seem to work. Sader still palys the same

Depends if you both have the same trinity version, otherwise compiler errors would obviously happen.
 
Back
Top