• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Isis - New Gen All in One BT Priest CC (PvE, PvP, RaF, Healbot)

    Discussion in 'Archives' started by raphus, Oct 23, 2010.

    1. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
      Isn't that the rotation already? Mine is (or very close). I think it's VT, DP, SW:p, MB, MF.

      Instances suck for priests because all other classes are WTFAoE-spamming the whole time and things die before our dots can get a tick off.
       
    2. loliceman

      loliceman Member

      Joined:
      Sep 6, 2010
      Messages:
      145
      Likes Received:
      1
      Trophy Points:
      18
      I Really love this CC, AWSOME work! Highly customizable and stable! But i cant figure out a way to use Penance as a hostile attack, I want to use smite, SW:p and Penance.. Is there a way? Thanks :)
       
    3. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      It should cast Penance if you are not in instance. It does for me
       
    4. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      Wish you could Walk and DoT (DP) when you're farming for low levels. It looks kind of stupid to stop for every mob just so you can dot it to death. I made a macro that I'm spaming every second so I can stop looking so botish while farming low-levels.
       
    5. NL1337

      NL1337 New Member

      Joined:
      May 7, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      awesome cc, but the config for using only heal instead of greater heal is missing in the holy specc. always healign with greater heal =,(
       
    6. worm

      worm New Member

      Joined:
      Nov 6, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Very good CC indeed, but i'd like to add something to your todo list :

      1) Power Infusion as Combat Buff
      2) Shadow word : Death when mob hp is below a given %
      3) Shadowfiend is never used
      4) Wand should be used when oom or silenced

      I think it may be useful to say that i'm mainly using your CC for grinding with disc spec.
      Thanks a lot


      Edit : I think I figured out how to do this :
      1)
      Code:
      === (+3,-2) Behaviors/PullBuff.cs ===
      @@ -24,7 +24,8 @@
                   get
                   {
                       return new PrioritySelector(
      -                            CreateBuffCheckAndCast("Power Word: Shield", ret => Instance.Settings.UsePullPWS));
      +                            CreateBuffCheckAndCast("Power Word: Shield", ret => Instance.Settings.UsePullPWS),
      +                            CreateBuffCheckAndCast("Power Infusion"));
                   }
               }
           }
      2)
      Code:
      === (+3,-1) Rotations/Discipline.cs ===
      @@ -36,6 +36,8 @@
                                                  Me.Auras["Evangelism"].StackCount == 5),
                                       CreateSpellCheckAndCast("Holy Fire",
                                           ret => CT.HealthPercent > 30),
      +                                CreateSpellCheckAndCast("Shadow Word: Death",
      +                                    ret => CT.HealthPercent < 10),
                                       CreateSpellCheckAndCast("Penance", CT),
                                       CreateSpellCheckAndCast("Smite"))),
      4)
      Code:
      === (+3,-2) Behaviors/Combat.cs ===
      @@ -88,7 +88,8 @@
                                                                CanCast("Shoot") &&
                                                                Instance.Settings.UseWand &&
                                                                (CT.CreatureType == WoWCreatureType.Totem ||
      -                                                         CT.CurrentHealth == 1),
      +                                                         CT.CurrentHealth == 1 ||
      +                                                         Me.ManaPercent <= 5),
                                               new Action(delegate
                                               {
                                                   if (IsNotWanding)
       
      Last edited: Nov 12, 2010
    7. richassman

      richassman New Member

      Joined:
      Jan 15, 2010
      Messages:
      198
      Likes Received:
      1
      Trophy Points:
      0
      Very nice suggestions - I second that motion.
      I'll use this CC soon as what he said is done. - Fucking (Edit: Awesome) Suggestions.

      Note: I tried your CC it's very nice, but with those suggestions implemented it'll be orgasmic!
       
    8. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      All done. wait for next release :)
       
    9. Bobble

      Bobble New Member

      Joined:
      Jun 11, 2010
      Messages:
      321
      Likes Received:
      0
      Trophy Points:
      0
      Raphus, did you have any further thoughts on implementing chakra and subsequent states for Holy? I appreciate my explaination wasnt the best but the offer is still open to give it a whirl on my priest.
       
    10. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      working on holy rotation atm. Once its done new version will be up
       
    11. Bobble

      Bobble New Member

      Joined:
      Jun 11, 2010
      Messages:
      321
      Likes Received:
      0
      Trophy Points:
      0
      Awsomeness
       
    12. worm

      worm New Member

      Joined:
      Nov 6, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Oh ok, great, thanks :)
       
    13. Beringtom

      Beringtom Member

      Joined:
      Mar 7, 2010
      Messages:
      278
      Likes Received:
      0
      Trophy Points:
      16
      looking forward for the holy rotation, gonna use this for Cata :D

      *edit* you've added drinks/food detection, would the remove the use of eRefreshments?
       
      Last edited: Nov 12, 2010
    14. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      You don't need to use eRefreshment. Isis handles it itself
       
    15. Azathoth1

      Azathoth1 New Member

      Joined:
      Oct 14, 2010
      Messages:
      202
      Likes Received:
      0
      Trophy Points:
      0
      Why is Isis off healing in IB when shadow specced?
       
    16. CaptainTeddy

      CaptainTeddy New Member

      Joined:
      Oct 24, 2010
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      0
      I have little problem with it it keeps casting the Power word Shield on my self all the time whats up with that :(
       
    17. Bobble

      Bobble New Member

      Joined:
      Jun 11, 2010
      Messages:
      321
      Likes Received:
      0
      Trophy Points:
      0
      What HP do you have it set to cast PW:shield? presumably you've tried closing & reopening HB to make sure its not a read error?
       
    18. CaptainTeddy

      CaptainTeddy New Member

      Joined:
      Oct 24, 2010
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      0
      Its all standard havn't touched anything, and uhm just started a priest lvl 6 now but it keeps casting it all the time..
       
    19. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      Uncheck healing spells under Shadow - Healing tab in the GUI

      Uncheck Power Word: Shield under General - Buffs - Pull Buffs
       
    20. CaptainTeddy

      CaptainTeddy New Member

      Joined:
      Oct 24, 2010
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      0
      It still keeps buffing her self with Power word shield even though like out of combat walking towards somewhere it keeps casting the shield

      Looting Defias Thug
      Moving to Type: QuestPickUp
      [Isis v1.0.6]:Casting Power Word: Shield on myself
      Moving to Type: QuestPickUp
      [Isis v1.0.6]:Casting Power Word: Shield on myself
      Moving to Type: QuestPickUp
      [Isis v1.0.6]:Casting Smite
      [Isis v1.0.6]:Casting Shadow Word: Pain
      [Isis v1.0.6]:Casting Smite
      [Isis v1.0.6]:Casting Shadow Word: Pain
      Looting Defias Cutpurse
      Moving to Type: QuestPickUp
      [Isis v1.0.6]:Casting Smite
      [Isis v1.0.6]:Casting Power Word: Shield on myself
      [Isis v1.0.6]:Casting Shadow Word: Pain
      [Isis v1.0.6]:Casting Smite
      Looting Defias Cutpurse
      Moving to Type: QuestPickUp
      [Isis v1.0.6]:Casting Smite
      [Isis v1.0.6]:Casting Shadow Word: Pain
      [Isis v1.0.6]:Casting Smite
       
      Last edited: Nov 12, 2010

    Share This Page