View Single Post
  #1  
Unread 01-11-2012, 09:53 PM
Adcid Adcid is offline
A Young Mystail Rat
 
Join Date: Jan 2012
Server: Unkown
Posts: 2
Lightbulb Spell Effects in "eq2ui_mainhud_player.xml"

Ive been working to add Spell Effects into my main player window. Not as easy as it seems. I was able to simply copy and paste "Maintained Effects".



The Code I copied over looks easy enough, but when transferred over, the background items show up, not the spell gems or tool tips.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page eq2usescomwndcontrols="true" Location="956,487" MaximumSize="1024,1024" MinimumSize="42,42" Name="Effects" PackLocation="right,bottom" ScrollExtent="68,232" Size="68,232" Tooltip=":420d9f72d322771c:Spell Effects" UserMovable="true" UserResizable="true" UserScrollable="false">
    <VolumePage AbsorbsInput="false" CellCount="6,8" CellSelectable="false" CellSize="25,25" Location="7,7" MinimumScrollExtent="164,218" Name="Volume" PackSize="absolute,absolute" ScrollExtent="164,219" Size="55,219" UserScrollable="false" VolumeFill="auto">
        <Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="28,192" MaximumSize="25,25" MinimumSize="25,25" MouseOverColor="#FFFF00" Name="Effect1" ScrollExtent="25,25" Size="25,25" TreatAsButton="true" />
 </VolumePage>
    <Page AbsorbsInput="false" Name="WindowFrame" PackSize="absolute,absolute" ScrollExtent="68,232" Size="68,232">
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.DesktopWindowFrame.data.frame.rect" ScrollExtent="68,232" Size="68,232" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="2,2" Name="Bkg" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.DesktopWindowFrame.data.bkg.rect" ScrollExtent="65,228" Size="65,228" />
    </Page>
</Page>
Any ideas why the when "eq2ui_mainhud_effects.xml" is moved into Player.xml the spells dont show up.
Reply With Quote