View Single Post
  #2  
Unread 05-13-2007, 10:30 PM
Mayve's Avatar
Mayve Mayve is offline
Snoogans!
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Oct 2005
Server: Befallen
Posts: 53
Default

Looks like the entry you show in screenshot is part of the tabs, that's why changing it removed them.

I didn't look at it too much as I don't use the default persona window in ProfitUI, but I was able to remove the extra tradeskill class reference. However, I'm not sure why it shows cuz the line says visible="false", but oh well.

Open the .XML file in notepad and look for the following line and remove it, that'll get rid of it.

Quote:
<Text AbsorbsInput="false" DynamicData="/GameData.Self.TradeskillLevelClass" Font="/TextStyles.Normal.NormalStyle" LocalText="50 Blacksmith" Location="-57,375" Margin="1,0,1,1" Name="LevelClassTS" PackLocation="right,bottom" PackLocationProp="-097/0001,-083/0001" Rotation="0.750" ScrollExtent="138,22" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="138,22" TextColor="#FBF1D9" UserScrollable="false" Visible="false">50 Blacksmith</Text>
Reply With Quote