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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Superbad (Druid CC)

Status
Not open for further replies.
Is anyone else having issues your druid not staying in cat form and keeps spamming wrath? Never had this problem before....it is quite annoying. :-/
 
whats best spec to use with HB , feral or balance?

Depends if you prefer ranged or melee?



Is anyone else having issues your druid not staying in cat form and keeps spamming wrath? Never had this problem before....it is quite annoying. :-/


Not sure the issue but if you post a log im sure handnavi can point out your problem or it could help him identify a problem within his cc.
 
Im not sure is my post removed, or i wrote it but i havent post it, i got a fix for issue that i mentioned earlier, where routine will, while in combat, target random mob and pull it with Faerie Fire or Faerie Swarm.

Got to Superbad routine folder and open "DriudAttacks.cs"

Find:
Code:
        private static bool faerie_fire(string explain)
        {
            if (!SuperbadSettings.Instance.UseFFF)
                return false;
            return CastSpell("Faerie Fire", true, StyxWoW.Me.CurrentTarget, explain);
        }

And Change it with:
Code:
        private static bool faerie_fire(string explain)
        {

			if (StyxWoW.Me.CurrentTarget == null || !StyxWoW.Me.CurrentTarget.IsWithinMeleeRange)
			return false;
            return CastSpell("Faerie Fire", true, StyxWoW.Me.CurrentTarget, explain);
        }

this will change routine so Faerie Fire and Faerie Swarm will be casted only if taget is in melee range. It will no longer break stealth to cast it, so it will open with Pounce, it will no longer pull with Faerie Fire/Faerie Swarm.

Only downside is that you will need to manually cast it if you target is flying, or you are not in melee range of target.

Handnavi, could you please take a look at this? With HB settings set to pull distance of 0, the routine still tries to pull things that are unwanted. Is this something that can be looked at?
 
Is anyone else having issues your druid not staying in cat form and keeps spamming wrath? Never had this problem before....it is quite annoying. :-/

Guess I'm not the only one. After update, druid pulls, then spams wrath until it gets low enough to trigger "Oh Shit" Bear form. Never happened before, only now. Will try to find log after raid.
 
Handnavi, could you please take a look at this? With HB settings set to pull distance of 0, the routine still tries to pull things that are unwanted. Is this something that can be looked at?

Bad move. If target is flying or mounted he will try to get in meleerange forever.

The best thing you can do is pull with faeriefire or faerieswarm if you grind or quest.

I changed that in my CR because while babysitting the bot, I saw he loose alot of time to pull a mob on a rock for example.
 
Bad move. If target is flying or mounted he will try to get in meleerange forever.

The best thing you can do is pull with faeriefire or faerieswarm if you grind or quest.

I changed that in my CR because while babysitting the bot, I saw he loose alot of time to pull a mob on a rock for example.

Well it does not erratically pull everything when in quest bot, bot once i take over for dailies/raids it starts pulling everything within sight
 
I don't see anything that really sticks out as to why, but my druid lands, shifts into bear form then starts casting wrath over and over, until I manually clicked Cat form. It cast a few attacks, killed the target, then does the same thing over and over. It won't use cat form unless I click it manually, no matter what setting I'm using.
Only started happening after update.
 

Attachments

I don't see anything that really sticks out as to why, but my druid lands, shifts into bear form then starts casting wrath over and over, until I manually clicked Cat form. It cast a few attacks, killed the target, then does the same thing over and over. It won't use cat form unless I click it manually, no matter what setting I'm using.
Only started happening after update.

:)

To fix it temporarely please remove Heart of the Wild and use Dream of Cenarius.
 
With DoC it is working as great as before 5.2! I still don't have time to do any raid with my druid. But I am watching my other druid doing GB2 and it is fine!
 
Its pretty bad when you can update the main thread with a paypal donation option but cant update it with the updated CC. Many people have asked where the CC is hiding and been totally ignored in this thread everytime they have asked in the last few pages. But I do see that you didnt ignore the people asking for the donate option.
 
Handnavi, could you please take a look at this? With HB settings set to pull distance of 0, the routine still tries to pull things that are unwanted. Is this something that can be looked at?

I uploaded a fix for it.
I did basically the same - but in a way that i does not hurt pull sequence
 
Its pretty bad when you can update the main thread with a paypal donation option but cant update it with the updated CC. Many people have asked where the CC is hiding and been totally ignored in this thread everytime they have asked in the last few pages. But I do see that you didnt ignore the people asking for the donate option.

You are pretty bad.
The paypal button is there since day 1.

And what CC should i update?
It autoupdates after the first start.

Cheers.
 
Last edited:
You are pretty bad.
The paypal button is there since day 1.

And what CC should i update?
It autoupdates after the first start.

Cheers.

Thank you. Usually you gotta go to an SVN or to the main page to get an updated version so I didnt see it.

Now I will donate :)

Sorry for the harsh intent but it got the job done.

Donate incoming.
 
Last edited:
jesus I hate seeing self righteous, over opinionated, whining whingers showing their ignorance in a product that is supplied for free to all users especially when they dont even have the decency to check the product before their whingey, whiney, self righteous post.

Sorry for the harsh intent.... hang on no I'm not.
 
jesus I hate seeing self righteous, over opinionated, whining whingers showing their ignorance in a product that is supplied for free to all users especially when they dont even have the decency to check the product before their whingey, whiney, self righteous post.

Sorry for the harsh intent.... hang on no I'm not.

So you are whining about whiners. Makes sense.
 
Is this CC supporting Bear FC for pvp?


It has the settings for you to set it up for it, but I wouldn't recommend it unless you set up some kind of Pause key where yo ucan stop it when you need to run. Nothing worse than you trying to run away and your char charges back into the other side.
 
Status
Not open for further replies.
Back
Top