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

Which Warlock CC to stop casting Healthstone and Soulstone?

Solitus

New Member
Joined
Dec 14, 2010
Messages
145
Reaction score
0
Hey guys i got a problem with Soulstone / Heartstone causing mail problems to my alt.... could you tell me which cc would be good to be fit against add?s and at the same time not using healthstone or soulstone.. even dont cast it.

or is there somebody who could disable the usage of healthstone and soulstone at the prince of darkness default cc?
 
If you're using Prince of Darkness (default one):

Open PrinceOfDarkness.cs

Find:
PHP:
public static bool NeedsHealthstone
        {
            get
            {
                return
                    Me.BagItems != null && Me.BagItems.Count > 0 && //bug
                    !PlayerHasItem(HEALTHSTONE)
                    && SpellManager.HasSpell(Spells.CreateHealthstone);
            }
        }

Replace by:
PHP:
public static bool NeedsHealthstone
        {
            get
            {
                return false;
            }
        }

Same for NeedsSoulstone.
 
thanks nice and fast answer problem solved your the best :)

but the fight mechanic dont works now i mean the rotation only my pet is attacking would be nice if this problem can be solved without destroying the rota
 
Last edited:
could someone please tell me Forcemail ID for Soulstone and Hearthstone i dont know where i have to look for ?
 
Back
Top