View Single Post
Old 03-02-2022, 02:11 PM   #7
Leigo
A Snow Cougar
 
Leigo's Avatar
 
Join Date: May 2014
Posts: 43
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Angahran
If you can post how you're getting the spell names that would be very helpful.
I'm guessing my staggered spells are dead which sucks, but if I can at least keep the names that would be something I guess.

Code:
<Label item="BW_Buff0"> <ScreenID>Buff0Label</ScreenID> <EQType>500</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>19</X> <Y>-2</Y> </Location> <Size> <CX>150</CX> <CY>12</CY> </Size> <Template>BDT_BlueBuff</Template> <Text /> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item="BW_Buff0Number"> <ScreenID>Buff0No</ScreenID> <Font>1</Font> <RelativePosition>true</RelativePosition> <Style_Tooltip>false</Style_Tooltip> <Location> <X>147</X> <Y>1</Y> </Location> <Size> <CX>23</CX> <CY>12</CY> </Size> <Text>1</Text> <TextColor> <R>175</R> <G>175</G> <B>175</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label>
Leigo is offline   Reply With Quote