View Single Post
  #10  
Unread 06-29-2007, 06:34 AM
Trottimus's Avatar
Trottimus Trottimus is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2007
Location: United Kingdom
Posts: 25
Exclamation Problems

I've got some problems with coding; I've been looking through your skin definition files Ancient to find a way to move the auto attack button which I presume is this:

Quote:
<Element ID="AutoAttackIndicatorButton" X="16" Y="21" Width="63" Height="63"></Element>
However, when putting it into my xml file, like so:

Quote:
<PanelFile ID="toolbar">
<Element ID="ToolbarField" X="300" Y="100" Width="420" Height="125" Detach="1">
<Element ID="AutoAttackIndicatorButton" X="16" Y="21" Width="63" Height="63"></Element>
</Element>
</PanelFile>
When I go to load it, it reverts to the default UI and mine doesn't appear on the list. I've tried other various things, like including the entire element ID tags, and the mapping ID's for all of them, but to no avail. What am I doing wrong? :S

If you want to see my skin definition file in its current state, i've attached it in this post.

Thanks for your help!

Trottimus
Attached Files
File Type: xml SkinDefinition.xml (6.5 KB, 974 views)

Last edited by Trottimus : 06-29-2007 at 06:36 AM.
Reply With Quote