What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Priest CC problems

dayloon

Active Member
Joined
Mar 5, 2010
Messages
1,046
Hi All,

I'm trying to level up a priest. At the moment it's only level 14 but i'm having a huge amount of problems with the 2 CC's available. epriest never uses lesser heal when it needs to and also never uses the wand (to save mana). Khryses does heal and *tries* to use the wand but fails miserably by constantly saying 'another action is in progress'. It also quite often develops a mind of it's own and doesn't do anything while i'm being attacked by several things at once.

It's driving me mad. I've read through every post on the epriest thread but lesser heal still isn't being cast and it still isn't using my wand.

How have other people levelled their priests ?
 
for epriest open the .cs file with a text editor and check the settings

for Khryses click configuration form button from HB interface
 
for epriest open the .cs file with a text editor and check the settings

for Khryses click configuration form button from HB interface

Thanks for pointing out that I can configure Kryses through HB...it works flawlessly now :-)
 
Yeah ePriest that comes with HB2 is broken when it comes to shielding. With beta1-3 I think it tried to force casting Power Word: Shield and did not care about the debuff. Tried to cast ONLY shield (like 300 times in the log) and died in the end (takes minutes too -.-). Don't actually know about beta6 but if you are still experiencing problems do this:

Open the priestCC and

1) set "int shieldHP = 0"
2) look for this part:

public override void Heal()
{
if (SpellManager.CastSpell("Power Word: Shield"))
{
PowerWordShield();
add a healing spell here that you like for example "GreterHeal();" or "_Heal();" or "flashHeal();" or "LesserHeal();"
}
}

This worked fine for me.
 
Back
Top