• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Singular Changes for Normal Combat

    Discussion in 'Archives' started by wilu1981, Oct 8, 2012.

    1. silvercat

      silvercat New Member

      Joined:
      Nov 4, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      This routine is just what I needed! I'm loving it for my combat rogue while leveling! The normal Singular just gets stuck with having Blade Flurry active all the time and poisons wearing off.
      I only have one request: that it uses Recuperate IN combat as well, if the HP gets below a certain point, almost like the S&D-buff. It would be great for combats that take a long time, but where the opponent simply wears you down. Recuperate would change everything in those fights.
       
    2. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      See Page 3
       
    3. zaphry

      zaphry Member

      Joined:
      Jul 14, 2012
      Messages:
      96
      Likes Received:
      1
      Trophy Points:
      8
      For some reason it seems to be casting Feint all over again oO
      It was working fine yesterday

      Code:
      [Singular] Casting Feint on Firewalker
       
      Last edited: Nov 30, 2012
    4. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Small request:
      I've noticed at 5 combo points the prioritize goes to eviscerate when revealing strikes debuff is dropped. This is not optimal dps due to (90)Anticipation glyph. You always want to prioritize revealing strikes over eviscerate when revealing strikes debuff is dropped.

      Possible to fix it? or show me what to change in my custom Combat.cs ? :D

      I'm sure (think :D) something here needs changing to get the right results.
       
      Last edited: Dec 6, 2012
    5. altec

      altec Community Developer

      Joined:
      Jun 11, 2011
      Messages:
      425
      Likes Received:
      7
      Trophy Points:
      18
      Yes, change to as follows:

      Code:
      
      Spell.Cast("Eviscerate", ret => Styx.Me.CurrentTarget.HasBuff("Revealing Strike") && StyxWoW.Me.ComboPoints == 5), 
       
      Last edited: Dec 7, 2012
    6. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      will test it now
      Untitled.png
      into crash

      Bolded mark is the spot in combat.cs:
      Spell.Cast("Eviscerate", ret => Styx.Me.CurrentTarget.HasBuff("Revealing Strike") && StyxWoW.Me.ComboPoints == 5),
       
      Last edited: Dec 7, 2012
    7. altec

      altec Community Developer

      Joined:
      Jun 11, 2011
      Messages:
      425
      Likes Received:
      7
      Trophy Points:
      18
      My mistake, at work typing on cellphone. StyxWoW.Me is what it is for revealing strike.
       
    8. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Not recognizing "HasBuff" in the same line.
      Tho if you look at one of previous lines it says :
      GG its working now with:

      Thanks for help :D
       
      Last edited: Dec 7, 2012
    9. altec

      altec Community Developer

      Joined:
      Jun 11, 2011
      Messages:
      425
      Likes Received:
      7
      Trophy Points:
      18
      Hmm, singular codes things differently. Try that but without the ! Make sure to add the same code to Sinister Strike as well. It buffs the Heck out of SS.

      Code:
      
      Spell.Cast("Eviscerate", ret => StyxWoW.Me.CurrentTarget.HasMyAura("Revealing Strike") && StyxWoW.Me.ComboPoints == 5)
      
       
      Last edited: Dec 7, 2012
    10. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      No need to touch the SS line, it already prioritizes Revealing Strike over everything (except SnD).

      I think It's this line that covers it.
       
    11. altec

      altec Community Developer

      Joined:
      Jun 11, 2011
      Messages:
      425
      Likes Received:
      7
      Trophy Points:
      18
      It is like a fail check, safe check. What if it passes RS check and moves to SS command, but RS buff fell off?
       
    12. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Soo it should be something like this?

       
    13. altec

      altec Community Developer

      Joined:
      Jun 11, 2011
      Messages:
      425
      Likes Received:
      7
      Trophy Points:
      18
    14. Gamemoney3381

      Gamemoney3381 New Member

      Joined:
      Dec 5, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Hey thanks for the updated profile, mine seems to work good and shadowblades is working well.. However, I am a ENG and the glove enchant does not get used. I have no idea if you can add this? Thanks.. Also Shadowstep is not working in combat once a max distance is reached. Also Fan of Knives and Crimson Tempest is not used in mass AOE either. Also Rupture is not being used in a combat rotation which would be a dps increase for raiding, maybe not grinding but bosses and raids yes, any chance on updating this? It sucks there is hardly any combat rogue support on here :eek:(
       
      Last edited: Dec 10, 2012
    15. azsde

      azsde New Member

      Joined:
      Nov 1, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      0
      I'm trying to modify your code since it doesn't work on mobs that runs fast :)
       
      Last edited: Dec 11, 2012
    16. lancerx78

      lancerx78 New Member

      Joined:
      Sep 30, 2012
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      Anyone know how I can get this thing to stop randomly spamming feint? It will go fine for hours , then all sudden every mob I pull it spams Feint non stop. Nothing but Feint.
       
    17. jake.zhao

      jake.zhao New Member

      Joined:
      Nov 5, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      hi, can u make a new one based on the latest ver of singlar? that would be really great!!!!!! thank you sooooo much
       
    18. ttaschuk

      ttaschuk Member

      Joined:
      Oct 5, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      it would be nice to add while you are kiting the mob to throw shuriken if spec'd into it
      otherwise love this, shadowstep to target is so nice
       
    19. Chekrchichi

      Chekrchichi New Member

      Joined:
      Oct 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Just remove the whole thing from .CS it acts like a threat reducer but in reality faint does not reduce thread anymore. Also, having updated HB version helps, you don't get bugs like shadow blades not activating when AR is up etc (just from my personal exp).
       
    20. DrMundo

      DrMundo New Member

      Joined:
      Dec 15, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Newest version doesnt reapply poisons for me.
       

    Share This Page