View Single Post
  #4  
Unread 08-24-2008, 11:00 PM
Supermax's Avatar
Supermax Supermax is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Winnipeg, Canada
Posts: 92
No problem dude.

The Code starts with <opt>
the next is ...
<PanelFile ID> which ends with </PanelFile>
and inside those panels are elements which start with ...
<Element ID> and end with </Element>
and then you end it all with ...
</opt> (... how you started)

So, highlighted in red is what you'll need to input into your code for it to work

Quote:
<PanelFile ID="toolbar">
<Element ID="ToolbarField" X="7.5" Y="630" Width="1009" Height="138" Detach="1">
<Element ID="ToolbarFieldMain" X="0" Y="0" Width="1009" Height="138" />
</Element>
</PanelFile>
</opt>
Glad I could help.

Just to let you know, Turbine is doing a complete rework of the UI for Mines of Moria. So, I've paused my modding for the time being. That said, don't stop modding for yourself. You'll have your gears in motion for when the expansion is released.

Any other questions feel free to post here or send me IMs

Last edited by Supermax : 08-24-2008 at 11:27 PM.
Reply With Quote