View Single Post
10-06-18, 11:17 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Without looking into it too much I think the Icicles are stored as a buff on your character.

So, I would do the following to turn this into an addon..


1. Set up the texture points around the screen and fill it with the icile image but set the alpha value for the texture to 0 to make it invisible.

2. Monitor the player's buffs for the Icicle Buff and keep a record of how many icicles are available.

3. Cycle through the texture points and turn off/on the icicles you want based on the number available.

It sounds simple but it could be harder than it seems. However, you probably won't be able to turn off Blizzards icicle display so the effect will be repeated .. but while testing this is a bonus as your addon should match the blizzard version.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote