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

[GBPVPDruid] a Pure Boomkin CC [ Sunfire Spam ]

Status
Not open for further replies.
I just watched this thing.. rape three players at the same time. You, sir... Are a genious!
 
I just used this in a WG running with Combat Bot No Movement, and topped the DPS at 2.7 Million not bad.

The only issue I seen that I may see if can be resolved, is make him heal himself better, saw many fights where I died just due to it continuing to DPS till death, if it would stop and throw a Healing Touch or something it may live more.

I was trying to cast heals myself as I could, but with the strafing it was tough.
 
I've been #1 in overall dmg in almost every BG I've been in since I started using this CC. So I love it. However, the continuous sided to side strafing is annoying.
 
I've been #1 in overall dmg in almost every BG I've been in since I started using this CC. So I love it. However, the continuous sided to side strafing is annoying.
Nevermind you can remove the strafing in the config file.
 
started using this one today, and i must say, im on top of DPS almost all the time. i get tons of killing blows as well, okay, not tons but more then any other CC ive used so far.

I use this with Lazyraider, for no movement. the strafing makes it feel more human and i can just leave it to the bot when in combat, this makes it very friendly for watching Anime or movies on the side.

Ty for this brilliant CC,
eXmortis.
 
I hope this is still being worked on.

Id like it better if it would move left after a moonfire cast and left after an insect swarm cast.
Then have it move forward and jump when using starsurge or something.

There's lots of space in between casts. Is there a way to edit the GCD time to match my haste rating?
 
is there part of the CC that i could edit so that it would cast rejuvenation and regrowth in combat if the health is below a certain value?
 
I'm liking the config. Don't know yet if I'm impressed or annoyed by strafing. On one hand it look bot'ish, but on the other it doesnt. :)

What the FUCK is the strange music that suddently start playing once in a while? I've tried locating a sound file in your CC, but can't see any. It's a mystery
 
Great CC

I hope it wil be continued

I had 1 problem with Palladin botters who keept giving Blessing of kings.
Then you had a all out bot war with buffs (Kinda gets noticed)

so i changed \CustomClasses\HBPVPDruid [1.0.0.5]\Spells\Healing\MarkoftheWild.cs

Code:
namespace HBPVPDruid.Spells.Healing
{
    public static class MarkoftheWild
    {
        public const string SpellName = "Mark of the Wild";

        public static bool Pulse()
        {
            // Quick Checks to return false
            if (ObjectManager.Me.HasAura("Embrace of the Shale Spider")) return false;
            if (ObjectManager.Me.HasAura("Blessing of Kings")) return false;
            if (ObjectManager.Me.HasAura("Mark of the Wild")) return false;
            if (!SpellManager.CanCast(SpellName)) return false;

            Misc.Misc.CastLog(SpellName);
            SpellManager.Cast(SpellName);
            return true;
        }
    }
}

And in CustomClasses\HBPVPDruid [1.0.0.5]\HealingBuff\HealingBuff.cs

Code:
        public override bool NeedRest
        {
            get
            {
                if (ObjectManager.Me.IsActuallyInCombat) return false;

                // Health Check
                if (Me.HasAura("Rejuvenation") && Me.HasAura("Lifebloom")) { if (Me.ActiveAuras["Lifebloom"].StackCount == 3) return false; }

                if (ObjectManager.Me.HealthPercent < 93) return true;

                // Buff Check
                if (ObjectManager.Me.HasAura("Embrace of the Shale Spider")) return false;
                if (ObjectManager.Me.HasAura("Blessing of Kings")) return false;
                if (!ObjectManager.Me.HasAura("Mark of the Wild")) return true;

                return false;
            }
        }
 
Last edited:
this cc still being supported?

edit:

just tested and doesnt seem to work atall
 
Last edited:
this one works fine for me in AV, just disabled strafeing, motw, lifebloom and rejuv so it wouldnt dismount every 10 secs to heal itself. Probably broke healing alltogheter but for AV farming it should be fine. I tried emesix's MotW fix, it worked pretty well but for some reason the bot still bugged out sometimes so i decided to get rid of MotW aswell :p

Im normally feral for questing but i cant get any of the public feral cc's to work properly for PvP(if at all), so this cc defo saved my AV weekend :) thanks alot swiny, hope you return to work on this CC again at some point

edit: I've uploaded my copy of the CC with the few edits i did for anyone interested. If it helps you out please give >>>swiny<<< some rep and/or likes to show your appreciation of his work! :) All credits go to him ofc, i've just commented out some stuff
 

Attachments

Last edited:
I love the damage it does both the original and yours Madman, thanks for the edited version :) But I hate it going nuts when selecting a npc between bg's. It does not work with MrHonorCap. It just goes crazy when selecting the vendor :(:(
 
Sadly I'm more of a very basic java person than C# person and therefore do not have the knowledge to fix or update this cc except simple fixes like commenting out stuff that dont work :p I suspect it could be done with a rough fix that disables the targeting logic while not in BG's but it wouldnt be a good fix.

May i suggest using khalidmnet's fixes to Apoc's feral CC untill swiny or someone else updates this one, its been running good so far for me :) It can be found here
 
Hey,

I'm using your CC for levling and I'm wondering how I disable Lifebloom or even better just apply 1 stack of Lifebloom because 3 stacks all the time is draining my mana faster than... yeah you get it. :))

Is this possible? If it is, how do i do it? :)

Cheers
 
heck freaking ya.. now this CC throws down in bg's. very interesting even watching how fast the bot moves. he doesnt always win each battle, but he sure does look like a human player. doesn't heal himself much but he'll fight to the end.


I'm not a CC dev, but i think ALL CC dev's need to take a look at this CC and figure out on how to make it for other classes ( pvp) this thing rocks in battlegrounds.
 
Last edited:
Just downloaded the original 1.0.0.5 but I don't get any errors.
What's supposed to be wrong with it then?
 
i haven't had anything wrong with it.. i would almost say that this would work with a rogue . during a fight in BG he constantly moves around . doesnt just stand there and get beat down.
 
Status
Not open for further replies.
Back
Top