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

Default Druid (Feral and Balance) by Fpsware

Status
Not open for further replies.
Has anyone tried the default Druid CC in the new HB. Please tell me if this has the same healing problem.
 
i will try it out now for you mate i have a level 52 feral.

Last night when i reported the bugs the druid kept attacking pvp flagged flight masters so im hoping thats fixed as im not sure why its doing that but if it dies again i will post a log
 
...the druid kept attacking pvp flagged flight masters so im hoping thats fixed as im not sure why its doing that but if it dies again i will post a log

Thats nothing to do with the CC. HB is responsible for [targeting the] pulling targets. There was a bug in HB a while ago that caused this exact behavour.
 
Last edited:
With the new release of HB 3120, does that mean your latest druid cc is included? Also anyway you can update some type of version # in this thread so when you post a new build we know it's a new version?

Thanks
 
This thread is about to be deleted, but before I do, I want to know if the Druid CC currently distributed with HB is healing and swapping to Bear form properly.

THIS build is the latest, but its having a number of issues. The only difference should be better support for instances. I don't know why healing and bear form has been broken by it.
 
Ok, let me test


This thread is about to be deleted, but before I do, I want to know if the Druid CC currently distributed with HB is healing and swapping to Bear form properly.

THIS build is the latest, but its having a number of issues. The only difference should be better support for instances. I don't know why healing and bear form has been broken by it.
 
Looks like I made a mistake and overwrote the latest copy with a buggy test build. Oooopse, my bad :p

This one should now heal and swap to bear form.

Please let me know if it does both.
 

Attachments

just updated to the new build and it still doesnt go to bear - it doesnt seem to know it has an add...?

And i havnt seen it heal either
 

Attachments

FIXED!

Here is the code that caused all my headaches:

publicstaticbool ResultOK(string rawSetting)
{
CLC.RawSetting = RawSetting;
bool result = IsOkToRun;
return result;
}


For those who don't see the fault, it should be:

CLC.RawSetting = rawSetting;


Its case sensitive.

I'll have a new build uploaded in the next 30 minutes. I now need to put back all the changes I removed in an attempt to fix the healing/bear form issue.
 
Status
Not open for further replies.
Back
Top