• Visit Rebornbuddy
  • Ensemble - Paladin Discussions/Bug Reports

    Discussion in 'Archives' started by raphus, Dec 1, 2010.

    Thread Status:
    Not open for further replies.
    1. melia789

      melia789 New Member

      Joined:
      Feb 2, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      This please.
       
    2. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      Anyone know how to make it stop spamming Exorcism :S ?
       
    3. a258cj7

      a258cj7 New Member

      Joined:
      Jan 15, 2010
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      I use this cc on my pally when farming old dungeons and raids with my Hunter and sometimes my brother tags along as tank on his Pally. I would like someone to tell me how I can make this thing heal my pet when its just my hunter and holy pally running. Would like it to be something I could easily turn on and off so it doesnt heal pets all the time. Other than that I am loving this CC. It is doing a great job in Cata instances for me so far.
       
    4. Kaeltis

      Kaeltis New Member

      Joined:
      Jul 21, 2010
      Messages:
      21
      Likes Received:
      1
      Trophy Points:
      0
      This seems to be a bug with the aura detection, Exorcism should normally only be casted if "The Art of War" aura is active, but the check seems to be bugged.

      Fix:
      Open CustomClasses\Ensemble\Rotations\Paladin\Retribution.cs with notepad
      Change in line 35:
      Code:
      								ret => Me.HasAura("The Art of War")),
      
      to

      Code:
      								ret => Me.ActiveAuras.ContainsKey("The Art of War")),
      
      With this fix, it will ONLY cast Exorcism if "The Art of War" is active (like it's supposed to behave).
      Maybe the replacement of "Me.HasAura" has to be also done in lines 43 and 73, but my char is atm too low to test it.
       
      Last edited: Feb 23, 2011
    5. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      yeah.

      They claim HasAura is working but i say it's broken.

      Also Raphus claims Cancast deals with it but that's irrelevant as you can cast Exorcism(and other spells) w/o the Aura(s).
       
    6. wn2142

      wn2142 Member

      Joined:
      Jan 15, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      This is the best cc for holy paladin right now, when used in a group. Since its the only real candidate in that regard it needs the option of basic DPS, at least to more actively judge targets and apply crusader strike, which add to healing throughput. No other CC or combination of plugins is allowing my RaF patner to do more than apply OP heals and watch the leader do all the work...
       
    7. pngwyn

      pngwyn New Member

      Joined:
      Jan 16, 2011
      Messages:
      240
      Likes Received:
      1
      Trophy Points:
      0
      Does this CC heal well in PvP? I've been looking for a CC that will heal others in PvP so it won't look so bot like.
       
    8. StephanT

      StephanT Member

      Joined:
      Apr 27, 2010
      Messages:
      228
      Likes Received:
      1
      Trophy Points:
      18
      I don't get it.
      All it does for ret is spam exorcism - how is that ret?
       
    9. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      It's working just fine in the Amplify CC for mages that CodenameG made.
       
    10. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      Look 4 posts above you before complaining :D
       
    11. imrtlsk8er

      imrtlsk8er New Member

      Joined:
      Jan 15, 2010
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Love the profile.. really well done. Any way possible to get to check on seals/judge targets during PVP? I may have messed up a setting; I just started using HB after a few months of a break.

      So my apologies ahead of time. Its not really a bug; but it would help in the long run for PVP purposes. It would smoothen out the look of not being a bot and actually attacking when possible? Melee I can consider not being done, but judging would allow Squire to function more fluent i am assuming. Because putting me in combat lets your CC kick in and start healing.

      I dont know for sure if I am talking to the right side of the CC / Plugin. Im not sure if there is an easier way to trigger combat by judging so Squire and your CC work "sooner" I guess?

      Regards -- Awsome CC though.
       
    12. shaorinor

      shaorinor New Member

      Joined:
      Feb 8, 2011
      Messages:
      187
      Likes Received:
      0
      Trophy Points:
      0
      I plugged in your fix and my guy still casts exorcism outside of art of war.
       
    Thread Status:
    Not open for further replies.

    Share This Page