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 )
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.
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
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
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
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.
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
You don't have to put it anywhere 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.
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!
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.
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
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.
IMO I wouldn't bother with squire, looks incredibly bottish last time I used it, never gone back since so it might be better?
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.
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