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!

Starfall/Fury of elune Plugin

my boomkin compared to rogue gets lot of gold less on Firelands Endless farm. And it used to get more, so once more please please please

/beg ya
 
I can do that for you. Easy one!

Edit: Would it be better if it works on Singular? What routine do you use for dps?
 
Last edited:
That would be great. I use the standard one that comes with hb, didn't get any paid ones and free ones I know nothing of. Will be much appreciated mate!
 
If you want to change the current one (I can do some work on settings), but just go into your Honorbuddy folder ..\Honorbuddy\Routines\Singular\ClassSpecific\Druid\Balance.cs and open it in Notepad editor.

Go to line 110 and change:

Code:
Spell.CastOnGround("Starfall", on => Clusters.GetBestUnitForCluster(Unit.NearbyUnfriendlyUnits, ClusterType.Radius, 15).Location, ret => Unit.NearbyUnfriendlyUnits.Count() >= 3),

to


Code:
Spell.CastOnGround("Starfall", on => Clusters.GetBestUnitForCluster(Unit.NearbyUnfriendlyUnits, ClusterType.Radius, 15).Location, ret => Unit.NearbyUnfriendlyUnits.Count() >= [COLOR="#FF0000"][B]7[/B][/COLOR]),

That will allow Starfall to be cast on 7 or more mobs instead of 3.
 
Well, don't know why my hb doesn't use Starfall at all, it just spams moonfire on each mob surrounding (Firelands trash farming). I changed it as you instructed and will test now and report in a few minutes :)
 
Yup, still the same :P only spamming that moonfire

/edit

ok so I changed couple of spells in that balance file and now it does use the starfall!

/case closed

thanks for your help man! :)
 
Last edited:
Yup, still the same :P only spamming that moonfire

/edit

ok so I changed couple of spells in that balance file and now it does use the starfall!

/case closed

thanks for your help man! :)


Remember, anytime there is an update, it will overwrite it. Make sure you make a backup and add in the lines you added before.
 
Back
Top