• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Sm0k3d's Endgame Healing CC v1.0

    Discussion in 'Archives' started by sm0k3d, Mar 14, 2011.

    1. dudekde22

      dudekde22 New Member

      Joined:
      Jan 22, 2010
      Messages:
      265
      Likes Received:
      0
      Trophy Points:
      0
      hahah. Loved that reply Smoked. :)
       
    2. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      Yep, in arena holy pala use just flash of light of the casting time heals, couse it has the best coefficient and is FAST :)
      Holy Paladin Basics - Arena Junkies
      The Holy Paladin Guide - Arena Junkies
      Rhose 2 links has a LOT of information on how to heal in pvp as holy pala (are link permitted in this forum?)
      BTW the problem is not the spell used, is the other abilities, Divine Shield, Hand of Protection, Hand of Sacrifice, Hammer of Justice, Exorcisme (when Denunce proc) Guardian of ancient king, Avenging Wrath, Divine favor, Hand of freedom.
      Those are all essential abilities in a PVP environment (and that can quite safety ignored in PVE :p)
       
    3. Zoinx

      Zoinx Active Member

      Joined:
      Mar 8, 2010
      Messages:
      727
      Likes Received:
      25
      Trophy Points:
      28
      Something else I would like to see for the PvE version is a party check.

      I am being attacked.
      Am I in party?
      Yes - Ignore and keep healing.
      No - Spam Judgement/Exorcism

      That way I can afk Arch/BGbot. Not sure if it will kill anything while its doing Arch, waiting for BGbot to pop, haven't watched it.
       
    4. sm0k3d

      sm0k3d Member

      Joined:
      Sep 27, 2010
      Messages:
      466
      Likes Received:
      12
      Trophy Points:
      18
      Ok yea. Right now there is an instance check that it won't heal and stuff if it's not in an instance. I'll just put judging and some exosersism stuff there so you can use it while arch and bgbotting. As for the pvp stuff I'll start putting it in but it won't be fully functional for a couple weeks probably
       
    5. Crowley

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      Okay,
      So got tired of standing around with my thumb up my ass while no healing was needed and hate to see Denounce wasted so here we are.

      Put this where you like up top. I changed mine to Judge before healing, was running out of mana, and have this under healing.

      Code:
      else if (Denounce())
      			{
      					//Log("Denounce");
      					return;
      				}
      And this somewhere below judge() or above it if you like.

      Code:
      private bool Denounce()
      		{
      			WoWAura aura;
      	if(StyxWoW.Me.ActiveAuras.TryGetValue("Denounce", out aura))
      
      			{
      				C("Exorcism");
      				return true;
      			}
      					
      				return false;
      			
      		}
      And before anyone starts shit, i am standing with my thumb up my ass because this is a fucking good healing CC :D
       
    6. Zoinx

      Zoinx Active Member

      Joined:
      Mar 8, 2010
      Messages:
      727
      Likes Received:
      25
      Trophy Points:
      28
      Well, since I didn't spec into Denounce and don't see why a serious Hoy Paladin would (unless they ever change Exorcism to heal X amount of players in Y area) then this is just a mana was (unless it procs and it's free). Does the Denounce portion of the code check if you ate specced for it? If not, this would just hurt all the real Holy Paladins that use this CC
       
    7. Crowley

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      What do you mean hurt? It wont cast it if denounce buff doesn't proc...
      Also not all holy pallies only do PvE. It's also free when it procs yes

      And a little bit less condescending tone would be appreciated "Real Holy Paladins" Wouldn't be botting in the first place.
       
      Last edited: May 10, 2011
    8. sm0k3d

      sm0k3d Member

      Joined:
      Sep 27, 2010
      Messages:
      466
      Likes Received:
      12
      Trophy Points:
      18
      yea im not specc'd into denounce either. ill put it in there i guess

      edit: ill put up a new one in a little bit so it doesnt cleanse blackout in BoT. it screwed everything up in the raid i was in earlier cuz i kept cleansing blackout and killing every1 lol
       
    9. Crowley

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      You don't have to put it anywhere :p
      If people want to use it they can. Like i said *I* get bored with my thumb up my ass. If others do too they can use it, if not they don't have to.
       
    10. sm0k3d

      sm0k3d Member

      Joined:
      Sep 27, 2010
      Messages:
      466
      Likes Received:
      12
      Trophy Points:
      18
      ok i just put up a new one. it wont cleanse blackout so you can run BoT safely. i put in the denounce also but there was some stuff i added to the code so it will safely cast the spell. theres some other stuff i added/fixed the past couple days but i dont remember lol

      let me know what you guys think!
       
    11. Zoinx

      Zoinx Active Member

      Joined:
      Mar 8, 2010
      Messages:
      727
      Likes Received:
      25
      Trophy Points:
      28
      Having surgery Ina few hours on my ear, but then got leave from work for 2 weeks, will test when I get home sometime tomorrow.

      @Denounce guy: So it checks if you have Denounce Buff, which means your specced for it. As long as it doesn't cast measly 10k hits which does nothing in a raid or evens heroic for that matter, then that's ok with me.
       
    12. sm0k3d

      sm0k3d Member

      Joined:
      Sep 27, 2010
      Messages:
      466
      Likes Received:
      12
      Trophy Points:
      18
      haha yea, well im not speccd into it and prolly 90% of pally healers rnt speccd into it so it wont effect us at all lol
       
    13. Crowley

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      Shouldn't affect ANYONE that only instance heals nope.
       
    14. midi

      midi New Member

      Joined:
      May 16, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      0
      Is the actually cc with movement or without movement ?
       
    15. haxed

      haxed New Member

      Joined:
      Jan 15, 2010
      Messages:
      545
      Likes Received:
      1
      Trophy Points:
      0
      You use it with Lazy Raider and it works fine for raids/pvp ect.
       
    16. sparks

      sparks Active Member

      Joined:
      Apr 23, 2010
      Messages:
      1,174
      Likes Received:
      1
      Trophy Points:
      38
      good luck drewdenman.

      can't wait for tonight when I can get back to this.
      Its been a long weekend, missed AV on low tunes.

      someone said using this in BG with squire. Anything else needed?


      my main thing is I am 3 months behind my friends and I am looking for fastest way to gen justice points to get to heroics to get valor points to get ETC lol

      I have about 11k gold is there some exceptional AH items that would get me into heroics?

      I don't know why but I can bot heroics on my druid with 333+ gear might see a little problem here and there but the pally can't.
       
      Last edited: May 10, 2011
    17. Narayan

      Narayan Member

      Joined:
      Oct 26, 2010
      Messages:
      405
      Likes Received:
      2
      Trophy Points:
      18
      IMO I wouldn't bother with squire, looks incredibly bottish last time I used it, never gone back since so it might be better?
       
    18. stiky

      stiky New Member

      Joined:
      Feb 18, 2011
      Messages:
      260
      Likes Received:
      7
      Trophy Points:
      0
      Squire is just asking for a ban.
       
    19. sm0k3d

      sm0k3d Member

      Joined:
      Sep 27, 2010
      Messages:
      466
      Likes Received:
      12
      Trophy Points:
      18
      Yea I tried out my CC with squire and it didn't work well at all. But enough about squire, I don't endorse it at all.

      As long as you don't have a scrub tank and even then u can run this cc with your pally.

      Also there is no movement anymore, so if someone is out of range or anything you need to move it.
       
    20. langers

      langers Member

      Joined:
      Jan 15, 2010
      Messages:
      242
      Likes Received:
      0
      Trophy Points:
      16
      Firstly, gz, this is an excellent CC so far.

      How is there any way to get it to use Holy Radiance when multiple targets need healing, it does not seem to be doing so right now?

      Also is there anyway to adjust the sensitivity of the healing a little, I like to kit my healing in a little earlier at around 96% especially if I know the tank is about to take a hit?

      Thanks and its superb
       

    Share This Page