View Single Post
  #9  
Unread 06-10-2016, 11:50 AM
Zidu Zidu is offline
A Weald Wolf
 
Join Date: Jul 2012
Server: Unkown
Posts: 81
Default

I really didn't think people used what I called the gobbledygook xp bar so much, especially now that Tithe only showed on the other bar.

I switched it back to default behavior for titlebar and frame to show xp bar and on hover in show tithe.

Profit uses titlebar and frame settings to show different things on the experience window and some users don't know this so hopefully they will figure out how to show tithe.

Titlebar and frame settings are also used on hotbars to show countdown timers and hopefully people figure that out too.

The following xp window is now titlebar/frame for xp and tithe on hover in

Frame only for tithe bar only

None for xp bar only

The following line is what modifies this behavior if anyone wishes to change to their desire.

Code:
<Page Name="WC_Titlebar" OnHoverIn="Parent.WC_Frame.Visible=true" OnHoverOut="Parent.WC_Frame.Visible=false" OnShow="Parent.WC_Frame.Visible=false" PackSize="a,f" ScrollExtent="476,20" Size="476,20" Visible="false" />
New file below.
Attached Files
File Type: xml eq2ui_mainhud_experience.xml (62.6 KB, 514 views)
Reply With Quote