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
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.