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

Druid Leveling Problem

crazy00eyes

New Member
Joined
Jan 22, 2010
Messages
61
Reaction score
0
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?
 
Just the name is mixed up
manual fixit. Its really easy.
 
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