You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Friday, February 10th 2012, 2:01pm

[Addon] Fusion (button move)

due to the new attribute extraction stone box the fusion addon box was covering it so I found how to move it.
edit fusion.xml and at the bottom of the file change a number from 30 to 60

Quoted

<Button name="FusionShow" parent="MagicBoxFrame" inherits="UIPanelButtonTemplate" text="fusion" >
<Size><AbsDimension x="46" y="16"></AbsDimension></Size>
<Anchors><Anchor point="TOPRIGHT" relativeTo="MagicBoxFrame">
<Offset><AbsDimension x="-20" y="60"/></Offset></Anchor>
</Anchors>
<Scripts>
<OnClick>
if FusionFrame:IsVisible() then FusionFrame:Hide() else FusionFrame:Show() end
</OnClick>
</Scripts>
</Button>
</Ui>