ich denke mal du meinst rogue power bars...
das sollte helfen, eventl noch den namen "Berserking" ans deutsche anpassen... sollte ja "berserker" o.ä. heissen
"Verik said
Wednesday, August 05, 2009 3:33:29 AM (8 hours, 54 minutes ago)
This is how I fixed the error I was getting.
1. Go to the RoguePowerBars folder and open RoguePowerBars_Buffs.lua in a text editor.
2. Scroll down to the line that says -- Troll racial
3. Go down three lines to "SpellID = 20554," and change 20554 to 26297
4. Save and test if it's fixed the next time you load your UI.
That block of text should look like the following after you are finished:
-- Troll racial
RoguePowerBar_Buff_Default[GetNext()] = {
StatusBarColor = { r = 0.9, g = 0.8, b = 0; a = 0.8 },
SpellID = 26297,
Name = "Berserking",
};
It seems the old spell was removed at some point. I think the new number should be the current spell for the Troll racial."