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!

Resting without need...

bubbleboy34

Member
Joined
Feb 4, 2010
Messages
230
Hello,
My druid seems to rest for its mana when in bear form and when there is no need for it... this really cuts down the Exp/H. using default cc and custom the same thing happens.
Is there a way of telling HB to rest only when in dyer need of it?
Thanks in advance
Bubble.
Edit: The toon actually rests in bear form then casts travel form then goes back to bear form to rest again... Vicious circle that looks really botty
 
That would be controlled by the CC. If you attach the one you are using I'll take a look at the code and see where you can modify it.
 
Just to let you know it's happening to ne on me shaman in AV only not while leveling just walking for 3 to 5 seconds then stopping to rest :-(
 
Just to let you know it's happening to ne on me shaman in AV only not while leveling just walking for 3 to 5 seconds then stopping to rest :-(

Sorry to hear that mate, that would look very fishy, i would not bot till it is fixed if i were you
 
why are you using a mage.cs w/ a drood? :p

i assume u meant to post the druid.cs for BoDC eh?

here let me give you the correct settings u need to do if its drinking too much for your liking:

Code:
/* ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
           | MODIFY YOUR SETTINGS HERE                                                                                           |
           ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */

        private const double restIfBelowHealth = 35;
        private const double restIfBelowMana = 15;
        private const double needHealIfBelowHealth = 60;
        private double healPartyMembersBelowHealth = 0; // this is for party members heals
        private double innervateBelowMana = 60;
 
Hey mate I've got the same issue with my druid, it's switching forms like hell.

Just unload the plugin BoDC Companion.cs and it will not changing to travelform.
But it still changes (if needet) to bear or cat ^^
 
its better to post your bugs at CC's original thread
 
lol sorry for posting mage. I don't know how to modifiy CCs. Can someone help me with how to do that?
i am using BoDC
 
Back
Top