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!

Fpsware Hunter

Marksmanship

At rank3 it is like this.
You have a 60% chance when you Steady Shot to gain the Master Marksman effect, lasting 30 sec. After reaching 5 stacks, your next Aimed Shot's cast time and focus cost are reduced by 100% for 10 sec.


I am lvl 52 and got 2# in master Marksman.

What it needs is a check to see if Master Marksman is stacked to 5x ?

Thanks, that should be enough information.
 
good cc, but any chance to get the pet attacking in instances?. As pet damage makes about 20% of the total damage its a good thing and it looks less bottish, if the pet don't stand at toon.
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.
 
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
 
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 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

1-3 days. I'm working 2 x 12 hour shifts this weekend.
 
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.
 
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"));
 
Last edited:
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.


Thats correct, its by design.
 
Back
Top