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

Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 2)

Is exorcism only cast when its instant or with casttime as well?
what does the "/" mean here exactly and what does it mean in "Holy Wrath/Consecration"?

"/" means or,

3 holy power OR divine purpose

Holy Wrath OR Consecration

Exorcism should only be cast when instant, hard casting it is stupid
 
Where do you see to make Inquisition only at 3 HP?

I'll add the DP proc... updated the file slightly since I uploaded this.

Thanks!
 
In both scenarios you do not perform a CS if you have 3 HP,

Code:
                    Spell.Cast("Crusader Strike",                            
                         ret => StyxWoW.Me.CurrentHolyPower < 3 &&
                               (Unit.NearbyUnfriendlyUnits.Count(u => u.Distance <= 8) < 4 || !SpellManager.HasSpell("Divine Storm"))),
 
So no CS @ 3... any idea on Inq? EJ doesn't seem to show anything except if you have a T11 bonus.

What about Divine Storm? Would we want to skip that at three too?
 
So no CS @ 3... any idea on Inq? EJ doesn't seem to show anything except if you have a T11 bonus.

What about Divine Storm? Would we want to skip that at three too?

No idea i took that from EJ, its in the rotation section
 
Working on the prot one too. If we have any tanks get a hold of me. Just updating the rotation at this point, cooldowns are still default. Will work on those later.

Updated Ret as well... test here:
Dropbox - Retribution.cs - Simplify your life

(Make sure to replace your old Retribution.cs file located in Singular / Class Specific / Paladin)
 
Where do you see to make Inquisition only at 3 HP?

I'll add the DP proc... updated the file slightly since I uploaded this.

Thanks!

Doing it anything over than with 3 HP makes the buff last very very short and you'll find yourself wasting holy power.
 
As a quick bug report, after casting feral charge isbehind() will return false until movement is required (or forced)
 
arms warrior doesnt work as it should

In LFR raid there was a problem with "STANCE DANCE". The cc doesnt used it. It also uses "OVERPOWER" by far too less. I think the "OVERPOER" problem just happend at bosses. I used your CC with Lazyraider. Everything seem to work at a dummy, but not at bosses. Maybe you could check the code please.
 
The diffrence on my ilvl 374 pally, without enchants and just a few gems under blessing of kings before replacing the retribution.cs with the one from oblivs dropbox was around 10k dps after we are at about 14k. Which is quite a lot.
I see constantly "ability is not ready yet", but since my logging plugin is currently broken, i can't tell exactly which ability triggers the warning.
If we are low on mana (which happens outside of raids) , you might want to use the bloodelf racial arcane torrent, or you use it to interrupt enemies when rebuke and hammer of justice are on cd.
 
Let me know what is spamming the ability not ready when you get the logging fixed. I believe my ui hides those errors. Try the version I have above from my drop box. It should be much better with mana usage.
 
Made some changes to the feral rotation as it dropped for me from 15k (i have quite bade cat gear) to 6k;

-Added an enmu for bear and cat
-Added a Force form override and bool to enable
-Removed the shred <1 combo point requirement
-FB no longer need the time for rip to be less than just that the target has it
-Tiger's fury will only cast if you have actually used some focus (no more pop on cd when it's useless)
-Ravage! is now cast by the legacy spell manager by id (as i don't think its actually in the spell book properly?)
-Ravage! - Spell - World of Warcraft is what the spell becomes when you get the buff
-is also slightly higher in the tree

-In common added the option to only look for motw on self (was spamming in LFR)

Just add these to the druid folder?
 
thanks for the arms I'm dropping bombs at Madness Deathwing, where as today I've scored a good dps of 78k DPS at the end of the boss fight!
 
Code:
Could not compile CC from C:\Users\AlansGamer\Desktop\HB2\CustomClasses\Singular!
File: FeralCat.cs Line: 88 Error: The name 'FeralBearTank' does not exist in the current context

Thanks for your kind words Obliv! :)

If someone wants to try my stuff...:

anyone been able to get this to work? I put it in druid folder but I get errors?
 
Code:
Could not compile CC from C:\Users\AlansGamer\Desktop\HB2\CustomClasses\Singular!
File: FeralCat.cs Line: 88 Error: The name 'FeralBearTank' does not exist in the current context



anyone been able to get this to work? I put it in druid folder but I get errors?

They reworked the Feral system... handnavi will have to redo the Feral.cs for it to work, unfortunately.
 
Obliv after testing LFR both raids...I went from 22k dps to 43k dps !!! Works amazing keep up the great work I think its only a few tweaks away from .cc GOLD
 
I'll be testing it probably tomorrow night to see what I can improve upon. Did you notice anything that other CCs did better?
 
I think there is still a problem with STANCE DANCE in arms cc. It seems that it does not swich back from berserker stance to combat stance.
 
Using the Retribution class we've been working on I did 44k DPS on Ultraxion. iLvl 382.
 
Back
Top