Page 1 of 26 12311 ... LastLast
Results 1 to 10 of 253
Like Tree8Likes

Thread: Lazyraider - Death Shade

  1. #1
    Buddy
    Join Date
    23.03.2011
    Location
    Norway
    Posts
    703

    Default Lazyraider - Death Shade

    Lazyraider - Death Shade a Combat Rogue CC

    Thanks to xLegendx, Stree, Daorigin,CodenameG, Nomnomnom, Mahe4, Jasf10, Jvidia, Mastagh, Fiftypence,No1knowsy and Legaston
    for helping me out with some of the codes and ideas on how to improve Death Shade/Plagueheart/Pyromancer/Bowman/Titan Arms/Avenger!



    Combat
    Source: Elitist Jerks - Mmo Champion - Noxxic

    Combat Rogue Talent Build
    Agility > 8% Melee Hit > Expertise (26) > Haste > 17% Spell Hit > Mastery > Crit


    Attached Files Attached Files
    Last edited by Shaddar; 25.02.2012 at 10:09.
    Filmfilm, Artking, serowix and 3 others like this.
    All in One PvE CC's - a project by Shaddar, Venus112, Jasf10 and Dagradt
    <-- Click the if you like my work.

  2. #2
    Buddy
    Join Date
    23.03.2011
    Location
    Norway
    Posts
    703

    Default

    Frequently asked questions

    Why doesnt my bot work/ why does it only cast a few spells?
    I only support the English WoW client. So if you're using a German/Russian/French etc WoW client this CC will not work for you.

    Can you add a GUI so I can configure whether i want to use AoE or CD's or not?
    No.

    Does this CC work for us under level 85?
    I wouldn't recommend using it when your not level 85. This CC is for raiding and dungeon purposes at 85.


    Which bot do i use this CC with?
    http://www.thebuddyforum.com/honorbu...tml#post271577 <-- that one.


    ATTACH A LOG IF YOU HAVE ANY PROBLEMS WITH THE CC

    I will IGNORE you if you dont. SIMPLE.
    Last edited by Shaddar; 24.02.2012 at 18:46.
    All in One PvE CC's - a project by Shaddar, Venus112, Jasf10 and Dagradt
    <-- Click the if you like my work.

  3. #3
    Lifetimer
    Join Date
    15.01.2011
    Posts
    1,223

    Default

    will give a try and compare to trixter 0.9.5
    Latest Revision UltimatePaladinHealerBT :click
    SVN: click
    Upcoming Changes:
    - Fully configurable healing for priests - in progress
    - Crashings on Loading Screen - Still problems on figuring out why this happens

    - Implement Hymne of Hope (disable / enable as Manacooldown)
    - new tab for certain ds bosses (click buttons etc)
    FarAway Changes:
    - DiscHealing - Still problems

  4. #4
    Lifetimer
    Join Date
    09.01.2011
    Location
    Germany
    Posts
    671
    Blog Entries
    4

    Default

    i would love to see a special cc for the legendary questline

    greetz

    Weischbier
    Necrophilia - Advanced Frost/Unholy Death Knight, Rogue Combat, Hunter Survival, Druid Feral Cat

    Don't forget to attach a log file!

    +rep and like my posts if you actually did!

  5. #5
    Buddy
    Join Date
    25.04.2010
    Posts
    450

    Default

    Geez man. Working on a lot of CC's !
    I'll test this out soon. Currently gearing up my rogue for PvE as I type this. I have a pretty good idea of what the rotation should be....


    On a side note,
    Just noticed it has the Rupture code implemented that I was going to suggest, Quality PvE CC's man!
    However, one stupid suggestion I looked at while looking at the following code



    Code:
    if (IsTargetBoss() && Me.CurrentTarget.HealthPercent <=95 && Me.CurrentEnergy < 20 && Me.ComboPoints <= 2 && Me.CurrentTarget.Distance < 10d)
    					{
    					if(CastSpell("Adrenaline Rush"))
    						{
    						Logging.Write(Color.Aqua, ">> Adrenaline Rush <<");
    						}
    					}
    				}
    				{
    				if (IsTargetBoss() && !PlayerHasBuff("Adrenaline Rush") && Me.CurrentTarget.HealthPercent <=95 && Me.CurrentEnergy < 20 && Me.ComboPoints <= 2)
    					{
    					if(CastSpell("Killing Spree"))
    						{
    						Logging.Write(Color.Aqua, ">> Killing Spree! <<");
    						}
    I read somewhere that Killing Spree and Adrenaline Rush shouldn't be used at the same time.
    Don't think it's a big deal though or if it is even true.




    Thanks again for your great contributions.
    Last edited by xLegendx; 16.01.2012 at 10:26.

  6. #6
    Buddy
    Join Date
    23.03.2011
    Location
    Norway
    Posts
    703

    Default

    Quote Originally Posted by xLegendx View Post
    Geez man. Working on a lot of CC's !
    I'll test this out soon. Currently gearing up my rogue for PvE as I type this. I have a pretty good idea of what the rotation should be....


    On a side note,
    Just noticed it has the Rupture code implemented that I was going to suggest, Quality PvE CC's man!
    However, one stupid suggestion I looked at while looking at the following code



    Code:
    if (IsTargetBoss() && Me.CurrentTarget.HealthPercent <=95 && Me.CurrentEnergy < 20 && Me.ComboPoints <= 2 && Me.CurrentTarget.Distance < 10d)
    					{
    					if(CastSpell("Adrenaline Rush"))
    						{
    						Logging.Write(Color.Aqua, ">> Adrenaline Rush <<");
    						}
    					}
    				}
    				{
    				if (IsTargetBoss() && !PlayerHasBuff("Adrenaline Rush") && Me.CurrentTarget.HealthPercent <=95 && Me.CurrentEnergy < 20 && Me.ComboPoints <= 2)
    					{
    					if(CastSpell("Killing Spree"))
    						{
    						Logging.Write(Color.Aqua, ">> Killing Spree! <<");
    						}
    I read somewhere that Killing Spree and Adrenaline Rush shouldn't be used at the same time.
    Don't think it's a big deal though or if it is even true.




    Thanks again for your great contributions.
    Thats true, they shouldnt. As you dont use any energy while in Killing Spree "mode". I thought I had coded this in?
    Code:
    !PlayerHasBuff("Adrenaline Rush")
    Means that if player has the buff "adrenaline rush" dont use Killing Spree, hence the ! infront of PlayerHasBuff.

    And yes, the Rupture code is nice Rupture should only be used IF the target has some kind of bleed debuff on it which yields +bleed dmg. Else Eviscerate does more dmg
    I made this a few hours before i went to work, so i havent had any time to test it in an instance/raid! Ill take another look at it when i get home if theres any errors.
    All in One PvE CC's - a project by Shaddar, Venus112, Jasf10 and Dagradt
    <-- Click the if you like my work.

  7. #7
    Buddy
    Join Date
    25.04.2010
    Posts
    450

    Default

    Quote Originally Posted by Shaddar View Post
    Thats true, they shouldnt. As you dont use any energy while in Killing Spree "mode". I thought I had coded this in?
    Code:
    !PlayerHasBuff("Adrenaline Rush")
    Means that if player has the buff "adrenaline rush" dont use Killing Spree, hence the ! infront of PlayerHasBuff.

    And yes, the Rupture code is nice Rupture should only be used IF the target has some kind of bleed debuff on it which yields +bleed dmg. Else Eviscerate does more dmg
    I made this a few hours before i went to work, so i havent had any time to test it in an instance/raid! Ill take another look at it when i get home if theres any errors.
    Ah, I see. I might have skipped that piece of code. Now you know why I don't code CC's lol
    I will most likely test it tomorrow for you(:

    Thanks again man :P

  8. #8
    Buddy
    Join Date
    23.03.2011
    Location
    Norway
    Posts
    703

    Default

    Update.

    • Blade Flurry; does now remove the aura when we're not using AoE.
    • Slice and Dice; does now work as intended
    • Revealing Strike
    • Eviscerate
    • Sinister Strike

    I've tested it in LFR at trash and first boss, it runs very smooth and does great DPS.
    I did 23k dps with an item level 376 rogue @ Morchok.

    Tricks of the Trade works as intended aswell.

    - Shaddar
    All in One PvE CC's - a project by Shaddar, Venus112, Jasf10 and Dagradt
    <-- Click the if you like my work.

  9. #9
    Buddy
    Join Date
    12.06.2011
    Posts
    190

    Default

    Shaddar....you´re boss
    Im not perfect...i once thought i made a mistake, but i was wrong!

  10. #10
    Buddy
    Join Date
    04.11.2011
    Posts
    8

    Default

    Tried it on a raid dummy with a 385ilvl rogue. Several things i noticed:
    1) Because of me not being in a party it still tried to spam tricks of trade, so it might look suspicious if people would use this for solo grinding something;
    2) It uses Rupture even if there is no bleed debuff on the target;
    3) It doesn't use Adrenaline Rush and Killing Spree (or is it just me?)

    Doing a constant 16.8k dps on a raid dummy (total damage done: ~100m). I can compare it to Apsalara's Singular modified combat version using which i get very similar results (though I have ticked it to use Adrenaline Rush, but I use Killing Spree only when I say so). Well done job and not a lot to do to perfect it

    EDIT: Joined a party, it still spams tricks of trade, but doesn't do it on my focus target, am i doing something wrong?
    Last edited by gesa26; 16.01.2012 at 19:20.

 

 
Page 1 of 26 12311 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •