• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Priest CC problems

    Discussion in 'Archives' started by dayloon, Mar 18, 2010.

    1. dayloon

      dayloon Active Member

      Joined:
      Mar 5, 2010
      Messages:
      1,046
      Likes Received:
      3
      Trophy Points:
      38
      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 ?
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      for epriest open the .cs file with a text editor and check the settings

      for Khryses click configuration form button from HB interface
       
    3. pat30327

      pat30327 New Member

      Joined:
      Feb 10, 2010
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for pointing out that I can configure Kryses through HB...it works flawlessly now :)
       
    4. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      and what exactly is worng with ecliptor? theres 3 options not just 2 for leveling priests.
       
    5. Unleashed

      Unleashed New Member

      Joined:
      Mar 16, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      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.
       

    Share This Page