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

LazyRaider - Holy Cow!

Status
Not open for further replies.
How we can add this code? And one more question, does any1 know how to switch off "interrupt casting" ? Sometimes need to do some dmg or so and he is most of the time interrupting that.
 
Even with tank set it seems to cast Beacon on me. Is there something else I need to do in order to set the Beacon target?

Set the Tank as your Focus Target, I use RaidBot instead of LazyRaider so I cannot set the Tank in the Bot, as long as I set the Tank as my Focus, it works great.
 
2 words, awesome cc !

thanks for the work on this, very very nice cc.
 
Another code

for Ultraxion ^^ spam Holy radiance

ej-healer.png
Source of Magic ? Kalecgos creates a crystal of amplified arcane energy. Activating the crystal imbues one healer with the essence of magic, reducing the mana cost of all spells by 75% and increasing spell haste by 100% for the remainder of the battle. The crystal has one charge. Only one buff granted by Alexstrasza, Ysera, or Kalecgos can be present on a player at any time.


PHP:
                    if (Me.HasAura("Source of Magic") && CC("Holy Radiance", tar))
                    {
                        Logging.Write(Color.Red, ">>> POWER HEAL <<<");
                        C("Holy Radiance", tar);
                        return true;
                    }

Can anyone please explain how to simply add the code? Thanks.
 
The last update is not working properly, standing still wile people needs healing. Where's the efficency and great speed this CC was famous for?
my changes did some speed-ups and no slowings, pls check your settings - forgot to say that i removed the fix value of 96, and replaced it by a value u can set in the config (this was necessary for some hardmodes, where it does no sense to start healing at 96%)
The default value to start healing is set to 80, u can raise this in the config to 99 or whatever u want.

latest svn not healing self in 5man dungeon?
Check your settings! or provide a log.

The changes i made, were tested in 5m,lfr and 10m heroic!
 
Another code

for Ultraxion ^^ spam Holy radiance

ej-healer.png
Source of Magic ? Kalecgos creates a crystal of amplified arcane energy. Activating the crystal imbues one healer with the essence of magic, reducing the mana cost of all spells by 75% and increasing spell haste by 100% for the remainder of the battle. The crystal has one charge. Only one buff granted by Alexstrasza, Ysera, or Kalecgos can be present on a player at any time.


PHP:
                    if (Me.HasAura("Source of Magic") && CC("Holy Radiance", tar))
                    {
                        Logging.Write(Color.Red, ">>> POWER HEAL <<<");
                        C("Holy Radiance", tar);
                        return true;
                    }

this does only take u to number 1 in healing, but this shouldn't be added to keep the raid alive ;)
 
hey

add this:


PHP:
        public bool MorchokHeroic()
        {
            using (new FrameLock())
            {
                foreach (WoWUnit u in ObjectManager.GetObjectsOfType<WoWUnit>(true, true))
                {
                    if (u.Guid != Me.Guid
                        && u.IsHostile
                        && (u.IsTargetingMyPartyMember ||  u.IsTargetingMyRaidMember || u.IsTargetingMeOrPet ||  u.IsTargetingAnyMinion)
                        && u.IsCasting
                        && u.CastingSpell.Name == "Stomp"
                        && u.CurrentCastTimeLeft.TotalMilliseconds <= 2000)
                        return true;
                }

            }
            return false;
        }




PHP:
            if(MorchokHeroic())
            {
                if(C("Divine Protection", Me))
                {
                    Logging.Write(Color.Aqua, ">> Defense CD <<");
                }
            }
this is a great idea, maybe we should use Divine Shield too, if the casttime is below 1000 ms and our own HP < 50%
 
I will ask again :) how we can add those codes? Can some1 explain that plz?
And the 2nd thing how we can delete from CC "interrupt cast" ?
 
my changes did some speed-ups and no slowings, pls check your settings - forgot to say that i removed the fix value of 96, and replaced it by a value u can set in the config (this was necessary for some hardmodes, where it does no sense to start healing at 96%)
The default value to start healing is set to 80, u can raise this in the config to 99 or whatever u want.


Check your settings! or provide a log.

The changes i made, were tested in 5m,lfr and 10m heroic!

And what's the setting name? I can see only World of Glory HP with 80 value here.
 
if jasf10 reverted back, than this setting isn't avaible atm
if u've my edited version then it should be displayed as "Ignore Targets above %"
If this setting is not present (dunno which of my updates i posted, cause i did some improvements after posting), it should heal like the original version fram jasf10.
If it still doesn't heal, i need a log to figure out the problem, cause in all my tests it does well with healing in most situations, i've never tested pvp so i dunno how it performs there, in 5m,10m and in lfr it does well
 
I see myself as a decent healer and didnt think that this CC could be so awesome... wow, i love you
The only downside is that it doesnt pre-cast at dangerous Boss skills, have seen it casting Holy Light while the tank instant dropped to 10% hp, which is very risky

Is there a possibility to scan for certain attacks or take it from DeadlyBossMods?

other than that this CC is just perfect
 
My Version of HolyCow

Beacon of Light [Manual]

Tips for Morchok:

Set HR Count "Holy Radiance Count" to 3
 

Attachments

Last edited:
was wondering if you could make a holy priest CC. i use holy cow for my 10 mans and i LOVE it. people dont die EVER :) and im always the top of the healing charts. im actually typing as im healing a well of eternity group. but if you could make a holy priest CC that'd be AMAZING. the other ones i have tried are total crap and let people die.

and i know. wrong place to post it but if it could be set up like holycow that'd be amazing :)
 
Last edited:
An update on this...

My summer just started, I have a whole month to do whatever the hell I want. 1 thing I am doing is rewriting this CC. Its really just a structural rewrite with mostly copy and pasting code. I want to use some of the crap I learned in school this semester. This is going to make it easier for me to write more healing CCs.

Thanks Stormchasing and everyone else that has submitted code. I will be implementing it into the rewrite. Might be done tonight if I don't go downtown and party all night. :p
 
An update on this...

My summer just started, I have a whole month to do whatever the hell I want. 1 thing I am doing is rewriting this CC. Its really just a structural rewrite with mostly copy and pasting code. I want to use some of the crap I learned in school this semester. This is going to make it easier for me to write more healing CCs.

Thanks Stormchasing and everyone else that has submitted code. I will be implementing it into the rewrite. Might be done tonight if I don't go downtown and party all night. :p

Missed you so much.
 
Kinda rude to advertise someone else's stuff in my thread.
 
Can someone archive this thread? I just put out the next gen of this CC in a new thread.
 
Status
Not open for further replies.
Back
Top