PDA

View Full Version : Runekeeper's attunement


felgrath
12-04-2008, 09:54 PM
Hello, I am currently making a mod for my attunement meter for my RK. I have the graphics done, but they are in the wrong position. All I am wondering is what is the panel ID for the attunement meter, so I can adjust the location of the border, pips and the rune.

Thanks

Felgrath

charonthehand
12-12-2008, 01:48 PM
This is directly from the Moria SkinDictionary.txt file, so it ought to be as accurate as can be.

<PanelFile ID="ID_UISkin_PipDisplay_AtunementTemplate">
<Element ID="PipDisplay_AtunementTemplate" X="332" Y="564" Width="224" Height="62">
<Element ID="PipDisplay_Atunement_Pips" X="13" Y="12" Width="202" Height="29"></Element>
<Element ID="PipDisplay_Atunement_Frame" X="0" Y="0" Width="222" Height="55"></Element>
<Element ID="PipDisplay_Atunement_Rune" X="99" Y="12" Width="29" Height="29"></Element>
<Element ID="damageSymbol" X="18" Y="18" Width="14" Height="18"></Element>
<Element ID="healSymbol" X="195" Y="17" Width="20" Height="15"></Element>
</Element>
</PanelFile>

felgrath
12-12-2008, 05:50 PM
Thank you for the info. I must have missed that while browsing through the skin dictionary.

I will attempt to try it tonight.

felgrath
12-13-2008, 11:54 AM
Hmm it is not seeming to work. I have modified the values around, but nothing is moving at all. Hopefully I can get some feedback from Frosty.