• 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. Zacharybinx34

      Zacharybinx34 New Member

      Joined:
      May 11, 2011
      Messages:
      672
      Likes Received:
      6
      Trophy Points:
      0
      Haha nice.

      Well,
      1. it runs around in caster form ALL the time. Should be in kitty form.

      2. When botting Arch, it very frequently get's attacked and just sits there and gets beat on forever. It's really strange.

      3. It doesn't seem to use many of ferals abilities, or go bear form on adds.

      4. WTB HB update that fixes GCD for melee =) .. just kidding around, had to throw that in there =)
       
    2. hDyz

      hDyz Member

      Joined:
      Jan 15, 2010
      Messages:
      147
      Likes Received:
      1
      Trophy Points:
      18
      Loving the CC so far, I'm using it on a level 17 kitty druid at the moment and its working fine except it never heals itself, I see in the actual Lowbie.cs that it *should* be healing itself but it isn't. I've got the value for Rejuv set to 70 and I always drop below that without my cat shape shifting to heal.
       
      Last edited: Sep 16, 2011
    3. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Apoc, Is there a fix for the BM Hunter? It seems to turn and move away from attackers to get to range, but it never turns back around to face the target? Using latest svn build. Level 81 hunter, BM spec. Not sure if it does it for the other specs or not. Also a setting to turn off Disengage would be awesome, we spend a lot of time back flipping off cliffs and into groups of mobs :)
       
      Last edited: Sep 16, 2011
    4. yipsilonn

      yipsilonn Member

      Joined:
      Mar 1, 2011
      Messages:
      214
      Likes Received:
      6
      Trophy Points:
      18
      Hi Guys!

      I was wondering if you have update(or implemented) the Warlock Affli.Now I'm leveling a Lock affli with singular(and it's working ) just curiosity..Have you done something?? Thanks !
       
    5. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      This is now my main-choice of cc while raiding on my main-warrior. Really great CC thanks guys!
       
    6. midi

      midi New Member

      Joined:
      May 16, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      0
      Yes the warrior cc is really great you should make your own topic or more advertismed for singluar v2 is the ret cc so great like the warrior cc anyone know?
       
    7. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      yeah I havent tried the ret cc yet but I've tried the felmaster one and its good.
       
    8. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      I modified the enh shaman to make maelstrom work and add weapon buffs and shield's; and some aoe surport.
       

      Attached Files:

    9. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Gotta ask, do enh shamans really want to be popping fire ele at all? From my understanding, its a DPS loss as you lose the searing stacks.
       
    10. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      I made some changes to Affliction recently. For me, it was averaging around 15k DPS in a 340ish geared lock
       
    11. mspazz

      mspazz Member

      Joined:
      Jul 12, 2010
      Messages:
      394
      Likes Received:
      11
      Trophy Points:
      18
      Are those changes available VIA the SVN trunk? Also, is it decent in PvP?
       
    12. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      I have gotten survival to work but can't figure out how to get multishot to work or trap adds. Apoc do you take care of hunter profiles?
       
    13. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      I left that in there from the current build, i assumed someone had done the math as im not max level on my shaman yet; looking at EJ i think you probably correct.

      The weapon buffing can screw up sometimes but i couldn't find a way to cancel the aura and try again.

      In the interrupter code i also added a isfacing check to the wind shear code as it sometimes gets stuck facing away even with the movement code for ensure facing at the top.
       
    14. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Can anyone help me get this working? Trying to piece together but not compiling.

      Code:
      new Decorator(ret => Unit.NearbyUnfriendlyUnits.Count(u => u.Distance < 15) >= 5,
                          new PrioritySelector(
                              Spell.Cast("Multi-Shot")
                              )),
       
    15. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      I think this is what you are looking for:

      Clusters.GetClusterCount(StyxWoW.Me.CurrentTarget, Unit.NearbyUnfriendlyUnits, ClusterType.Radius, 15) >= 5

      Checks hostiles around your target.
       
    16. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Id use the conical one for multishot;

      Clusters.GetClusterCount(StyxWoW.Me, Unit.NearbyUnfriendlyUnits, ClusterType.Cone, 40) >= 5
       
    17. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Nuok could you take a look at the current survival/mm and see if there is an easy fix for mutli-shot? I tried that and I couldn't get it to fire, using 3 mobs in area. This is what I tried.
      Code:
      // AoE
                      Spell.Cast("Multi-Shot",
                          ret => Clusters.GetClusterCount(StyxWoW.Me, Unit.NearbyUnfriendlyUnits, ClusterType.Cone, 10) >= 3),
       
      Last edited: Sep 18, 2011
    18. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      Multi-Shot - Spell - World of Warcraft

      I wouldn't. I'd even go further and say drop the 15 yard radius to 8. That's just looking at the wowhead spell. I don't have much experience with hunters.

      The above will look for any hostile in a 40 yard cone from you. The multi shot could only hit the single target if there were mobs over 8 yards away from the target, but still in the gigantic 40 yard cone.
       
      Last edited: Sep 18, 2011
    19. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      So would it be?

      Code:
      Spell.Cast("Multi-Shot", Clusters.GetClusterCount(StyxWoW.Me.CurrentTarget, Unit.NearbyUnfriendlyUnits, ClusterType.Radius, 15) >= 5,
       
    20. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      Code:
      Spell.Cast("Multi-Shot", ret => Clusters.GetClusterCount(StyxWoW.Me.CurrentTarget, Unit.NearbyUnfriendlyUnits, ClusterType.Radius, 8) >= 5),
      Based on the tooltip.

      edit: forgot to add a ")" at the end.
       
      Last edited: Sep 18, 2011

    Share This Page