A bit more advanced mod:
http://crimsonorder.freepgs.com/things/ps-mc/skillwindow.xmlAs to what got changed, well, kind of everything:
I made a
background for it i dont like anymore, but it should have 3 backgrounds anyway, coz there are 3 skins. Someone want to make some? ;)
anyway, cut everything beetwen <widget_description> and </widget_description>, pasting there this: :))
Of course if someone feel interested i can go on and try to point out what exacty changed, but someone needs to actually want it.<widget name="SkillWindow" factory="pawsSkillWindow"
visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes">
<frame x="50" y="50" width="430" height="500" border="yes" />
<title resource="Blue Title" text="Stats and Skills" align="left" close_button="yes" />
<font name="/planeshift/data/ttf/verdana.ttf" r="-1" g="-1" b="-1" size="9" resizetoscreen="no" />
<bgimage resource="Skills Background" alpha="200" />
<!-- Vitals (HP, Mana, Stamina) -->
<widget name="HPLbl" factory="pawsTextBox" >
<frame x="33" y="24" width="120" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="7" />
<text string="Hit Points" />
</widget>
<widget name="ManaLbl" factory="pawsTextBox" >
<frame x="33" y="42" width="120" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="7" />
<text string="Mana" />
</widget>
<widget name="PysStaminaLbl" factory="pawsTextBox" >
<frame x="33" y="60" width="120" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="7" />
<text string="Physical Stamina" />
</widget>
<widget name="MenStaminaLbl" factory="pawsTextBox" >
<frame x="33" y="78" width="120" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="7" />
<text string="Mental Stamina" />
</widget>
<widget name="ExperienceLbl" factory="pawsTextBox" >
<frame x="33" y="96" width="120" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="7" />
<text string="Experience" />
</widget>
<!-- Vitals: numbers -->
<widget name="HPFrac" factory="pawsTextBox" >
<frame x="162" y="24" width="60" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="7" />
<text string="" horizAdjust="RIGHT" />
</widget>
<widget name="ManaFrac" factory="pawsTextBox" >
<frame x="162" y="42" width="60" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="7" />
<text string="" horizAdjust="RIGHT" />
</widget>
<widget name="PysStaminaFrac" factory="pawsTextBox" >
<frame x="162" y="60" width="60" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="7" />
<text string="" horizAdjust="RIGHT" />
</widget>
<widget name="MenStaminaFrac" factory="pawsTextBox">
<frame x="162" y="78" width="60" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="7" />
<text string="" horizAdjust="RIGHT" />
</widget>
<widget name="ExperiencePerc" factory="pawsTextBox">
<frame x="162" y="96" width="60" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="7" />
<text string="" horizAdjust="RIGHT" />
<subscriptions format="percent">
<subscribe data="fExpPts:Self" />
</subscriptions>
</widget>
<!-- Vitals: bars -->
<widget name="HPBar" factory="pawsProgressBar">
<frame x="32" y="26" width="186" height="8" border="no" />
<color r="50" g="0" b="0" />
<fadecolor r="255" g="0" b="0" />
<subscriptions>
<subscribe data="fVitalValue0:Self" />
</subscriptions>
</widget>
<widget name="ManaBar" factory="pawsProgressBar">
<frame x="32" y="44" width="186" height="8" border="no" />
<color r="0" g="0" b="50" />
<fadecolor r="120" g="0" b="190" />
<subscriptions>
<subscribe data="fVitalValue1:Self" />
</subscriptions>
</widget>
<widget name="PysStaminaBar" factory="pawsProgressBar">
<frame x="32" y="62" width="186" height="8" border="no" />
<color r="0" g="50" b="0" />
<fadecolor r="40" g="210" b="20" />
<subscriptions>
<subscribe data="fVitalValue2:Self" />
</subscriptions>
</widget>
<widget name="MenStaminaBar" factory="pawsProgressBar">
<frame x="32" y="80" width="186" height="8" border="no" />
<color r="40" g="50" b="60" />
<fadecolor r="120" g="130" b="140" />
<subscriptions>
<subscribe data="fVitalValue3:Self" />
</subscriptions>
</widget>
<widget name="ExperienceBar" factory="pawsProgressBar">
<frame x="32" y="98" width="186" height="8" border="no" />
<color r="75" g="50" b="0" />
<fadecolor r="255" g="255" b="0" />
<subscriptions>
<subscribe data="fExpPts:Self" />
</subscriptions>
</widget>
<!-- Doll -->
<widget name="Doll" factory="pawsObjectView" >
<frame x="324" y="188" width="90" height="182" border="no"/>
<map file="/planeshift/world/podium" sector="room" />
<distance value="6"/>
<subscriptions>
<subscribe data="sigActorUpdate" />
</subscriptions>
</widget>
<!-- Duel Points -->
<widget name="DPLabel" factory="pawsTextBox" >
<frame x="255" y="59" width="100" height="20" border="no" />
<font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
<text string="Duel Points" horizAdjust="RIGHT" />
</widget>
<widget name="DPTotal" factory="pawsTextBox" >
<frame x="355" y="59" width="70" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
<text string="0.00" />
</widget>
<!-- Trias -->
<widget name="TotalTriasLabel" factory="pawsTextBox">
<frame x="255" y="77" width="100" height="20" border="no"/>
<font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
<text string="Trias" horizAdjust="RIGHT"/>
</widget>
<widget name="TotalTrias" factory="pawsTextBox">
<frame x="355" y="77" width="70" height="20" border="no"/>
<font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="255" size="8" />
<text string="0" />
<subscriptions>
<subscribe data="sigInvMoneyTotal" />
</subscriptions>
</widget>
<!-- Progression Points -->
<widget name="PPLabel" factory="pawsTextBox" >
<frame x="235" y="95" width="135" height="20" border="no" />
<font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
<text string="Progression Points" horizAdjust="RIGHT" />
</widget>
<widget name="PPTotal" factory="pawsTextBox" >
<frame x="370" y="95" width="50" height="20" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
<subscriptions>
<subscribe data="fProgrPts:Self" />
</subscriptions>
</widget>
<!-- buttons -->
<widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
<frame x="265" y="23" width="32" height="32" />
<bgimage resource="BuySkill" />
</widget>
<widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
<frame x="300" y="23" width="32" height="32" />
<bgimage resource="FilterSkill" />
</widget>
<widget name="EditDesc" factory="pawsButton" id="102" tooltip="Modify Description" >
<frame x="365" y="23" width="32" height="32" />
<bgimage resource="Scribe" />
</widget>
<!-- Skills -->
<widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
<frame x="0" y="130" width="430" height="370" border="no" />
<attachpoints>
<attach point="ATTACH_RIGHT" />
<attach point="ATTACH_TOP" />
<attach point="ATTACH_LEFT" />
<attach point="PROPORTIONAL_BOTTOM" />
</attachpoints>
<!-- Tabs -->
<widget name="Stats Button" factory="pawsButton" style="tabbuttonskills" id="1000" >
<frame x="19" y="4" width="38" />
<label text="Stats" />
<attachpoints>
<attach point="PROPORTIONAL_RIGHT" />
<attach point="ATTACH_LEFT" />
</attachpoints>
</widget>
<widget name="Faction Button" factory="pawsButton" style="tabbuttonskills" id="1005" >
<frame x="57" y="4" width="51" border="no"/>
<label text="Faction" />
<attachpoints>
<attach point="PROPORTIONAL_RIGHT" />
<attach point="PROPORTIONAL_LEFT" />
</attachpoints>
</widget>
<widget name="Combat Button" factory="pawsButton" style="tabbuttonskills" id="1001" >
<frame x="108" y="4" width="82" />
<label text="Combat Skills" />
<attachpoints>
<attach point="PROPORTIONAL_RIGHT" />
<attach point="PROPORTIONAL_LEFT" />
</attachpoints>
</widget>
<widget name="Magic Button" factory="pawsButton" style="tabbuttonskills" id="1002">
<frame x="190" y="4" width="74" />
<label text="Magic Skills" />
<attachpoints>
<attach point="PROPORTIONAL_RIGHT" />
<attach point="PROPORTIONAL_LEFT" />
</attachpoints>
</widget>
<widget name="Jobs Button" factory="pawsButton" style="tabbuttonskills" id="1003" >
<frame x="264" y="4" width="67" />
<label text="Jobs Skills" />
<attachpoints>
<attach point="ATTACH_RIGHT" />
<attach point="PROPORTIONAL_LEFT" />
</attachpoints>
</widget>
<widget name="Various Button" factory="pawsButton" style="tabbuttonskills" id="1004" >
<frame x="331" y="4" width="82" />
<label text="Various Skills" />
<attachpoints>
<attach point="ATTACH_RIGHT" />
<attach point="PROPORTIONAL_RIGHT" />
</attachpoints>
</widget>
<widget name="Stats" factory="pawsWidget" visible="no" id="1100">
<frame x="0" y="30" width="430" height="330" border="no" />
<attachpoints>
<attach point="ATTACH_RIGHT" />
<attach point="PROPORTIONAL_TOP" />
<attach point="ATTACH_LEFT" />
<attach point="PROPORTIONAL_BOTTOM" />
</attachpoints>
<widget name="" factory="pawsTextBox" >
<font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
<frame x="34" y="-3" width="150" height="20" border="no"/>
<text string="Stats:" />
</widget>
<widget name="StatsSkillList" factory="pawsListBox" >
<frame x="20" y="25" width="280" height="200" border="no" />
<highlight resource="Hightlight" alpha="128" />
<columns height="17" headings="no" >
<column width="100" >
<widget name="StatsSkill" factory="pawsTextBox">
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
</widget>
</column>
<column width="65" >
<widget name="StatsRank" factory="pawsTextBox">
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
<text string="" horizAdjust="RIGHT" />
</widget>
</column>
<column width="100" >
<widget name="StatsIndCol" factory="pawsWidget">
<widget name="StatsIndicator" factory="pawsSkillIndicator">
<frame x="0" y="2" width="100" height="12" border="no" />
</widget>
</widget>
</column>
</columns>
</widget>
<widget name="" factory="pawsTextBox" >
<font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
<frame x="34" y="224" width="180" height="20" border="no"/>
<text string="Stats description:" />
</widget>
<widget name="StatsDescription" factory="pawsMultiLineTextBox" >
<frame x="30" y="250" width="372" height="74" border="no" />
<font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="9" resizetoscreen="no" />
</widget>
</widget>