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?
yep, it says health but if you look at the percent, it really is the mana percent, it still works correctly
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
It's A custom class file. Replace delete the defualt cc http://www.buddyforum.de/showthread...ath-Chicken-(Feral-Balance-with-party-healing)
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!