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

      TheGuv New Member

      Joined:
      Apr 10, 2012
      Messages:
      37
      Likes Received:
      1
      Trophy Points:
      0
      hi great cc it does indeed just work

      I was wondering if you could help me out

      i am using some of the LK instance solo quests for rep and seem to die quite often. I am playing a frost DK with an ilvl of 379 but with some pvp yet the cc still does over 20k but my problem is as frost i would like to call army of the dead and bring out my ghoul but only have those options as Blood tank is here any way to do it as frost DK?

      Thanks
       
    2. TheGuv

      TheGuv New Member

      Joined:
      Apr 10, 2012
      Messages:
      37
      Likes Received:
      1
      Trophy Points:
      0
      hi great cc it does indeed just work

      I was wondering if you could help me out

      i am using some of the LK instance solo quests for rep and seem to die quite often. I am playing a frost DK with an ilvl of 379 but with some pvp yet the cc still does over 20k but my problem is as frost i would like to call army of the dead and bring out my ghoul but only have those options as Blood tank is here any way to do it as frost DK?

      Thanks
       
    3. kayes

      kayes Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,353
      Likes Received:
      4
      Trophy Points:
      38
      Quoted for BUMP.
       
    4. xLegendx

      xLegendx Active Member

      Joined:
      Apr 25, 2010
      Messages:
      1,050
      Likes Received:
      1
      Trophy Points:
      38
      As a frost Mage if my water elemental runs out of mana it continues to use "Freeze"

      Basically, it keeps trying to use Freeze instead of continuing to fight without it.
       
    5. izzy

      izzy Member

      Joined:
      Jan 15, 2010
      Messages:
      249
      Likes Received:
      7
      Trophy Points:
      18
      thankyou
       
    6. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Hi! Each time I try to load singular CC for my druid HB just crashes. Can you see the problem from my log?
       

      Attached Files:

    7. wulfen

      wulfen New Member

      Joined:
      Feb 24, 2012
      Messages:
      98
      Likes Received:
      3
      Trophy Points:
      0
      [01:37:50:386] Could not compile CC from C:\Users\Vanessa\Documents\hb\CustomClasses\JungleBook!
       
    8. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      I removed everything that had anything to do with that CC but it still crashes:
       

      Attached Files:

    9. wulfen

      wulfen New Member

      Joined:
      Feb 24, 2012
      Messages:
      98
      Likes Received:
      3
      Trophy Points:
      0
      try a reboot... doesnt look like HB is having any problem with singular but i am not positive
       
    10. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      Hey, I am looking for a way to cast a spell on a party member that has low health.

      Something similar to this:

      Code:
      Spell.Cast("Intervene", ret => (WoWUnit)ret, ret => StyxWoW.Me.Combat && StyxWoW.Me.IsInParty && (WoWUnit)ret != StyxWoW.Me && ((WoWUnit)ret).HealthPercent <= 30),
      I know this isn't correct because does not work. I have tried a few other ways to get this to work but none have been successful.

      If any one knows how I would be able to pull this off I would appreciate it greatly.

      Thank you, Jon
       
    11. reventon

      reventon Member

      Joined:
      Jan 6, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      8
      Anyone have problems with DK, I have set Raise dead True but the toon wont use it, everything else is flawless?
      Thank you!
       
    12. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      what is the correct spell u wanna use?
      what is not working with the code u posted?
      what is not working with your code u tried?
      how is the priority of your spells? (the spell u wanna use ... has it high or low priority in your code?!? maybe it never reaches the point where to uses the spell)
       
    13. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      • Added support for checking if a unit is immune to a given spell school. Example usage: Spell.Cast("Frostfire Bolt", ret => StyxWoW.Me.CurrentTarget.IsImmune(WoWSpellSchool.Frost))
      • Adjusted various class rotations to skip certain spells when current target is immune to that spell school.
      • NPCs that are evading physical damage abilites are now blacklisted, previously they were only blacklisted if evading while using a spell ability.
      • Warrior will now use Victory rush whenever it's available rather then just as a heal since the only cost is a GCD so its a nice free damage ability.
       
      Last edited: Apr 24, 2012
    14. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      Intervene is the correct spell that I would like to use.
      The code that was posted does nothing. All other attempts have produced the same results. The cc does not execute this line or any below it.
      The code is placed high so that it is being reached. (line above it is being executed, but nothing below is)
       
    15. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Obliv's rotations for ret are now merged in singular on svn.

      I changed the normal pve and pvp rotations to use 'Raise Dead' on cooldown if the setting is set to 'true'. The instance rotations remains unchanged, Only uses pet on bosses and when Pillar of Frost is active
      Fixed on SVN.
       
      Last edited: Apr 24, 2012
    16. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      @Highvoltz
      Hey, any chance of getting some configuration options in for the classes? So far I've only come across a couple of classes that have config options for them. My main (warlock [destrolock/demolock]) toon has no configurable options except for the standard options that all classes have on the "General" tab.

      On another note, I really like the destrolock rotation that you implemented. Any chance on doing the same for demolocks? And, it's possible I may go affliclock for pvp at some point, so it would be nice to have that rotation set up as well.

      My apologies for all these requests. I'm just psyched about warlocks right now. I'm kind of infatuated with them at the moment since I just discovered how fun they are.
       
      Last edited: Apr 24, 2012
    17. kayes

      kayes Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,353
      Likes Received:
      4
      Trophy Points:
      38
      Sounds good HV. Did you do any changes? Will test it out tomorrow and see how it works.
       
    18. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      Nvm, Thanks for replying Stormchasing.

      I found what I was looking for by looking at tricks of the trade for rogues. Looks like its going to work beautifully.
       
    19. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Just wanna thank Handnavi for his continued support for feral druids, I know you work with singular now and I updated to the latest revision and ran some BG's and damn its wrecking faces! Even more so now while doing my dailies :D The thing I use to manually (well) run when I do dailies by hand is PQR and the profile there (Bearcat) doesnt use mangle when Im not behind the target but Singular does, so halleluja! :D And not just thanks to him, thanks to everyone working to make Singular as awesome as it currently is!
       
      Last edited: Apr 25, 2012
    20. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      Suggestion for Shadow Priest : Solo Rotation. If we have the Glyph of Spirit Tap we should cancel casts (Mind Fly and Blast) once we hit 25% so we are guaranteed to hit them with Shadow Word : Death. The Spirit Tap glyph gives us 12% total mana over 12 seconds if we kill a target (that grants XP or honor) with SW:D.

      I noticed while leveling we're wasting a lot of mana because we let the cast continue and they die from Mind Fly or a Mind Blast. The CC would blow through targets if we killed the target every time with SW:D and have that glyph.
       

    Share This Page