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!

[PAID] HazzDruid [Premium Edition]

Code:
        private void DruidMove()
        {
            if ((Me.CurrentTarget != null) && HazzDruidSettings.Instance.UseMovement && Me.Combat)
            {
                DoMovement(Me.CurrentTarget);
            }
            
            if ((Me.CurrentTarget != null) && Me.Combat && (Me.CurrentTarget != Me)) {
                Me.CurrentTarget.Face();
            }
            
            Combat();
        }

Wouldn't work mate as if you wanted to play manually and say run away from an enemy the CC would constantly force you to face the enemy and run towards in. Probably ending in your dead!
Actually, your current code always goes into combat once it has aggrod something.

Not only that, if you're flying (swift flight form) and you aggro a caster, it'll keep flying between 2 fixed points above the caster. So it'll get "stuck" between deciding to leave and deciding to fight. It'll stay that way until you drop dead because the caster kept attacking you the entire time.
 
Any new updates to get this working properly Hazard? By the way your work is amazing and keep up the good work!
 
was good till i got deserter a few times. also whats with lifeblooms never being cast on ANY cc i try
 
Hazard any news on updating this? It's casting Lifebloom on myself and not the tank
 
Hey all, confused here, is this casting Nourish for anybody else, ideally I would like it to but unsure how to change the code to make it happen?
 
Just need to fix the movement then there will be an update. Finding it hard to pin-point what is causing the issue?
 
And is Nourish something my end or just something thats not in the CC?

Thanks for your work by the way
 
And is Nourish something my end or just something thats not in the CC?

Thanks for your work by the way

Nourish is working fine mate. I have just added an option to disable it though as its not needed for Harmony if you have high spec gear.
 
Updated 4.0.5

Movement is still a little buggy when using Cat/Bear form in Battlegrounds. Use Glue plugin if you have issues.
 
Re-uploaded. Its queuing fine for me in Battlegrounds yet I am getting some Honorbuddy errors once I am in there about object tiles? Not sure what this is all about? If you get the following error just hit start again.

Value cannot be null.
Parameter name: source

This is what I get if I try to start BGBuddy in the Battlegrounds but I am pretty sure it's not CC related:

Object reference not set to an instance of an object.
 
Nourish is working fine mate. I have just added an option to disable it though as its not needed for Harmony if you have high spec gear.
Hi Hazard , thanks for the reply, if I edit the settings file and change like;

[Setting, DefaultValue(true)]
public bool UseNourish { get; set; }

To
[Setting, DefaultValue(90)]
public bool UseNourish { get; set; }
Will this do what I am trying to do, I am level 40 rather than 85 with decent gear?
 
It's now queing up for bg's after pushing start again. It didn't before. Testing now as resto.
 
Found what was causing the error. Re-download 4.0.5 now and problems should be fixed :)
 
Hi Hazard , thanks for the reply, if I edit the settings file and change like;

[Setting, DefaultValue(true)]
public bool UseNourish { get; set; }

To
[Setting, DefaultValue(90)]
public bool UseNourish { get; set; }
Will this do what I am trying to do, I am level 40 rather than 85 with decent gear?

No that would cause a massive error with the CC mate. Change the settings in the settings menu to be safe.
 
Back
Top