View Single Post
07-08-12, 12:58 PM   #31
Coldkil
A Cliff Giant
 
Coldkil's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2010
Posts: 70
Originally Posted by p3lim View Post
My code actually uses a variable, PRIEST_BAR_NUM_ORBS, which blizz also uses.
I might be mixing stuff up, as I was working with 3 different elements at the same time, which all were more or less the same (shadow orbs, harmony orbs and soulshards).

I know for a fact that soulshards can extend to 4, the others I can't confirm at this time.
Didn't know about the priest glyph - anyway i'm using the same variable in mine so it should work (i'm going to check).

I can confirm the glyphs for both shards (affliction) and burning embers (destro) - base number is three, but you can extend to four.

As a side note, i keep getting an error in the holypower.lua - seems that MAX_HOLY_POWER isn't a number. I didn't edit any code or made any override for holy power, and the only way to fix that was to set manually the variable to 5.

EDIT: just checked the priest, there is no glyph/talent for increasing shadow orbs number, so they are fixed to three.

Last edited by Coldkil : 07-08-12 at 01:03 PM.
  Reply With Quote