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!

Druid Leveling Problem

crazy00eyes

New Member
Joined
Jan 22, 2010
Messages
61
Whenever I'm shape-shifted Honorbuddy thinks that my mana bar is my health bar. This slows down the process of leveling a lot. Is there any fix planned for this?
 
that reply hardly help him unless you specify the sollution for him.

1. My computer is broken and in for repair I cant look at the exact line.
2. I cant look as his code. He didn't post it or anything. I replied as best I could given the description.
thanks tho
 
try a diff. cc. i am using fpsware's death chicken and it works great !
 
there is no fix as there is not an actual problem, just a wording problem...
however if you really want it to say mana, open up your GB folder, click on CustomClasses.
open the Druid.cs file in word/note pad

about 30ish lines down, youll see this section:

if (ObjectManager.Me.ManaPercent <= 40)
{
slog("Health: " + System.Math.Round(ObjectManager.Me.ManaPercent).ToString() + "%");
ret = true;
}

where it says slog("health

change it to mana, and problem fixed!
 
Back
Top