View Single Post
  #11  
Unread 06-10-2016, 05:12 PM
CrystalStar's Avatar
CrystalStar CrystalStar is offline
A Crazed Gnoll
 
Join Date: Mar 2008
Server: Antonia Bayle
Posts: 20
Unhappy

Quote:
Originally Posted by Zidu View Post
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.
So this change in the title bar settings to get the exp portion back removes the roll over effect. Since I use both parts of the window, setting it so I don't have the option to see one or the other doesn't work. Personally, I would like it the way it used to be since I personally use it the the way it used to be.
Reply With Quote