Not right now, (unless one of the other Devs can correct me on this) you can't determine if a mob is a "boss" or not.
Hmmm, you mite want to give him a logfile mate, All my pets attack fine in instances,questing,grinding
have locate my problem, pet stance was passive. at this stance it won't attack in instances, as there is no pull behavior.
Yes, it can be done, There is just no Tags Coded into HB that fpsware can call upon, the cc devs are limited in what they can do by Honorbuddy's code
Basically that means you have to make some sort of database-plugin that the CC can check against ? seems like a dps-stealer if possible
Nesox has given me somthing to try, I'll test it next week. If successfuly I'll add boss logic to the CCs asap.
Hey fpsware, you said the other nite After you releaed the IB tweaked cc, that You had made alot more tweaks as you were watching the version you released. any chance of the tweaked(er) one? hehe
Hey man, So i just started using your CC this arvo. The suggestion i have is the one i put forward for Simpleshot also. Regarding MD, i dont see it used at all. I have Glyph of Misdirection on both my specs as it resets the cooldown of MD when cast on your pet. This for me is huge as i do far too much damage for my pet to hold aggro otherwise. It is also awesome for dowing massive pulls like the entire Thekal area in ZG and not having to worry about my pet manually targeting groups to hold aggro. I send the pet into one group turn around pop md on pet send a spray of multishot at another 2 groups and my pet is getting aggro on everything. If im in survival spec every multishot adds serpent sting to everything it hits too!. Sorry for the long drawn out story. Simply put could you do a check on the glyph and if its there could you pop md every three of 4 shots? When i can be bothered hand farming stuff i pretty much spam md on my pet every chance i get.
It has a list of all the encounters, and the right one gets loaded when you are a raid member hovers the mouse over a boss.
Dunno if it's hardcoded into HB but i think it's in the CC. Code: [21:14:42:496] Aggro from Bloodhound, [B][COLOR=red]Petname[/COLOR][/B] save my ass! Please make say only "Pet" save my ass in the logs. Now it prints the actual name of the pet. Would it be altering Code: Utils.Log(String.Format("Aggro from {0}, [COLOR=red][B]{1}[/B][/COLOR] save my ass!", thing.Name, Me.Pet.Name), System.Drawing.Color.FromName("DarkBlue")); to Code: Utils.Log(String.Format("Aggro from {0}, [COLOR=red][B]Partner ![/B][/COLOR] [COLOR=black]Need your help [/COLOR]!", thing.Name), System.Drawing.Color.FromName("DarkBlue"));