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

Heavens Fury not working?

iamgoku123

New Member
Joined
Jun 11, 2012
Messages
4
Reaction score
0
Hey Guys

Im running fist of the heavens build and until recently it worked beautifully, however now it isn't casting heavens fury anymore.

Ive done everything from change the slider to single target, to editing the CrusaderCombat file in the trinity directory and nothing is working.

Any suggestions, Im running latest trinity, but the previous version of db as trinity did not work with the new build, or has this been fixed now?
 
I had a similar issue with my condemn build crusader, and the issue was I was using an object (in this case, the shield that gives condemn no cooldown but instead costs wrath) so it was always registering condemn as ready to cast and wouldn't cast heaven's fury.

Why don't you post up a log file so someone can do something about it? :)
 
Hey Guys

Im running fist of the heavens build and until recently it worked beautifully, however now it isn't casting heavens fury anymore.

Ive done everything from change the slider to single target, to editing the CrusaderCombat file in the trinity directory and nothing is working.

Any suggestions, Im running latest trinity, but the previous version of db as trinity did not work with the new build, or has this been fixed now?


USE: http://updates.buddyauth.com/GetSpec...uddy&build=382

Use the trinity that comes with 382 instead. Works for me.
Using rrrix's YAR relogger with "No Updates" Checked. So i dont get asked about updating 382 to 383.

Ps: I dont care what other people thinks or what nexoz fixed.. Cba when things are not optimal
 
Last edited:
Yeh Ill post a log soon as I get a chance, I stupidly didn't think to attach one when I made this post :).

And thanks for the link buddy, will give it a download when I get home.

Its weird I only noticed the problem the other night when I was running a few rifts on the crusader and it took a lot longer than usual, and I couldn't work out why, so after watching it for 5 mins I clicked...she wasn't casting heavens fury hahaha
 
if (CanCastHeavensFury()&& hasAkkhan)
{
return new TrinityPower(SNOPower.X1_Crusader_HeavensFury3, 65f, TargetUtil.GetBestClusterPoint());
}

Add this code into crusadercombat.cs. then your heavens fury should work.
 
if (CanCastHeavensFury()&& hasAkkhan)
{
return new TrinityPower(SNOPower.X1_Crusader_HeavensFury3, 65f, TargetUtil.GetBestClusterPoint());
}

Add this code into crusadercombat.cs. then your heavens fury should work.

That code is already in there with DB 487 trinity
 
if (CanCastHeavensFury()&& hasAkkhan)
{
return new TrinityPower(SNOPower.X1_Crusader_HeavensFury3, 65f, TargetUtil.GetBestClusterPoint());
}

Add this code into crusadercombat.cs. then your heavens fury should work.


working now for me!

thank you!
 
Back
Top