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

CC: Do I have X glyphed?

benkoren

New Member
Joined
Jan 18, 2011
Messages
356
Reaction score
28
Quick CC question here - how do I check whether or not a given glyph is applied for the char in its current spec? If someone could point me in the right direction, I'd appreciate it. Even if you know of a CC out there that does this let me know which one; I love digging through code.

- Ben
 
it really depends on what your looking for, some times when a glyph is applyed the spell dependency changes. for example spells that need regents like so fall for example, if you dig deep enough into the spell efffects and things you can find it where it changes. i dont know what your trying to code, but sometimes its better just to go in and make 2 separate versions of the code, for glyphed and unglyphed and just put them on a switch so they can easy be toggled on and off. depending on if the user has it or not. they can just have it checked or unchecked in the settings.
 
Back
Top