Mercurial > wow > turok
annotate Turok/Modules/Utilities/Raid.xml @ 9:9400a0ff8540
Ugh
Timer:
- container update directionality
- talent update iterates over a non-volatile table to carry out updates
- index management steps organized
- talentRow status implemented, returns the spell associated with the talent chosen from that row
CombatLog:
- sort out font controls and unbork arguments
author | Nenue |
---|---|
date | Sun, 21 Feb 2016 13:08:30 -0500 |
parents | a9b8b0866ece |
children |
rev | line source |
---|---|
Nenue@6 | 1 <Ui> |
Nenue@6 | 2 |
Nenue@6 | 3 <Frame name="TurokRaidbuffsTray" alpha="0"> |
Nenue@6 | 4 <Size x="200" y="600" /> |
Nenue@6 | 5 <Anchors> |
Nenue@6 | 6 <Anchor point="RIGHT" x="45" y="-300" /> |
Nenue@6 | 7 </Anchors> |
Nenue@6 | 8 <Layers> |
Nenue@6 | 9 <Layer level="BACKGROUND"> |
Nenue@6 | 10 <Texture name="$parentBackground" parentKey="background" setAllPoints="true"> |
Nenue@6 | 11 <Color r="1" g="1" b="1" a="1" /> |
Nenue@6 | 12 <Gradient> |
Nenue@6 | 13 <ColorMin r="1" g="0" b="0.8" /> |
Nenue@6 | 14 <ColoMax r="0.5" g="0" b="1" /> |
Nenue@6 | 15 </Gradient> |
Nenue@6 | 16 </Texture> |
Nenue@6 | 17 </Layer> |
Nenue@6 | 18 </Layers> |
Nenue@6 | 19 <Frames> |
Nenue@6 | 20 <Button name="$parentAction" parentArray="_buttons" parentKey="action" inherits="TurokButton"> |
Nenue@6 | 21 <Script> |
Nenue@6 | 22 <OnShow> |
Nenue@6 | 23 if Turok.playerClass == 'HUNTER' then |
Nenue@6 | 24 if Turok.specPage == 1 then |
Nenue@6 | 25 self:SetText() |
Nenue@6 | 26 else |
Nenue@6 | 27 self:SetText("Lone Wolf") |
Nenue@6 | 28 end |
Nenue@6 | 29 end |
Nenue@6 | 30 |
Nenue@6 | 31 </OnShow> |
Nenue@6 | 32 </Script> |
Nenue@6 | 33 </Button> |
Nenue@6 | 34 </Frames> |
Nenue@6 | 35 </Frame> |
Nenue@6 | 36 |
Nenue@6 | 37 <Frame name="TurokRaidbuffButton" virtual="true" hidden="true"> |
Nenue@6 | 38 <Anchors> |
Nenue@6 | 39 <Anchor point="CENTER" /> |
Nenue@6 | 40 </Anchors> |
Nenue@6 | 41 <Size x="64" y="64" /> |
Nenue@6 | 42 <Layers> |
Nenue@6 | 43 <Layer level="BACKGROUND"> |
Nenue@6 | 44 <Texture name="$parentBackground" parentKey="background" setAllPoints="true"> |
Nenue@6 | 45 <Color r="0" g="0" b="0" a="1" /> |
Nenue@6 | 46 </Texture> |
Nenue@6 | 47 </Layer> |
Nenue@6 | 48 <Layer level="ARTWORK"> |
Nenue@6 | 49 <Texture name="$parentForeground" parentKey="foreground"> |
Nenue@6 | 50 <Color r="0" g="1" b="1" a="1" /> |
Nenue@6 | 51 <Anchors> |
Nenue@6 | 52 <Anchor point="TOPLEFT" x="1" y="-1" /> |
Nenue@6 | 53 <Anchor point="BOTTOMRIGHT" x="-1" y="1" /> |
Nenue@6 | 54 </Anchors> |
Nenue@6 | 55 </Texture> |
Nenue@6 | 56 <Texture file="" name="BuffIcon" parentKey="icon"> |
Nenue@6 | 57 <Anchor point="TOPLEFT" x="2" y="-2" /> |
Nenue@6 | 58 <Anchor point="BOTTOMRIGHT" x="-2" y="2" /> |
Nenue@6 | 59 </Texture> |
Nenue@6 | 60 </Layer> |
Nenue@6 | 61 <Layer level="OVERLAY"> |
Nenue@6 | 62 <FontString name="$parentSpellName" parentKey="spellname" inherits="TurokFontDetail" /> |
Nenue@6 | 63 <FontString name="$parentBuffType" parentKey="bufftype" inherits="TurokFontDetail" /> |
Nenue@6 | 64 <FontString name="$parentCaster" parentKey="caster" inherits="TurokFontDetail" /> |
Nenue@6 | 65 </Layer> |
Nenue@6 | 66 </Layers> |
Nenue@6 | 67 </Frame> |
Nenue@6 | 68 </Ui> |