• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 2)

    Discussion in 'Archives' started by Xanathos, Apr 19, 2011.

    1. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Hi!
      The cat rotation works, but its a little away from being perfect. It does its job while grinding / questing - do you plan to optimize its dps to make it useable in raids?

      Some basic things i noticed:
      - It should use Swipe if 3+ mobs (actually its 5+)
      - !Ravage is missing (+Feral Charge :))
      - Your Manglecheck misses some Debuffs. ("Gore", "Stampede", "Tendon Rip")
      - FFF checks are not implemented ("Corrosive Spit", "Tear Armor", "Sunder Armor" , "Expose Armor")


      If you are interested i would like to share an more advanced rotation to maximize dps. :)
       
    2. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Well, as far as FFF goes, it does take them into account.

      Code:
      Spell.Cast("Faerie Fire (Feral)", ret => !StyxWoW.Me.CurrentTarget.HasSunders() && !StyxWoW.Me.CurrentTarget.HasAura("Faerie Fire", 3)),
      As far as PVE usages, its only there for the armor reduce (which is effectively Sunder Armor and equivs). As far as I'm aware, there are only spells that reduce by 4% per stack (3 stacks total) or 12% flat. Those are checked generically to cover them all w/o needing a giant spell name list.

      Swipe is used at 5+ mobs.
      Code:
      Spell.Cast("Swipe", ret => Unit.NearbyUnfriendlyUnits.Count(u => u.IsWithinMeleeRange) >= 5),
      I can change it if need be.

      And yes, I didn't add Ravage! or feral charge at all. More just checking that the rotation itself works properly.

      Lastly; I have to go through and figure out the bleed debuff again. (The first Mangle cast is only for the bleed debuff, nothing else)
       
    3. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Glad you are working more on this Apoc, will be nice to have working cc's out of the box per say :) Any luck on the Hunter facing issue's did you see my earlier posts?

      Thanks for your efforts.
       
    4. JeffKing1989

      JeffKing1989 New Member

      Joined:
      Feb 16, 2010
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      0
      Good work, the interrupting reaction is excellent. However, another problem... it interrupts by casting both Rebuke and my racial ability (Arcane Torrent) at the same time. Since I'm new to pally, I don't know if I have any other interrupt apart from Rebuke and my racial... so I assume the other interrupts were casted at the same time too... because when I interupted for the first time, it doesn't interupt again until my Rebuke isn't on CD

      Thanks, good work again!
       
      Last edited: Oct 17, 2011
    5. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      Both of these issues fixed. Now will not use HS if there are more important abilities available.
       
    6. fotosammler

      fotosammler Member

      Joined:
      Jan 25, 2011
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      6
      Wonderful! Will test it. thx
       
    7. fotosammler

      fotosammler Member

      Joined:
      Jan 25, 2011
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      6
      For some reason it works fine on the puppet, but in BGs it still uses HS alot, but nearly no Slam. I have "Slam improved talented" on TRUE. last BG it used 31 HS, 12 MS, 14 OP, 1 SLAM.
      HS should be used only when rage is above 70%.
       
    8. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      HS rage is set to 60% when CS is on cooldown, 85 when CS is about to come off cooldown to pool rage. HS should never be used before any other ability if it is available. I cant tell you why your warrior is using HS more than you would like.

      The warrior cc's are not really made for pvp specifically. They are an all around, work well for just about any scenario type. I'll look into putting an option for tweaking HS rage percent options from the GUI. That way you can tweak your rage percentages pretty high to see if that helps.
       
    9. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Another update to the enh shaman; finally nearly 85 :eek:

      Removed all the movebehind code, it didn't work
      Slightly adjusted the priority on flame shock
      Flame shock will now be cast on multiple targets (thanks for the boomking example :) )
      Flame shock will now clip if it has less then 6 seconds remaining
      (Might add a disable flame shock on multi-targets, it wont be needed in the next patch anyway)
      Fire Nova will now scan for flame shock on any target within 15f (^^)
      Earth shock has some more logic to prevent it from stealing the UE buff
       

      Attached Files:

    10. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Could we get some RET Pally love since you worked on Prot :) Ret does some pretty bad dps and burns through mana like crazy, maybe casts exorcism to often... idk

      TY
       
    11. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Disc spec is great!

      On Beth'tilac, when people climb up to the top of the web to fight him, they are technically still in range for healing by a healer on the ground. However ground healers cannot heal people up there. This is a prob for cc as it will spam fail heals.

      Any chance of selective healing in future?
       
      Last edited: Oct 20, 2011
    12. anobuddy

      anobuddy New Member Legendary

      Joined:
      Apr 11, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      qft
       
    13. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Set the Holy light heal to 60% or less with ret. that's the first thing to do since it (out of the box) heals itself at 90%.
      So instead of doing DPS it's healing itself all the time and thus burns trough it's mana.
       
    14. yipsilonn

      yipsilonn Member

      Joined:
      Mar 1, 2011
      Messages:
      214
      Likes Received:
      6
      Trophy Points:
      18
      hi it's SVN down? I can't get the update -..-

      Command: Checkout from http://svn.apocdev.com/singular/trunk/Singular, revision HEAD, Fully recursive, Externals included
      Error: Unable to connect to a repository at URL
      Error: 'http://svn.apocdev.com/singular/trunk/Singular'
      Error: OPTIONS of 'http://svn.apocdev.com/singular/trunk/Singular': could not connect
      Error: to server (http://svn.apocdev.com)
      Completed!:

      O_O No idea what to do :(

      ty for your help :)
       
    15. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      After having another look at the retridin, I have to agree it burns way too much mana.
      Indeed is a candidate for a review.

      As far as I can see it's burning it's mana on Exorcism (twice after oneanother)
      @ 84 that's 2/3 of your mana so it leaves you with very little to none.
       
      Last edited: Oct 21, 2011
    16. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Tried Boomkin on a training dummy and it will not attack at all after I start attack? Just stands there. I thight maybe cause I am using test release of HB but no it does it on both the released version and test version, using latest off svn.

      nvm seems to be a different problem, rebooted and seemed to work :( after running it a while it just stops targeting. Will get a log and post next time it happens


       
      Last edited: Oct 21, 2011
    17. icyhot1986

      icyhot1986 New Member

      Joined:
      Oct 10, 2011
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      I just wanted to give a heads up if it's not noted yet. Hunter no matter what spec will attack target run upto it proceed to run past it then back up and begin to attack. Other times he will disengage jump backwords and refuse to turn back around to follow his targets. He will just stand backwords until mob is dead or he dies.

      Oh, almost forgot this one. If pet aggros a mob he will not attack till he is attacked or pet dies.
       
    18. Ugbutz1887

      Ugbutz1887 New Member

      Joined:
      Aug 30, 2011
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      I just found a problem with Singular. I use Quest Bot with Singular for my Druid (feral-dps). It works very fine with shapeshifting and the another things.
      But sometimes (don't know exactly when it will be) my toon used shred ever and ever.But he can't use it because it is in front of the mob and not behind. :(
      What can i do / change that it works well. Maybe the spell 5221 "shred" taking out of the rotation? But how ? But it is really an awesome CC!!!

      Sorry for my bad English and have a nice weekend.
       
    19. spifkie

      spifkie Member

      Joined:
      Oct 22, 2010
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      6
      Why isn't the shadow priest using Vampiric Embrace (spell id 15286)? It would add a lot to the survivability!

      Edit: A few levels later it magically started using it.. odd
       
      Last edited: Oct 23, 2011
    20. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      Same problem as before with the Warrior: At some point he just refuses to move, throwing the same error over and over.
       

      Attached Files:

    Share This Page