View Single Post
  #5  
Unread 10-11-2010, 12:48 PM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
ah you're right, it's not the </Element> !

You have
Code:
  <Element ID="Gameplay_AtunementUI" X="1235" Y="1467" Width="90" Height="41" />                         
   <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="90" Height="41" /> 
  </Element>
It should be
Code:
  <Element ID="Gameplay_AtunementUI" X="1235" Y="1467" Width="90" Height="41">
   <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="90" Height="41" /> 
  </Element>
And Toolbar shouldn't affect fervour panel as they are separate things but it could be that little error messes up that too.
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote