Thread: Shards
View Single Post
03/10/14, 03:29 PM   #1
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
Shards

Looking for the correct event that fires when you gain a skyshard. EVENT_SKILL_RANK_UPDATE seems like it only would when you collect your third shard, but nothing else seems to directly reference that action. I think I could make EVENT_ACHIEVEMENTS_UPDATED work but if there is something else I may have missed I'd like to know.

P.S I really don't want to just monitor GetNumSkyShards and update it every frame. Wasteful for something that changes so little.
  Reply With Quote