View Single Post
Old 01-18-2017, 03:32 PM   #2
Drakah
Skinning Guru
 
Drakah's Avatar
 
Join Date: Jul 2002
Posts: 1,076
Interface Author - Click to view interfaces
Default

I will take a look at what I have but all interfaces I have created do not get user-modified alterations anymore due to too many UI edit patches for each piece created.

You can try to drop a different buff window in there but it could break the UI as there might be elements in that window specifically that is used in others. See the UI Errors log file to tell you what went wrong.

As far as the Mana/End window, I believe it was either Mana or Endurance to show. If you want both, then they need to Overlap each other. So when you mana is low, you will see the gauge behind it.

You would need to edit the Player window, and find a section:

<Gauge item="Player_Fatigue">
<ScreenID>PlayerFatigue</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>85</X>
<Y>500</Y>
</Location>

...and change <Y>500</Y> to <Y>50</Y>
__________________
Regards,

Drakah

shakahr.com
Remember...it is only a GAME
Drakah is offline   Reply With Quote