You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(22) |
Aug
(18) |
Sep
(23) |
Oct
(58) |
Nov
(2) |
Dec
(24) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(27) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <pla...@li...> - 2011-06-21 02:38:48
|
Revision: 186
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=186&view=rev
Author: tuathanach
Date: 2011-06-21 02:38:42 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
screenshot of skin tested in 0.5.7.1
Added Paths:
-----------
Tuathanach/screenshots/0571.jpg
Added: Tuathanach/screenshots/0571.jpg
===================================================================
(Binary files differ)
Property changes on: Tuathanach/screenshots/0571.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2011-06-21 02:37:12
|
Revision: 185
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=185&view=rev
Author: tuathanach
Date: 2011-06-21 02:37:05 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
new gui xml files tested in 0.5.7.1
Added Paths:
-----------
Tuathanach/data/gui55/
Tuathanach/data/gui55/0571.jpg
Tuathanach/data/gui55/chat.xml
Tuathanach/data/gui55/containerdesc.xml
Tuathanach/data/gui55/infowindow.xml
Tuathanach/data/gui55/inventory.xml
Tuathanach/data/gui55/smallinventory.xml
Added: Tuathanach/data/gui55/0571.jpg
===================================================================
(Binary files differ)
Property changes on: Tuathanach/data/gui55/0571.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: Tuathanach/data/gui55/chat.xml
===================================================================
--- Tuathanach/data/gui55/chat.xml (rev 0)
+++ Tuathanach/data/gui55/chat.xml 2011-06-21 02:37:05 UTC (rev 185)
@@ -0,0 +1,273 @@
+<widget_description>
+ <widget name="ChatWindow" factory="pawsChatWindow" visible="yes" savepositions="yes" movable="yes" resizable="yes" keepaspect="no" configurable="yes" style="New Standard GUI" scalefont="no">
+
+ <frame x="300" y="400" width="505" height="150" border="no" />
+ <minframe width="350" height="100" />
+ <maxframe width="1000" height="1000" />
+ <title resource="Scaling Title Bar" text="Communication" align="left" close_button="yes"/>
+ <bgimage resource="Scaling Widget Background" />
+
+ <widget name="InputText" factory="pawsSpellCheckedEditBox" alwaysontop="yes">
+ <frame x="50" y="125" width="445" height="25" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+ </widget>
+
+
+
+ <widget name="Chat Tabs" factory="pawsTabWindow">
+ <frame x="0" y="0" width="500" height="208" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_RIGHT" />
+ </attachpoints>
+
+
+ <widget name="ButtonsBackground" factory="pawsWidget">
+ <frame x="0" y="0" width="50" height="208" border="no" />
+ <bgimage resource="Scaling Field Background" />
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_RIGHT" />
+ </attachpoints>
+ </widget>
+
+
+
+ <widget name="Main Button" factory="pawsButton" toggle="yes" id="1000" tooltip="Main" shadows="yes" style="Standard Tab">
+ <frame x="0" y="0" width="50" height="20" border="no" />
+ <label text="Main"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="Chat Button" factory="pawsButton" toggle="yes" id="1008" tooltip="Chat" shadows="yes" style="Standard Tab">
+ <label text="Channels"/>
+ <frame x="0" y="20" width="50" height="20" border="no"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="NPC Button" factory="pawsButton" toggle="yes" id="1002" tooltip="NPC" shadows="yes" style="Standard Tab">
+ <frame x="0" y="40" width="50" height="20" border="no" />
+ <label text="NPC"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="Tell Button" factory="pawsButton" toggle="yes" id="1003" tooltip="Whisper" shadows="yes" style="Standard Tab">
+ <frame x="0" y="60" width="50" height="20" border="no" />
+ <label text="Whisper"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="Guild Button" factory="pawsButton" toggle="yes" id="1004" tooltip="Guild" shadows="yes" style="Standard Tab">
+ <frame x="0" y="80" width="50" height="20" border="no" />
+ <label text="Guild"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="Group Button" factory="pawsButton" toggle="yes" id="1005" tooltip="Group" shadows="yes" style="Standard Tab">
+ <frame x="0" y="100" width="50" height="20" border="no" />
+ <label text="Group"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="Alliance Button" factory="pawsButton" toggle="yes" id="1009" tooltip="Alliance" shadows="yes" style="Standard Tab">
+ <frame x="0" y="120" width="50" height="20" border="no" />
+ <label text="Alliance"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="Auction Button" factory="pawsButton" toggle="yes" id="1006" tooltip="Auction" shadows="yes" style="Standard Tab">
+ <frame x="0" y="140" width="50" height="20" border="no" />
+ <label text="Auction"/>
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="System Button" factory="pawsButton" toggle="yes" id="1001" tooltip="System" shadows="yes" style="Standard Tab">
+ <label text="System"/>
+ <frame x="0" y="160" width="50" height="20" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+ <widget name="Help Button" factory="pawsButton" toggle="yes" id="1007" tooltip="Help" shadows="yes" style="Standard Tab">
+ <label text="Help"/>
+ <frame x="0" y="180" width="50" height="20" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+
+ </widget>
+
+
+
+ <widget name="MainText" factory="pawsMessageTextBox" visible="no" id="1100">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ <subscriptions overwrite = "false">
+ <subscribe data="subMainText" />
+ </subscriptions>
+ </widget>
+ <widget name="SystemText" factory="pawsMessageTextBox" visible="no" id="1101">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subSystemText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+ <widget name="NpcText" factory="pawsMessageTextBox" visible="no" id="1102">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subNPCText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+ <widget name="TellText" factory="pawsMessageTextBox" visible="no" id="1103">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subTellText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+ <widget name="GuildText" factory="pawsMessageTextBox" visible="no" id="1104">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subGuildText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+ <widget name="AllianceText" factory="pawsMessageTextBox" visible="no" id="1109">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subAllianceText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+ <widget name="GroupText" factory="pawsMessageTextBox" visible="no" id="1105">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subGroupText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+ <widget name="AuctionText" factory="pawsMessageTextBox" visible="no" id="1106">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subAuctionsText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+
+ <widget name="ChannelsText" factory="pawsMessageTextBox" visible="no" id="1108">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subChannelsText"/>
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+
+ <widget name="HelpText" factory="pawsMessageTextBox" visible="no" id="1107">
+ <frame x="55" y="0" width="435" height="125" border="no" />
+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>
+ <subscriptions overwrite = "false">
+ <subscribe data="subHelpText" />
+ </subscriptions>
+ <pawsScrollBar width="15" maxValue="1.0" />
+ </widget>
+ </widget>
+
+ </widget>
+
+</widget_description>
Added: Tuathanach/data/gui55/containerdesc.xml
===================================================================
--- Tuathanach/data/gui55/containerdesc.xml (rev 0)
+++ Tuathanach/data/gui55/containerdesc.xml 2011-06-21 02:37:05 UTC (rev 185)
@@ -0,0 +1,103 @@
+<widget_description>
+
+ <widget name="ContainerDescWindow" factory="pawsContainerDescWindow" visible="no" movable="yes" savepositions="yes" style="New Standard GUI">
+ <frame x="100" y="100" width="308" height="308" border="yes"/>
+ <title resource="Scaling Title Bar" text="Container" align="left" close_button="yes"/>
+
+ <widget name="TakeStackAll" factory="pawsButton" tooltip = "Take and Stack All">
+ <frame x="10" y="110" width="36" height="36" />
+ <bgimage resource="ButtonPickup" />
+ </widget>
+
+ <widget name="TakeAll" factory="pawsButton" tooltip = "Take All">
+ <frame x="46" y="110" width="36" height="36" />
+ <bgimage resource="ButtonPickup" />
+ </widget>
+
+ <widget name="View" factory="pawsButton" id="11">
+ <frame x="82" y="110" width="36" height="36" />
+ <bgimage resource="view" />
+ </widget>
+
+ <widget name="SmallInvButton" factory="pawsButton" tooltip="Open Inventory">
+ <frame x="118" y="110" width="36" height="36"/>
+ <bgimage resource="InventoryBulk" alpha="0"/>
+ </widget>
+
+ <widget name="Inventory" factory="pawsButton" id="12" tooltip="Transfer to inventory">
+ <frame x="154" y="110" width="36" height="36" />
+ <bgimage resource="ExchangeAccept" />
+ </widget>
+
+ <widget name="Combine" factory="pawsButton" id="13" tooltip="Combine items in container">
+ <frame x="190" y="110" width="36" height="36" />
+ <bgimage resource="ButtonCombine" />
+ </widget>
+
+
+
+ <widget name="ItemImage" factory="pawsWidget" visible="yes" >
+ <frame x="1" y="1" width="1" height="1" border="no"/>
+ </widget>
+ <widget name="ItemName" factory="pawsTextBox" >
+ <frame x="10" y="5" width="120" height="20"/>
+ </widget>
+ <widget name="ItemDescription" factory="pawsMultiLineTextBox" >
+ <frame x="10" y="27" width="288" height="73" border="no"/>
+ </widget>
+
+
+
+
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="10" y="156" width="288" height="144" border="no"/>
+ <columns height="36" headings="no" >
+ <column width="36" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk4" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk5" factory="pawsSlot">
+ <frame x="0" y="0" width="61" height="61" />
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk6" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk7" factory="pawsSlot">
+ <frame x="0" y="0" width="61" height="61" />
+ </widget>
+ </column>
+
+
+ </columns>
+ </widget>
+ </widget>
+
+</widget_description>
+
Added: Tuathanach/data/gui55/infowindow.xml
===================================================================
--- Tuathanach/data/gui55/infowindow.xml (rev 0)
+++ Tuathanach/data/gui55/infowindow.xml 2011-06-21 02:37:05 UTC (rev 185)
@@ -0,0 +1,361 @@
+<widget_description>
+
+<widget name="InfoWindow" factory="pawsInfoWindow"
+ visible="yes" savepositions="yes" movable="yes" resizable="yes" configurable="yes" >
+ <frame x="0" y="50" width="161" height="145" border="no" />
+ <minframe width="161" height="145" />
+ <bgimage resource="Scaling Widget Background" />
+
+
+
+<!-- Personal Info (HP, Mana, Fatigue) -->
+
+<widget name="My HP" factory="pawsProgressBar" tooltip="Health">
+ <frame x="5" y="6" width="150" height="9" border="no" />
+ <color r="50" g="0" b="0" />
+ <fadecolor r="255" g="0" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My HP Pct" factory="pawsTextBox" tooltip="Health">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="5" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<widget name="My PysStamina" factory="pawsProgressBar" tooltip="Physical Stamina">
+ <frame x="5" y="15" width="150" height="9" border="no" />
+ <color r="0" g="50" b="0" />
+ <fadecolor r="0" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My PysStamina Pct" factory="pawsTextBox" tooltip="Physical Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="15" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My Mana" factory="pawsProgressBar" tooltip="Mana">
+ <frame x="5" y="25" width="150" height="9" border="no" />
+ <color r="0" g="0" b="50" />
+ <fadecolor r="120" g="0" b="190" />
+ <subscriptions>
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My Mana Pct" factory="pawsTextBox" tooltip="Mana">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="25" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My MenStamina" factory="pawsProgressBar" tooltip="Mental Stamina">
+ <frame x="5" y="35" width="150" height="9" border="no" />
+ <color r="0" g="0" b="0" />
+ <fadecolor r="120" g="130" b="140" />
+ <subscriptions>
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My MenStamina Pct" factory="pawsTextBox" tooltip="Mental Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="35" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+
+<!-- Attack Stances -->
+
+<widget name="BtnStance1" id="100" tooltip="Bloody" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="6" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackBloody" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance2" id="200" tooltip="Aggressive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="31" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackAggressive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance3" id="300" tooltip="Normal" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="56" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackNormal" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance4" id="400" tooltip="Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="81" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackDefensive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance5" id="500" tooltip="Full Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="106" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackFullDef" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance0" id="600" tooltip="Stop Attack" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="131" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonStopAttack" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Spell Power -->
+
+<widget name="KFactor" factory="pawsScrollBar" direction="horizontal" tooltip="Spell Power">
+ <frame x="6" y="70" width="150" height="11" border="no" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="KFactor Pct" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="76" y="70" width="25" height="20" border="no"/>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Target Info -->
+<widget name="Target HP" factory="pawsProgressBar" tooltip="Selected Target">
+ <frame x="6" y="85" width="149" height="9" border="no" />
+ <color r="50" g="0" b="50" />
+ <fadecolor r="255" g="0" b="255" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Target HP Pct" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="85" width="40" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Targeted" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="50" y="85" width="121" height="12" border="no"/>
+ <subscriptions>
+ <subscribe data="sTargetName" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+
+<!-- Clock -->
+
+<widget name="Time" factory="pawsTextBox" tooltip="Time">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="10" y="100" width="100" height="10" border="no"/>
+ <subscriptions>
+ <subscribe data="TimeOfDayStr" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Trias -->
+
+<widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="110" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="0" size="10" />
+ <text string="Trias" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="80" y="110" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Weight -->
+
+<widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="80" y="120" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="0" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="120" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="0" b="0" size="10" />
+ <text string="Weight" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Progression Points -->
+
+<widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="10" y="130" width="100" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="0" g="255" b="0" size="10" />
+ <text string="PP" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="80" y="130" width="40" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="0" g="255" b="0" size="7" />
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+</widget>
+</widget_description>
Added: Tuathanach/data/gui55/inventory.xml
===================================================================
--- Tuathanach/data/gui55/inventory.xml (rev 0)
+++ Tuathanach/data/gui55/inventory.xml 2011-06-21 02:37:05 UTC (rev 185)
@@ -0,0 +1,304 @@
+<widget_description>
+
+<widget name="InventoryWindow" factory="pawsInventoryWindow" visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="200" y="100" width="308" height="318" border="yes" />
+ <title resource="Scaling Title Bar" text="Inventory" align="left" close_button="yes"/>
+
+ <widget name="View" factory="pawsButton" id="1005" tooltip="View Item">
+ <frame x="164" y="110" width="36" height="36"/>
+ <bgimage resource="view"/>
+ </widget>
+
+
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0" alwaysontop="yes">
+ <frame x="10" y="164" width="288" height="144" border="no"/>
+
+ <columns height="36" headings="no" >
+ <column width="36" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk1" factory="pawsSlot" margin="10">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk4" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk5" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk6" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk7" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+
+
+ <widget name="InventoryCharacter" factory="pawsWidget" alwaysontop="true">
+ <frame x="10" y="10" width="144" height="144" />
+ <bgimage resource="Scaling Widget Background"/>
+
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="0" y="0" width="36" height="36" border="no"/>
+ <!--<mask resource="invborder" />-->
+ <map file="podium" sector="podium" />
+ <distance value="1.0"/>
+ <cameramod x="-0.025" y="1.0" z="0.0"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">
+ <frame x="0" y="36" width="36" height="36" />
+ <bgimage resource="InventoryRight" alpha="0"/>
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_0" />
+ </subscriptions>
+ </widget>
+ <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">
+ <frame x="108" y="36" width="36" height="36" />
+ <bgimage resource="InventoryLeft" alpha="0"/>
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_1" />
+ </subscriptions>
+ </widget>
+
+ <widget name="leftfinger" factory="pawsSlot" tooltip="Left Finger">
+ <frame x="72" y="36" width="36" height="36" />
+ <bgimage resource="InventoryLeftFinger" alpha="0"/>
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_4" />
+ </subscriptions>
+ </widget>
+ <widget name="rightfinger" factory="pawsSlot" tooltip="Right Finger">
+ <frame x="36" y="36" width="36" height="36" />
+ <bgimage resource="InventoryRightFinger" alpha="0"/>
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_3" />
+ </subscriptions>
+ </widget>
+
+ <widget name="helm" factory="pawsSlot" tooltip="Helm">
+ <frame x="36" y="0" width="36" height="36" />
+ <bgimage resource="InventoryHead" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_5" />
+ </subscriptions>
+ </widget>
+ <widget name="mind" factory="pawsSlot" tooltip="Mind">
+ <frame x="72" y="0" width="36" height="36" />
+ <bgimage resource="InventoryMind" alpha="0"/>
+ <ident container="-2" id="13" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_15" />
+ </subscriptions>
+ </widget>
+ <widget name="neck" factory="pawsSlot" tooltip="Neck">
+ <frame x="108" y="0" width="36" height="36" />
+ <bgimage resource="InventoryNeck" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_6" />
+ </subscriptions>
+ </widget>
+ <widget name="back" factory="pawsSlot" tooltip="Back">
+ <frame x="36" y="72" width="36" height="36" />
+ <bgimage resource="InventoryBack" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_7" />
+ </subscriptions>
+ </widget>
+
+ <widget name="arms" factory="pawsSlot" tooltip="Arms">
+ <frame x="0" y="72" width="36" height="36" />
+ <bgimage resource="InventoryArms" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_8" />
+ </subscriptions>
+ </widget>
+
+ <widget name="gloves" factory="pawsSlot" tooltip="Gloves">
+ <frame x="36" y="108" width="36" height="36" />
+ <bgimage resource="InventoryGloves" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_9" />
+ </subscriptions>
+ </widget>
+
+ <widget name="boots" factory="pawsSlot" tooltip="Boots">
+ <frame x="72" y="108" width="36" height="36" />
+ <bgimage resource="InventoryBoots" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_10" />
+ </subscriptions>
+ </widget>
+
+ <widget name="legs" factory="pawsSlot" tooltip="Legs">
+ <frame x="108" y="108" width="36" height="36" />
+ <bgimage resource="InventoryLegs" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_11" />
+ </subscriptions>
+ </widget>
+
+ <widget name="belt" factory="pawsSlot" tooltip="Belt">
+ <frame x="0" y="108" width="36" height="36" />
+ <bgimage resource="InventoryBelt" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_12" />
+ </subscriptions>
+ </widget>
+
+ <widget name="bracers" factory="pawsSlot" tooltip="Bracers">
+ <frame x="108" y="72" width="36" height="36" />
+ <bgimage resource="InventoryBracers" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_13" />
+ </subscriptions>
+ </widget>
+
+ <widget name="torso" factory="pawsSlot" tooltip="Torso">
+ <frame x="72" y="72" width="36" height="36" />
+ <bgimage resource="InventoryTorso" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_14" />
+ </subscriptions>
+ </widget>
+ </widget>
+
+
+ <widget name="NumericalData" factory="pawsWidget">
+ <frame x="164" y="10" width="150" height="200" />
+
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="45" y="95" width="90" height="20" />
+ <text string="0" horizAdjust="LEFT" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="Money" factory="pawsMoney" border="no" spacing="0">
+ <frame x="0" y="0" width="45" height="100" />
+ <subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="45" y="20" width="90" height="20" />
+ <text string="0" horizAdjust="LEFT" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="TotalCapacity" factory="pawsTextBox">
+ <frame x="65" y="60" width="60" height="20"/>
+ <text string="0" horizAdjust="RIGHT" />
+ <subscriptions>
+ <subscribe data="fmaxcapacity" />
+ </subscriptions>
+ </widget>
+
+ <widget name="CurrCapacity" factory="pawsTextBox">
+ <frame x="45" y="60" width="60" height="20"/>
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="fcurrcap" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalTriasLabel" factory="pawsTextBox" style="Header Font">
+ <frame x="45" y="80" width="50" height="20" />
+ <text string="Tria:" />
+ </widget>
+
+ <widget name="TotalWeightLabel" factory="pawsTextBox" style="Header Font">
+ <frame x="45" y="0" width="50" height="20" />
+ <text string="Weight:" />
+ </widget>
+
+ <widget name="TotalCapLabel" factory="pawsTextBox" style="Header Font">
+ <frame x="45" y="45" width="70" height="20" />
+ <text string="Capacity:" />
+ </widget>
+
+ </widget>
+</widget>
+
+
+</widget_description>
Added: Tuathanach/data/gui55/smallinventory.xml
===================================================================
--- Tuathanach/data/gui55/smallinventory.xml (rev 0)
+++ Tuathanach/data/gui55/smallinventory.xml 2011-06-21 02:37:05 UTC (rev 185)
@@ -0,0 +1,108 @@
+<widget_description>
+
+<widget name="SmallInventoryWindow" factory="pawsSmallInventoryWindow"
+ visible="no" savepositions="yes" movable="yes"
+ resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="100" y="400" width="358" height="164" border="yes" />
+ <title resource="Scaling Title Bar" text="Inventory" align="left" close_button="yes"/>
+
+
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="10" y="5" width="288" height="144" border="no"/>
+ <columns height="36" headings="no" >
+ <column width="36" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk4" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk5" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk6" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36" >
+ <widget name="Bulk7" factory="pawsSlot">
+ <frame x="0" y="0" width="36" height="36" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+
+
+ <widget name="TotalTriasLabel" factory="pawsTextBox" style="Header Font">
+ <frame x="308" y="5" width="50" height="20" />
+ <text string="Trias:" />
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="308" y="25" width="90" height="20" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="Money" factory="pawsMoney" border="no" >
+ <frame x="308" y="40" width="96" height="96"/>
+ <subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+
+
+</widget>
+
+
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-11-29 00:32:29
|
Revision: 184
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=184&view=rev
Author: tuathanach
Date: 2009-11-29 00:32:23 +0000 (Sun, 29 Nov 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/art/skins/myskin5.zip
Added: Tuathanach/art/skins/myskin5.zip
===================================================================
(Binary files differ)
Property changes on: Tuathanach/art/skins/myskin5.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-11-29 00:20:29
|
Revision: 182
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=182&view=rev
Author: tuathanach
Date: 2009-11-29 00:13:03 +0000 (Sun, 29 Nov 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/screenshots/myskin5.jpg
Added: Tuathanach/screenshots/myskin5.jpg
===================================================================
(Binary files differ)
Property changes on: Tuathanach/screenshots/myskin5.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-11-29 00:20:06
|
Revision: 183
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=183&view=rev
Author: tuathanach
Date: 2009-11-29 00:17:18 +0000 (Sun, 29 Nov 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui5/
Tuathanach/data/gui5/infowindow.xml
Tuathanach/data/gui5/inventory.xml
Tuathanach/data/gui5/skillwindow.xml
Tuathanach/data/gui5/smallinventory.xml
Added: Tuathanach/data/gui5/infowindow.xml
===================================================================
--- Tuathanach/data/gui5/infowindow.xml (rev 0)
+++ Tuathanach/data/gui5/infowindow.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,359 @@
+<widget_description>
+
+<widget name="InfoWindow" factory="pawsInfoWindow"
+ visible="yes" savepositions="yes" movable="yes" resizable="yes" configurable="yes" >
+ <frame x="0" y="50" width="161" height="145" border="no" />
+ <minframe width="161" height="145" />
+ <bgimage resource="Scaling Widget Background" />
+
+
+
+<!-- Personal Info (HP, Mana, Fatigue) -->
+
+<widget name="My HP Pct" factory="pawsTextBox" tooltip="Health">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="5" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My HP" factory="pawsProgressBar" tooltip="Health">
+ <frame x="5" y="6" width="150" height="9" border="no" />
+ <color r="50" g="0" b="0" />
+ <fadecolor r="255" g="0" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My PysStamina Pct" factory="pawsTextBox" tooltip="Physical Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="15" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My PysStamina" factory="pawsProgressBar" tooltip="Physical Stamina">
+ <frame x="5" y="15" width="150" height="9" border="no" />
+ <color r="0" g="50" b="0" />
+ <fadecolor r="0" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My Mana Pct" factory="pawsTextBox" tooltip="Mana">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="25" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My Mana" factory="pawsProgressBar" tooltip="Mana">
+ <frame x="5" y="25" width="150" height="9" border="no" />
+ <color r="0" g="0" b="50" />
+ <fadecolor r="120" g="0" b="190" />
+ <subscriptions>
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My MenStamina Pct" factory="pawsTextBox" tooltip="Mental Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="35" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My MenStamina" factory="pawsProgressBar" tooltip="Mental Stamina">
+ <frame x="5" y="35" width="150" height="9" border="no" />
+ <color r="0" g="0" b="0" />
+ <fadecolor r="120" g="130" b="140" />
+ <subscriptions>
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Attack Stances -->
+
+<widget name="BtnStance1" id="100" tooltip="Bloody" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="6" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackBloody" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance2" id="200" tooltip="Aggressive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="31" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackAggressive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance3" id="300" tooltip="Normal" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="56" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackNormal" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance4" id="400" tooltip="Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="81" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackDefensive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance5" id="500" tooltip="Full Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="106" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackFullDef" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance0" id="600" tooltip="Stop Attack" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="131" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonStopAttack" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Spell Power -->
+
+<widget name="KFactor" factory="pawsScrollBar" direction="horizontal" tooltip="Spell Power">
+ <frame x="6" y="70" width="150" height="11" border="no" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="KFactor Pct" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="76" y="70" width="25" height="20" border="no"/>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Target Info -->
+
+<widget name="Target HP Pct" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="85" width="40" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Targeted" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="50" y="85" width="121" height="12" border="no"/>
+ <subscriptions>
+ <subscribe data="sTargetName" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Target HP" factory="pawsProgressBar" tooltip="Selected Target">
+ <frame x="6" y="85" width="149" height="9" border="no" />
+ <color r="50" g="0" b="50" />
+ <fadecolor r="255" g="0" b="255" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Clock -->
+
+<widget name="Time" factory="pawsTextBox" tooltip="Time">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="10" y="100" width="100" height="10" border="no"/>
+ <subscriptions>
+ <subscribe data="TimeOfDayStr" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Trias -->
+
+<widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="110" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="0" size="10" />
+ <text string="Trias" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="80" y="110" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Weight -->
+
+<widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="80" y="120" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="0" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="120" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="0" b="0" size="10" />
+ <text string="Weight" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Progression Points -->
+
+<widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="10" y="130" width="100" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="0" g="255" b="0" size="10" />
+ <text string="PP" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="80" y="130" width="40" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="0" g="255" b="0" size="7" />
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+</widget>
+</widget_description>
Added: Tuathanach/data/gui5/inventory.xml
===================================================================
--- Tuathanach/data/gui5/inventory.xml (rev 0)
+++ Tuathanach/data/gui5/inventory.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,268 @@
+<widget_description>
+
+<widget name="InventoryWindow" factory="pawsInventoryWindow" visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="200" y="100" width="400" height="500" border="yes" />
+ <title resource="Scaling Title Bar" text="Inventory" align="left" close_button="yes"/>
+
+ <widget name="View" factory="pawsButton" id="1005" tooltip="View Item">
+ <frame x="232" y="5" width="32" height="32"/>
+ <bgimage resource="view"/>
+ </widget>
+
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="328" y="5" width="32" height="32" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="33"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+
+ <!--
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="200" y="86" width="175" height="293" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="4.5"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+ -->
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="200" y="50" width="200" height="400" border="no"/>
+ <columns height="48" headings="no" >
+ <column width="48" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="Money" factory="pawsMoney" border="no" spacing="3">
+ <frame x="3" y="3" width="0" height="0"/>
+ <subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">
+ <frame x="25" y="325" width="47" height="80" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_0" />
+ </subscriptions>
+ </widget>
+ <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">
+ <frame x="125" y="325" width="47" height="80" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_1" />
+ </subscriptions>
+ </widget>
+
+ <widget name="leftfinger" factory="pawsSlot" tooltip="Right Fingers">
+ <frame x="125" y="275" width="47" height="47" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_4" />
+ </subscriptions>
+ </widget>
+ <widget name="rightfinger" factory="pawsSlot" tooltip="Left Fingers">
+ <frame x="25" y="275" width="47" height="47" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_3" />
+ </subscriptions>
+ </widget>
+
+ <widget name="helm" factory="pawsSlot" tooltip="helm">
+ <frame x="75" y="125" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_5" />
+ </subscriptions>
+ </widget>
+ <widget name="neck" factory="pawsSlot" tooltip="Neck">
+ <frame x="125" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_6" />
+ </subscriptions>
+ </widget>
+ <widget name="back" factory="pawsSlot" tooltip="Back">
+ <frame x="25" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_7" />
+ </subscriptions>
+ </widget>
+
+ <widget name="arms" factory="pawsSlot" tooltip="Arms">
+ <frame x="75" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_8" />
+ </subscriptions>
+ </widget>
+
+ <widget name="gloves" factory="pawsSlot" tooltip="Gloves">
+ <frame x="125" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_9" />
+ </subscriptions>
+ </widget>
+
+ <widget name="boots" factory="pawsSlot" tooltip="Boots">
+ <frame x="75" y="425" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_10" />
+ </subscriptions>
+ </widget>
+
+ <widget name="legs" factory="pawsSlot" tooltip="Legs">
+ <frame x="75" y="375" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_11" />
+ </subscriptions>
+ </widget>
+
+ <widget name="belt" factory="pawsSlot" tooltip="Belt">
+ <frame x="75" y="325" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_12" />
+ </subscriptions>
+ </widget>
+
+ <widget name="bracers" factory="pawsSlot" tooltip="Bracers">
+ <frame x="25" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_13" />
+ </subscriptions>
+ </widget>
+
+ <widget name="torso" factory="pawsSlot" tooltip="Torso">
+ <frame x="75" y="275" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_14" />
+ </subscriptions>
+ </widget>
+
+ <widget name="mind" factory="pawsSlot" tooltip="Mind">
+ <frame x="75" y="175" width="48" height="48" />
+ <ident container="-2" id="13" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_15" />
+ </subscriptions>
+ </widget>
+
+
+
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="100" y="40" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="100" y="60" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="TotalCapacity" factory="pawsTextBox">
+ <frame x="145" y="80" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+
+ <subscriptions>
+ <subscribe data="fmaxcapacity" />
+ </subscriptions>
+ </widget>
+
+ <widget name="CurrCapacity" factory="pawsTextBox">
+ <frame x="100" y="80" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="215" g="167" b="32" size="9" />
+
+ <subscriptions>
+ <subscribe data="fcurrcap" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="40" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Tria" />
+ </widget>
+
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="60" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Weight:" />
+ </widget>
+
+ <widget name="TotalCapLabel" factory="pawsTextBox">
+ <frame x="10" y="80" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Capacity:" />
+ </widget>
+
+</widget>
+
+
+
+</widget_description>
Added: Tuathanach/data/gui5/skillwindow.xml
===================================================================
--- Tuathanach/data/gui5/skillwindow.xml (rev 0)
+++ Tuathanach/data/gui5/skillwindow.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,527 @@
+<widget_description>
+
+ <widget name="SkillWindow" factory="pawsSkillWindow" visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="50" y="50" width="370" height="500" border="yes" />
+ <title resource="Scaling Title Bar" text="Stats and Skills" align="left" close_button="yes" />
+
+ <!-- Vitals (HP, Mana, Stamina) -->
+ <widget name="HPLbl" factory="pawsTextBox" >
+ <frame x="21" y="24" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Hit Points" />
+ </widget>
+ <widget name="ManaLbl" factory="pawsTextBox" >
+ <frame x="21" y="42" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mana" />
+ </widget>
+ <widget name="PysStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="60" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Physical Stamina" />
+ </widget>
+ <widget name="MenStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="78" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mental Stamina" />
+ </widget>
+ <widget name="ExperienceLbl" factory="pawsTextBox" >
+ <frame x="21" y="96" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Experience" />
+ </widget>
+
+ <!-- Vitals: numbers -->
+ <widget name="HPFrac" factory="pawsTextBox" >
+ <frame x="150" y="24" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ManaFrac" factory="pawsTextBox" >
+ <frame x="150" y="42" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="PysStaminaFrac" factory="pawsTextBox" >
+ <frame x="150" y="60" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="MenStaminaFrac" factory="pawsTextBox">
+ <frame x="150" y="78" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ExperiencePerc" factory="pawsTextBox">
+ <frame x="150" y="96" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ <subscriptions format="percent">
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Vitals: bars -->
+ <widget name="HPBar" factory="pawsProgressBar">
+ <frame x="20" y="26" width="186" height="9" 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="20" y="44" width="186" height="9" 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="20" y="62" width="186" height="9" 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="20" y="80" width="186" height="9" 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="20" y="98" width="186" height="9" border="no" />
+ <color r="75" g="50" b="0" />
+ <fadecolor r="255" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Doll -->
+
+
+ <!-- Progression Points -->
+ <widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="225" y="65" width="140" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
+ <text string="PP's" horizAdjust="LEFT" />
+ </widget>
+
+ <widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="320" y="65" width="50" height="20" border="no" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Trias -->
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="225" y="90" width="95" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
+ <text string="Trias" horizAdjust="LEFT"/>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="320" y="90" width="70" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+ <!-- buttons -->
+ <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
+ <frame x="225" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+ <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
+ <frame x="260" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+
+ <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
+ <frame x="295" y="26" width="32" height="32" />
+ <bgimage resource="FilterSkill" />
+ </widget>
+
+
+ <!-- Skills -->
+ <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
+ <frame x="0" y="120" 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="2" y="4" width="37" height="20" />
+ <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="39" y="4" width="48" height="20" 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="87" y="4" width="82" height="20" />
+ <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="169" y="4" width="73" height="20" />
+
+ <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="241" y="4" width="66" height="20" />
+ <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="307" y="4" width="81" height="20" />
+ <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="10" y="30" width="360" 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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Stats:" />
+ </widget>
+
+ <widget name="StatsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="80" >
+ <widget name="StatsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="60" >
+ <widget name="StatsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="StatsIndCol" factory="pawsWidget">
+ <widget name="StatsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Stats description:" />
+ </widget>
+
+ <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
+ <frame x="10" y="30" width="360" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Factions:" />
+ </widget>
+
+ <widget name="FactionList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="FactionName" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="FactionRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Faction description:" />
+ </widget>
+
+ <widget name="FactionDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
+ <frame x="10" y="30" width="360" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Combat Skills List:" />
+ </widget>
+
+ <widget name="CombatSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="CombatSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="CombatRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="CombatIndCol" factory="pawsWidget">
+ <widget name="CombatIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Combat Skill description:" />
+ </widget>
+
+ <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
+ <frame x="10" y="30" width="360" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Magic Skills List:" />
+ </widget>
+
+ <widget name="MagicSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="MagicSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="MagicRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="MagicIndCol" factory="pawsWidget">
+ <widget name="MagicIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Magic Skill description:" />
+ </widget>
+
+ <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
+ <frame x="10" y="30" width="360" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Jobs Skills List:" />
+ </widget>
+
+ <widget name="JobsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="JobsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="JobsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="JobsIndCol" factory="pawsWidget">
+ <widget name="JobsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Jobs Skill description:" />
+ </widget>
+
+ <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
+ <frame x="10" y="30" width="360" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Various Skills List:" />
+ </widget>
+
+ <widget name="VariousSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="345" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="VariousSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="VariousRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="180" >
+ <widget name="VariousIndCol" factory="pawsWidget">
+ <widget name="VariousIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="170" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Various Skill description:" />
+ </widget>
+
+ <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+ </widget>
+
+
+</widget>
+
+</widget_description>
+
+
Added: Tuathanach/data/gui5/smallinventory.xml
===================================================================
--- Tuathanach/data/gui5/smallinventory.xml (rev 0)
+++ Tuathanach/data/gui5/smallinventory.xml 2009-11-29 00:17:18 UTC (rev 183)
@@ -0,0 +1,87 @@
+<widget_description>
+
+<widget name="SmallInventoryWindow" factory="pawsSmallInventoryWindow"
+ visible="no" savepositions="yes" movable="yes"
+ resizable="no" configurable="yes" style="New Standard GUI">
+
+ <frame x="600" y="100" width="155" height="380" border="yes" />
+ <title resource="Scaling Title Bar" text="Inventory" align="left" close_button="yes"/>
+
+
+
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="5" y="10" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="10" />
+ <text string="Weight:" />
+ </widget>
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="55" y="10" width="120" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="10" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="75" y="365" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="24" y="365" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
+ <text string="Trias:" />
+ </widget>
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="5" y="40" width="150" height="290" border="no" />
+ <columns height="36.31" headings="no">
+ <column width="36.31">
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="Money" factory="pawsMoney" border="yes">
+ <frame x="25" y="340" width="0" height="0" />
+<subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+ </widget>
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-07 12:32:16
|
Revision: 181
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=181&view=rev
Author: tuathanach
Date: 2009-01-07 12:32:14 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
resizeable and got target progress bar
Added Paths:
-----------
Tuathanach/data/gui/infowindow.xml
Added: Tuathanach/data/gui/infowindow.xml
===================================================================
--- Tuathanach/data/gui/infowindow.xml (rev 0)
+++ Tuathanach/data/gui/infowindow.xml 2009-01-07 12:32:14 UTC (rev 181)
@@ -0,0 +1,357 @@
+<widget_description>
+
+<widget name="InfoWindow" factory="pawsInfoWindow"
+ visible="yes" savepositions="yes" movable="yes" resizable="yes" configurable="yes" >
+ <frame x="0" y="50" width="161" height="145" border="no" />
+ <bgimage resource="Info Background" alpha="100" />
+
+
+<!-- Personal Info (HP, Mana, Fatigue) -->
+
+<widget name="My HP Pct" factory="pawsTextBox" tooltip="Health">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="5" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+ <attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="ATTACH_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My HP" factory="pawsProgressBar" tooltip="Health">
+ <frame x="5" y="6" width="150" height="9" border="no" />
+ <color r="50" g="0" b="0" />
+ <fadecolor r="255" g="0" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My PysStamina Pct" factory="pawsTextBox" tooltip="Physical Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="15" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My PysStamina" factory="pawsProgressBar" tooltip="Physical Stamina">
+ <frame x="5" y="15" width="150" height="9" border="no" />
+ <color r="0" g="50" b="0" />
+ <fadecolor r="0" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My Mana Pct" factory="pawsTextBox" tooltip="Mana">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="25" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My Mana" factory="pawsProgressBar" tooltip="Mana">
+ <frame x="5" y="25" width="150" height="9" border="no" />
+ <color r="0" g="0" b="50" />
+ <fadecolor r="120" g="0" b="190" />
+ <subscriptions>
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="My MenStamina Pct" factory="pawsTextBox" tooltip="Mental Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="35" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="My MenStamina" factory="pawsProgressBar" tooltip="Mental Stamina">
+ <frame x="5" y="35" width="150" height="9" border="no" />
+ <color r="0" g="0" b="0" />
+ <fadecolor r="120" g="130" b="140" />
+ <subscriptions>
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Attack Stances -->
+
+<widget name="BtnStance1" id="100" tooltip="Bloody" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="6" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackBloody" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance2" id="200" tooltip="Aggressive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="31" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackAggressive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance3" id="300" tooltip="Normal" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="56" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackNormal" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance4" id="400" tooltip="Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="81" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackDefensive" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance5" id="500" tooltip="Full Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="106" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackFullDef" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="BtnStance0" id="600" tooltip="Stop Attack" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="131" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonStopAttack" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Spell Power -->
+
+<widget name="KFactor" factory="pawsScrollBar" direction="horizontal" tooltip="Spell Power">
+ <frame x="6" y="70" width="150" height="11" border="no" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="KFactor Pct" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="76" y="70" width="25" height="20" border="no"/>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Target Info -->
+
+<widget name="Target HP Pct" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="85" width="40" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Targeted" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="50" y="85" width="121" height="12" border="no"/>
+ <subscriptions>
+ <subscribe data="sTargetName" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+<widget name="Target HP" factory="pawsProgressBar" tooltip="Selected Target">
+ <frame x="6" y="85" width="149" height="9" border="no" />
+ <color r="50" g="0" b="50" />
+ <fadecolor r="255" g="0" b="255" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="PROPORTIONAL_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="ATTACH_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Clock -->
+
+<widget name="Time" factory="pawsTextBox" tooltip="Time">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="10" y="100" width="100" height="10" border="no"/>
+ <subscriptions>
+ <subscribe data="TimeOfDayStr" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+
+<!-- Trias -->
+
+<widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="110" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="0" size="10" />
+ <text string="Trias" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="80" y="110" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Weight -->
+
+<widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="80" y="120" width="90" height="30" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="0" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="120" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="0" b="0" size="10" />
+ <text string="Weight" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<!-- Progression Points -->
+
+<widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="10" y="130" width="100" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="0" g="255" b="0" size="10" />
+ <text string="PP" />
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+
+<widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="80" y="130" width="40" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="0" g="255" b="0" size="7" />
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+<attachpoints>
+ <attach point="PROPORTIONAL_RIGHT" />
+ <attach point="ATTACH_BOTTOM" />
+ <attach point="PROPORTIONAL_TOP" />
+ <attach point="PROPORTIONAL_LEFT" />
+ </attachpoints>
+</widget>
+</widget>
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-07 12:31:38
|
Revision: 180
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=180&view=rev
Author: tuathanach
Date: 2009-01-07 12:31:25 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
not resizeable
Removed Paths:
-------------
Tuathanach/data/gui/infowindow.xml
Deleted: Tuathanach/data/gui/infowindow.xml
===================================================================
--- Tuathanach/data/gui/infowindow.xml 2009-01-07 10:56:26 UTC (rev 179)
+++ Tuathanach/data/gui/infowindow.xml 2009-01-07 12:31:25 UTC (rev 180)
@@ -1,202 +0,0 @@
-<widget_description>
-
-<widget name="InfoWindow" factory="pawsInfoWindow"
- visible="yes" savepositions="yes" movable="yes" resizable="no" configurable="yes" >
- <frame x="0" y="50" width="161" height="145" border="no" />
- <bgimage resource="Info Background" alpha="100" />
-
-
-<!-- Personal Info (HP, Mana, Fatigue) -->
-
-<widget name="My HP Pct" factory="pawsTextBox" tooltip="Health">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
- <frame x="6" y="5" width="149" height="9" border="no"/>
- <subscriptions format="percent">
- <subscribe data="fVitalValue0:Self" />
- </subscriptions>
-</widget>
-<widget name="My HP" factory="pawsProgressBar" tooltip="Health">
- <frame x="5" y="6" width="150" height="9" 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="My PysStamina Pct" factory="pawsTextBox" tooltip="Physical Stamina">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
- <frame x="6" y="15" width="149" height="9" border="no"/>
- <subscriptions format="percent">
- <subscribe data="fVitalValue2:Self" />
- </subscriptions>
-</widget>
-<widget name="My PysStamina" factory="pawsProgressBar" tooltip="Physical Stamina">
- <frame x="5" y="15" width="150" height="9" border="no" />
- <color r="0" g="50" b="0" />
- <fadecolor r="0" g="255" b="0" />
- <subscriptions>
- <subscribe data="fVitalValue2:Self" />
- </subscriptions>
-</widget>
-
-<widget name="My Mana Pct" factory="pawsTextBox" tooltip="Mana">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
- <frame x="6" y="25" width="149" height="9" border="no"/>
- <subscriptions format="percent">
- <subscribe data="fVitalValue1:Self" />
- </subscriptions>
-</widget>
-<widget name="My Mana" factory="pawsProgressBar" tooltip="Mana">
- <frame x="5" y="25" width="150" height="9" 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="My MenStamina Pct" factory="pawsTextBox" tooltip="Mental Stamina">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
- <frame x="6" y="35" width="149" height="9" border="no"/>
- <subscriptions format="percent">
- <subscribe data="fVitalValue3:Self" />
- </subscriptions>
-</widget>
-<widget name="My MenStamina" factory="pawsProgressBar" tooltip="Mental Stamina">
- <frame x="5" y="35" width="150" height="9" border="no" />
- <color r="0" g="0" b="0" />
- <fadecolor r="120" g="130" b="140" />
- <subscriptions>
- <subscribe data="fVitalValue3:Self" />
- </subscriptions>
-</widget>
-
-
-<!-- Attack Stances -->
-
-<widget name="BtnStance1" id="100" tooltip="Bloody" factory="pawsButton" visible="yes" sound="gui.toolbar">
- <frame x="6" y="45" width="25" height="25" border="no" />
- <bgimage resource="ButtonAttackBloody" />
-</widget>
-<widget name="BtnStance2" id="200" tooltip="Aggressive" factory="pawsButton" visible="yes" sound="gui.toolbar">
- <frame x="31" y="45" width="25" height="25" border="no" />
- <bgimage resource="ButtonAttackAggressive" />
-</widget>
-<widget name="BtnStance3" id="300" tooltip="Normal" factory="pawsButton" visible="yes" sound="gui.toolbar">
- <frame x="56" y="45" width="25" height="25" border="no" />
- <bgimage resource="ButtonAttackNormal" />
-</widget>
-<widget name="BtnStance4" id="400" tooltip="Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
- <frame x="81" y="45" width="25" height="25" border="no" />
- <bgimage resource="ButtonAttackDefensive" />
-</widget>
-<widget name="BtnStance5" id="500" tooltip="Full Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
- <frame x="106" y="45" width="25" height="25" border="no" />
- <bgimage resource="ButtonAttackFullDef" />
-</widget>
-<widget name="BtnStance0" id="600" tooltip="Stop Attack" factory="pawsButton" visible="yes" sound="gui.toolbar">
- <frame x="131" y="45" width="25" height="25" border="no" />
- <bgimage resource="ButtonStopAttack" />
-</widget>
-
-<!-- Spell Power -->
-
-<widget name="KFactor" factory="pawsScrollBar" direction="horizontal" tooltip="Spell Power">
- <frame x="6" y="70" width="150" height="11" border="no" />
-</widget>
-<widget name="KFactor Pct" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
- <frame x="76" y="70" width="25" height="20" border="no"/>
-</widget>
-
-
-<!-- Target Info -->
-
-<widget name="Target HP Pct" factory="pawsTextBox" tooltip="Selected Target">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
- <frame x="6" y="85" width="29" height="9" border="no"/>
- <subscriptions format="percent">
- <subscribe data="fVitalValue0:Target" />
- </subscriptions>
-</widget>
-<widget name="Targeted" factory="pawsTextBox" tooltip="Selected Target">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
- <frame x="50" y="85" width="121" height="12" border="no"/>
- <subscriptions>
- <subscribe data="sTargetName" />
- </subscriptions>
-</widget>
-<widget name="Target HP" factory="pawsProgressBar" tooltip="Selected Target">
- <frame x="6" y="785" width="150" height="9" border="no" />
- <color r="50" g="0" b="50" />
- <fadecolor r="255" g="0" b="255" />
- <subscriptions>
- <subscribe data="fVitalValue0:Target" />
- </subscriptions>
-</widget>
-
-
-<!-- Clock -->
-
-<widget name="Time" factory="pawsTextBox" tooltip="Time">
- <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
- <frame x="10" y="100" width="100" height="10" border="no"/>
- <subscriptions>
- <subscribe data="TimeOfDayStr" />
- </subscriptions>
-</widget>
-
-
-<!-- Trias -->
-
-<widget name="TotalTriasLabel" factory="pawsTextBox">
- <frame x="10" y="110" width="50" height="30" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="0" size="10" />
- <text string="Trias" />
-</widget>
-
-<widget name="TotalTrias" factory="pawsTextBox">
- <frame x="80" y="110" width="90" height="20" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="0" size="7" />
- <text string="0" />
- <subscriptions>
- <subscribe data="sigInvMoneyTotal" />
- </subscriptions>
-</widget>
-
-<!-- Weight -->
-
-<widget name="TotalWeight" factory="pawsTextBox">
- <frame x="80" y="120" width="90" height="30" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="0" b="0" size="7" />
- <text string="0" />
- <subscriptions>
- <subscribe data="sigInvWeightTotal" />
- </subscriptions>
-</widget>
-
-<widget name="TotalWeightLabel" factory="pawsTextBox">
- <frame x="10" y="120" width="50" height="30" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="0" b="0" size="10" />
- <text string="Weight" />
-</widget>
-
-<!-- Progression Points -->
-
-<widget name="PPLabel" factory="pawsTextBox" >
- <frame x="10" y="130" width="100" height="20" border="no" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="0" g="255" b="0" size="10" />
- <text string="PP" />
-</widget>
-
-<widget name="PPTotal" factory="pawsTextBox" >
- <frame x="80" y="130" width="40" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="0" g="255" b="0" size="7" />
- <subscriptions>
- <subscribe data="fProgrPts:Self" />
- </subscriptions>
-</widget>
-
-</widget>
-</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-07 10:56:29
|
Revision: 179
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=179&view=rev
Author: tuathanach
Date: 2009-01-07 10:56:26 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/minidoll_inventory.xml
Added: Tuathanach/data/gui/minidoll_inventory.xml
===================================================================
--- Tuathanach/data/gui/minidoll_inventory.xml (rev 0)
+++ Tuathanach/data/gui/minidoll_inventory.xml 2009-01-07 10:56:26 UTC (rev 179)
@@ -0,0 +1,273 @@
+<widget_description>
+
+<widget name="InventoryWindow" factory="pawsInventoryWindow"
+ visible="no" savepositions="yes" movable="yes"
+ resizable="no" configurable="yes">
+
+ <frame x="200" y="100" width="400" height="500" border="yes" />
+ <bgimage resource="Inventory" alpha="128" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="15" />
+
+ <title resource="Blue Title" text="Inventory" align="left" close_button="yes"/>
+
+ <widget name="View" factory="pawsButton" id="1005" tooltip="View Item">
+ <frame x="232" y="5" width="32" height="32"/>
+ <bgimage resource="view"/>
+ </widget>
+
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="328" y="5" width="32" height="32" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="33"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+
+ <!--
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="200" y="86" width="175" height="293" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="4.5"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+ -->
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="200" y="50" width="200" height="400" border="no"/>
+ <columns height="48" headings="no" >
+ <column width="48" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="Money" factory="pawsMoney" border="no" spacing="3">
+ <frame x="3" y="3" width="0" height="0"/>
+ <subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">
+ <frame x="25" y="325" width="47" height="80" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_0" />
+ </subscriptions>
+ </widget>
+ <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">
+ <frame x="125" y="325" width="47" height="80" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_1" />
+ </subscriptions>
+ </widget>
+
+ <widget name="leftfinger" factory="pawsSlot" tooltip="Right Fingers">
+ <frame x="125" y="275" width="47" height="47" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_4" />
+ </subscriptions>
+ </widget>
+ <widget name="rightfinger" factory="pawsSlot" tooltip="Left Fingers">
+ <frame x="25" y="275" width="47" height="47" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_3" />
+ </subscriptions>
+ </widget>
+
+ <widget name="helm" factory="pawsSlot" tooltip="helm">
+ <frame x="75" y="125" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_5" />
+ </subscriptions>
+ </widget>
+ <widget name="neck" factory="pawsSlot" tooltip="Neck">
+ <frame x="125" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_6" />
+ </subscriptions>
+ </widget>
+ <widget name="back" factory="pawsSlot" tooltip="Back">
+ <frame x="25" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_7" />
+ </subscriptions>
+ </widget>
+
+ <widget name="arms" factory="pawsSlot" tooltip="Arms">
+ <frame x="75" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_8" />
+ </subscriptions>
+ </widget>
+
+ <widget name="gloves" factory="pawsSlot" tooltip="Gloves">
+ <frame x="125" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_9" />
+ </subscriptions>
+ </widget>
+
+ <widget name="boots" factory="pawsSlot" tooltip="Boots">
+ <frame x="75" y="425" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_10" />
+ </subscriptions>
+ </widget>
+
+ <widget name="legs" factory="pawsSlot" tooltip="Legs">
+ <frame x="75" y="375" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_11" />
+ </subscriptions>
+ </widget>
+
+ <widget name="belt" factory="pawsSlot" tooltip="Belt">
+ <frame x="75" y="325" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_12" />
+ </subscriptions>
+ </widget>
+
+ <widget name="bracers" factory="pawsSlot" tooltip="Bracers">
+ <frame x="25" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_13" />
+ </subscriptions>
+ </widget>
+
+ <widget name="torso" factory="pawsSlot" tooltip="Torso">
+ <frame x="75" y="275" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_14" />
+ </subscriptions>
+ </widget>
+
+ <widget name="mind" factory="pawsSlot" tooltip="Mind">
+ <frame x="75" y="175" width="48" height="48" />
+ <ident container="-2" id="13" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_15" />
+ </subscriptions>
+ </widget>
+
+
+
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="110" y="25" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="110" y="55" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="TotalCapacity" factory="pawsTextBox">
+ <frame x="150" y="85" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="fmaxcapacity" />
+ </subscriptions>
+ </widget>
+
+ <widget name="CurrCapacity" factory="pawsTextBox">
+ <frame x="110" y="85" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="215" g="167" b="32" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="fcurrcap" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="100" y="10" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Tria" />
+ </widget>
+
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="100" y="40" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Weight:" />
+ </widget>
+
+ <widget name="TotalCapLabel" factory="pawsTextBox">
+ <frame x="100" y="70" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Capacity:" />
+ </widget>
+
+</widget>
+
+
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-07 10:56:13
|
Revision: 178
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=178&view=rev
Author: tuathanach
Date: 2009-01-07 10:56:10 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/descedit_skillwindow.xml
Added: Tuathanach/data/gui/descedit_skillwindow.xml
===================================================================
--- Tuathanach/data/gui/descedit_skillwindow.xml (rev 0)
+++ Tuathanach/data/gui/descedit_skillwindow.xml 2009-01-07 10:56:10 UTC (rev 178)
@@ -0,0 +1,533 @@
+<widget_description>
+
+<widget name="SkillWindow" factory="pawsSkillWindow"
+ visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes">
+
+ <frame x="50" y="50" width="390" height="500" border="yes" justtitle="yes" />
+ <title resource="Blue Title" text="Stats and Skills" align="left" close_button="yes" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="-1" g="-1" b="-1" size="9" />
+ <bgimage resource="Skills Background" alpha="200" />
+
+ <!-- Vitals (HP, Mana, Stamina) -->
+ <widget name="HPLbl" factory="pawsTextBox" >
+ <frame x="21" y="24" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Hit Points" />
+ </widget>
+ <widget name="ManaLbl" factory="pawsTextBox" >
+ <frame x="21" y="42" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mana" />
+ </widget>
+ <widget name="PysStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="60" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Physical Stamina" />
+ </widget>
+ <widget name="MenStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="78" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mental Stamina" />
+ </widget>
+ <widget name="ExperienceLbl" factory="pawsTextBox" >
+ <frame x="21" y="96" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Experience" />
+ </widget>
+
+ <!-- Vitals: numbers -->
+ <widget name="HPFrac" factory="pawsTextBox" >
+ <frame x="150" y="24" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ManaFrac" factory="pawsTextBox" >
+ <frame x="150" y="42" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="PysStaminaFrac" factory="pawsTextBox" >
+ <frame x="150" y="60" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="MenStaminaFrac" factory="pawsTextBox">
+ <frame x="150" y="78" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ExperiencePerc" factory="pawsTextBox">
+ <frame x="150" y="96" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ <subscriptions format="percent">
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Vitals: bars -->
+ <widget name="HPBar" factory="pawsProgressBar">
+ <frame x="20" y="26" width="186" height="9" 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="20" y="44" width="186" height="9" 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="20" y="62" width="186" height="9" 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="20" y="80" width="186" height="9" 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="20" y="98" width="186" height="9" border="no" />
+ <color r="75" g="50" b="0" />
+ <fadecolor r="255" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Doll -->
+
+
+ <!-- Progression Points -->
+ <widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="225" y="65" width="140" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
+ <text string="PP's" horizAdjust="LEFT" />
+ </widget>
+
+ <widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="320" y="65" width="50" height="20" border="no" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Trias -->
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="225" y="90" width="95" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
+ <text string="Trias" horizAdjust="LEFT"/>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="320" y="90" width="70" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+ <!-- buttons -->
+ <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
+ <frame x="225" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+ <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
+ <frame x="260" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+
+ <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
+ <frame x="295" y="26" width="32" height="32" />
+ <bgimage resource="FilterSkill" />
+ </widget>
+
+ <widget name="EditDesc" factory="pawsButton" id="102" tooltip="Modify Description" >
+ <frame x="330" y="26" width="32" height="32" />
+ <bgimage resource="Scribe" />
+ </widget>
+
+ <!-- Skills -->
+ <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
+ <frame x="0" y="125" 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="2" y="4" width="37" />
+ <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="39" y="4" width="48" 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="87" 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="169" y="4" width="73" />
+
+ <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="241" y="4" width="66" />
+ <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="307" y="4" width="81" />
+ <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="10" y="30" width="390" 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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Stats:" />
+ </widget>
+
+ <widget name="StatsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="80" >
+ <widget name="StatsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="60" >
+ <widget name="StatsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="StatsIndCol" factory="pawsWidget">
+ <widget name="StatsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Stats description:" />
+ </widget>
+
+ <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Factions:" />
+ </widget>
+
+ <widget name="FactionList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="FactionName" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="FactionRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Faction description:" />
+ </widget>
+
+ <widget name="FactionDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Combat Skills List:" />
+ </widget>
+
+ <widget name="CombatSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="CombatSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="CombatRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="CombatIndCol" factory="pawsWidget">
+ <widget name="CombatIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Combat Skill description:" />
+ </widget>
+
+ <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Magic Skills List:" />
+ </widget>
+
+ <widget name="MagicSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="MagicSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="MagicRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="MagicIndCol" factory="pawsWidget">
+ <widget name="MagicIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Magic Skill description:" />
+ </widget>
+
+ <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Jobs Skills List:" />
+ </widget>
+
+ <widget name="JobsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="JobsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="JobsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="JobsIndCol" factory="pawsWidget">
+ <widget name="JobsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Jobs Skill description:" />
+ </widget>
+
+ <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Various Skills List:" />
+ </widget>
+
+ <widget name="VariousSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="VariousSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="VariousRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="VariousIndCol" factory="pawsWidget">
+ <widget name="VariousIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Various Skill description:" />
+ </widget>
+
+ <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+ </widget>
+
+
+</widget>
+
+</widget_description>
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-07 10:54:26
|
Revision: 177
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=177&view=rev
Author: tuathanach
Date: 2009-01-07 10:54:23 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
no desc edit button
Added Paths:
-----------
Tuathanach/data/gui/nodescedit_skillwindow.xml
Removed Paths:
-------------
Tuathanach/data/gui/skillwindow.xml
Copied: Tuathanach/data/gui/nodescedit_skillwindow.xml (from rev 176, Tuathanach/data/gui/skillwindow.xml)
===================================================================
--- Tuathanach/data/gui/nodescedit_skillwindow.xml (rev 0)
+++ Tuathanach/data/gui/nodescedit_skillwindow.xml 2009-01-07 10:54:23 UTC (rev 177)
@@ -0,0 +1,528 @@
+<widget_description>
+
+<widget name="SkillWindow" factory="pawsSkillWindow"
+ visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes">
+
+ <frame x="50" y="50" width="390" height="500" border="yes" justtitle="yes" />
+ <title resource="Blue Title" text="Stats and Skills" align="left" close_button="yes" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="-1" g="-1" b="-1" size="9" />
+ <bgimage resource="Skills Background" alpha="200" />
+
+ <!-- Vitals (HP, Mana, Stamina) -->
+ <widget name="HPLbl" factory="pawsTextBox" >
+ <frame x="21" y="24" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Hit Points" />
+ </widget>
+ <widget name="ManaLbl" factory="pawsTextBox" >
+ <frame x="21" y="42" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mana" />
+ </widget>
+ <widget name="PysStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="60" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Physical Stamina" />
+ </widget>
+ <widget name="MenStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="78" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mental Stamina" />
+ </widget>
+ <widget name="ExperienceLbl" factory="pawsTextBox" >
+ <frame x="21" y="96" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Experience" />
+ </widget>
+
+ <!-- Vitals: numbers -->
+ <widget name="HPFrac" factory="pawsTextBox" >
+ <frame x="150" y="24" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ManaFrac" factory="pawsTextBox" >
+ <frame x="150" y="42" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="PysStaminaFrac" factory="pawsTextBox" >
+ <frame x="150" y="60" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="MenStaminaFrac" factory="pawsTextBox">
+ <frame x="150" y="78" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ExperiencePerc" factory="pawsTextBox">
+ <frame x="150" y="96" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ <subscriptions format="percent">
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Vitals: bars -->
+ <widget name="HPBar" factory="pawsProgressBar">
+ <frame x="20" y="26" width="186" height="9" 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="20" y="44" width="186" height="9" 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="20" y="62" width="186" height="9" 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="20" y="80" width="186" height="9" 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="20" y="98" width="186" height="9" border="no" />
+ <color r="75" g="50" b="0" />
+ <fadecolor r="255" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Doll -->
+
+
+ <!-- Progression Points -->
+ <widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="225" y="65" width="140" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
+ <text string="PP's" horizAdjust="LEFT" />
+ </widget>
+
+ <widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="320" y="65" width="50" height="20" border="no" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Trias -->
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="225" y="90" width="95" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
+ <text string="Trias" horizAdjust="LEFT"/>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="320" y="90" width="70" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+ <!-- buttons -->
+ <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
+ <frame x="225" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+ <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
+ <frame x="277" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+
+ <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
+ <frame x="330" y="26" width="32" height="32" />
+ <bgimage resource="FilterSkill" />
+ </widget>
+
+ <!-- Skills -->
+ <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
+ <frame x="0" y="125" 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="2" y="4" width="37" />
+ <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="39" y="4" width="48" 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="87" 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="169" y="4" width="73" />
+
+ <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="241" y="4" width="66" />
+ <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="307" y="4" width="81" />
+ <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="10" y="30" width="390" 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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Stats:" />
+ </widget>
+
+ <widget name="StatsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="80" >
+ <widget name="StatsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="60" >
+ <widget name="StatsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="StatsIndCol" factory="pawsWidget">
+ <widget name="StatsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Stats description:" />
+ </widget>
+
+ <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Factions:" />
+ </widget>
+
+ <widget name="FactionList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="FactionName" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="FactionRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Faction description:" />
+ </widget>
+
+ <widget name="FactionDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Combat Skills List:" />
+ </widget>
+
+ <widget name="CombatSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="CombatSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="CombatRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="CombatIndCol" factory="pawsWidget">
+ <widget name="CombatIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Combat Skill description:" />
+ </widget>
+
+ <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Magic Skills List:" />
+ </widget>
+
+ <widget name="MagicSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="MagicSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="MagicRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="MagicIndCol" factory="pawsWidget">
+ <widget name="MagicIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Magic Skill description:" />
+ </widget>
+
+ <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Jobs Skills List:" />
+ </widget>
+
+ <widget name="JobsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="JobsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="JobsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="JobsIndCol" factory="pawsWidget">
+ <widget name="JobsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Jobs Skill description:" />
+ </widget>
+
+ <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Various Skills List:" />
+ </widget>
+
+ <widget name="VariousSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="VariousSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="VariousRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="VariousIndCol" factory="pawsWidget">
+ <widget name="VariousIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Various Skill description:" />
+ </widget>
+
+ <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+ </widget>
+
+
+</widget>
+
+</widget_description>
+
Deleted: Tuathanach/data/gui/skillwindow.xml
===================================================================
--- Tuathanach/data/gui/skillwindow.xml 2009-01-07 10:52:12 UTC (rev 176)
+++ Tuathanach/data/gui/skillwindow.xml 2009-01-07 10:54:23 UTC (rev 177)
@@ -1,528 +0,0 @@
-<widget_description>
-
-<widget name="SkillWindow" factory="pawsSkillWindow"
- visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes">
-
- <frame x="50" y="50" width="390" height="500" border="yes" justtitle="yes" />
- <title resource="Blue Title" text="Stats and Skills" align="left" close_button="yes" />
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="-1" g="-1" b="-1" size="9" />
- <bgimage resource="Skills Background" alpha="200" />
-
- <!-- Vitals (HP, Mana, Stamina) -->
- <widget name="HPLbl" factory="pawsTextBox" >
- <frame x="21" y="24" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Hit Points" />
- </widget>
- <widget name="ManaLbl" factory="pawsTextBox" >
- <frame x="21" y="42" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Mana" />
- </widget>
- <widget name="PysStaminaLbl" factory="pawsTextBox" >
- <frame x="21" y="60" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Physical Stamina" />
- </widget>
- <widget name="MenStaminaLbl" factory="pawsTextBox" >
- <frame x="21" y="78" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Mental Stamina" />
- </widget>
- <widget name="ExperienceLbl" factory="pawsTextBox" >
- <frame x="21" y="96" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Experience" />
- </widget>
-
- <!-- Vitals: numbers -->
- <widget name="HPFrac" factory="pawsTextBox" >
- <frame x="150" y="24" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="ManaFrac" factory="pawsTextBox" >
- <frame x="150" y="42" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="PysStaminaFrac" factory="pawsTextBox" >
- <frame x="150" y="60" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="MenStaminaFrac" factory="pawsTextBox">
- <frame x="150" y="78" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="ExperiencePerc" factory="pawsTextBox">
- <frame x="150" y="96" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- <subscriptions format="percent">
- <subscribe data="fExpPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Vitals: bars -->
- <widget name="HPBar" factory="pawsProgressBar">
- <frame x="20" y="26" width="186" height="9" 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="20" y="44" width="186" height="9" 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="20" y="62" width="186" height="9" 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="20" y="80" width="186" height="9" 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="20" y="98" width="186" height="9" border="no" />
- <color r="75" g="50" b="0" />
- <fadecolor r="255" g="255" b="0" />
- <subscriptions>
- <subscribe data="fExpPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Doll -->
-
-
- <!-- Progression Points -->
- <widget name="PPLabel" factory="pawsTextBox" >
- <frame x="225" y="65" width="140" height="20" border="no" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
- <text string="PP's" horizAdjust="LEFT" />
- </widget>
-
- <widget name="PPTotal" factory="pawsTextBox" >
- <frame x="320" y="65" width="50" height="20" border="no" />
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
- <subscriptions>
- <subscribe data="fProgrPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Trias -->
- <widget name="TotalTriasLabel" factory="pawsTextBox">
- <frame x="225" y="90" width="95" height="20" border="no"/>
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
- <text string="Trias" horizAdjust="LEFT"/>
- </widget>
- <widget name="TotalTrias" factory="pawsTextBox">
- <frame x="320" y="90" width="70" height="20" border="no"/>
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
- <text string="0" />
- <subscriptions>
- <subscribe data="sigInvMoneyTotal" />
- </subscriptions>
- </widget>
-
- <!-- buttons -->
- <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
- <frame x="225" y="26" width="32" height="32" />
- <bgimage resource="BuySkill" />
- </widget>
- <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
- <frame x="277" y="26" width="32" height="32" />
- <bgimage resource="BuySkill" />
- </widget>
-
- <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
- <frame x="330" y="26" width="32" height="32" />
- <bgimage resource="FilterSkill" />
- </widget>
-
- <!-- Skills -->
- <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
- <frame x="0" y="125" 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="2" y="4" width="37" />
- <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="39" y="4" width="48" 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="87" 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="169" y="4" width="73" />
-
- <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="241" y="4" width="66" />
- <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="307" y="4" width="81" />
- <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="10" y="30" width="390" 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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Stats:" />
- </widget>
-
- <widget name="StatsSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="80" >
- <widget name="StatsSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="60" >
- <widget name="StatsRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="StatsIndCol" factory="pawsWidget">
- <widget name="StatsIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Stats description:" />
- </widget>
-
- <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Factions:" />
- </widget>
-
- <widget name="FactionList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="FactionName" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </column>
- <column width="40" >
- <widget name="FactionRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- </columns>
- </widget>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Faction description:" />
- </widget>
-
- <widget name="FactionDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Combat Skills List:" />
- </widget>
-
- <widget name="CombatSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="CombatSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="CombatRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="CombatIndCol" factory="pawsWidget">
- <widget name="CombatIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Combat Skill description:" />
- </widget>
-
- <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Magic Skills List:" />
- </widget>
-
- <widget name="MagicSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="MagicSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="MagicRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="MagicIndCol" factory="pawsWidget">
- <widget name="MagicIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Magic Skill description:" />
- </widget>
-
- <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Jobs Skills List:" />
- </widget>
-
- <widget name="JobsSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="190" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="JobsSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="JobsRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="JobsIndCol" factory="pawsWidget">
- <widget name="JobsIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Jobs Skill description:" />
- </widget>
-
- <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Various Skills List:" />
- </widget>
-
- <widget name="VariousSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="190" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="VariousSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="VariousRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="VariousIndCol" factory="pawsWidget">
- <widget name="VariousIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Various Skill description:" />
- </widget>
-
- <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
- </widget>
-
-
-</widget>
-
-</widget_description>
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-07 10:52:18
|
Revision: 176
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=176&view=rev
Author: tuathanach
Date: 2009-01-07 10:52:12 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
inventory with no doll rename to inventory.xml to use
Added Paths:
-----------
Tuathanach/data/gui/nodoll_inventory.xml
Removed Paths:
-------------
Tuathanach/data/gui/inventory.xml
Deleted: Tuathanach/data/gui/inventory.xml
===================================================================
--- Tuathanach/data/gui/inventory.xml 2009-01-06 16:05:26 UTC (rev 175)
+++ Tuathanach/data/gui/inventory.xml 2009-01-07 10:52:12 UTC (rev 176)
@@ -1,263 +0,0 @@
-<widget_description>
-
-<widget name="InventoryWindow" factory="pawsInventoryWindow"
- visible="no" savepositions="yes" movable="yes"
- resizable="no" configurable="yes">
-
- <frame x="200" y="100" width="400" height="500" border="yes" />
- <bgimage resource="Inventory" alpha="128" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="15" />
-
- <title resource="Blue Title" text="Inventory" align="left" close_button="yes"/>
-
- <widget name="View" factory="pawsButton" id="1005" tooltip="View Item">
- <frame x="280" y="5" width="32" height="32"/>
- <bgimage resource="view"/>
- </widget>
-
- <!--
- <widget name="InventoryDoll" factory="pawsInventoryDollView" >
- <frame x="200" y="86" width="175" height="293" border="no"/>
- <mask resource="invborder" />
- <map file="/planeshift/world/podium" sector="room" />
- <distance value="4.5"/>
- <subscriptions>
- <subscribe data="sigActorUpdate" />
- </subscriptions>
- </widget>
- -->
-
- <widget name="BulkList" factory="pawsListBox" selectable="0">
- <frame x="200" y="50" width="200" height="400" border="no"/>
- <columns height="48" headings="no" >
- <column width="48" >
- <widget name="Bulk0" factory="pawsSlot">
- <frame x="0" y="0" width="48" height="48" />
- <bgimage resource="Bulk Item Slot" alpha="0"/>
- <subscriptions>
- <subscribe data="sigClearSlot" />
- </subscriptions>
- </widget>
- </column>
- <column width="48" >
- <widget name="Bulk1" factory="pawsSlot">
- <frame x="0" y="0" width="48" height="48" />
- <bgimage resource="Bulk Item Slot" alpha="0"/>
- <subscriptions>
- <subscribe data="sigClearSlot" />
- </subscriptions>
- </widget>
- </column>
- <column width="48" >
- <widget name="Bulk2" factory="pawsSlot">
- <frame x="0" y="0" width="48" height="48" />
- <bgimage resource="Bulk Item Slot" alpha="0"/>
- <subscriptions>
- <subscribe data="sigClearSlot" />
- </subscriptions>
- </widget>
- </column>
- <column width="48" >
- <widget name="Bulk3" factory="pawsSlot">
- <frame x="0" y="0" width="48" height="48" />
- <bgimage resource="Bulk Item Slot" alpha="0"/>
- <subscriptions>
- <subscribe data="sigClearSlot" />
- </subscriptions>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="Money" factory="pawsMoney" border="no" spacing="3">
- <frame x="3" y="3" width="0" height="0"/>
- <subscriptions>
- <subscribe data="sigInvMoney" />
- </subscriptions>
- </widget>
-
-
- <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">
- <frame x="25" y="325" width="47" height="80" />
- <ident container="-2" id="0" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_0" />
- </subscriptions>
- </widget>
- <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">
- <frame x="125" y="325" width="47" height="80" />
- <ident container="-2" id="1" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_1" />
- </subscriptions>
- </widget>
-
- <widget name="leftfinger" factory="pawsSlot" tooltip="Right Fingers">
- <frame x="125" y="275" width="47" height="47" />
- <ident container="-2" id="0" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_4" />
- </subscriptions>
- </widget>
- <widget name="rightfinger" factory="pawsSlot" tooltip="Left Fingers">
- <frame x="25" y="275" width="47" height="47" />
- <ident container="-2" id="1" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_3" />
- </subscriptions>
- </widget>
-
- <widget name="helm" factory="pawsSlot" tooltip="helm">
- <frame x="75" y="125" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_5" />
- </subscriptions>
- </widget>
- <widget name="neck" factory="pawsSlot" tooltip="Neck">
- <frame x="125" y="175" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_6" />
- </subscriptions>
- </widget>
- <widget name="back" factory="pawsSlot" tooltip="Back">
- <frame x="25" y="175" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_7" />
- </subscriptions>
- </widget>
-
- <widget name="arms" factory="pawsSlot" tooltip="Arms">
- <frame x="75" y="225" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_8" />
- </subscriptions>
- </widget>
-
- <widget name="gloves" factory="pawsSlot" tooltip="Gloves">
- <frame x="125" y="225" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_9" />
- </subscriptions>
- </widget>
-
- <widget name="boots" factory="pawsSlot" tooltip="Boots">
- <frame x="75" y="425" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_10" />
- </subscriptions>
- </widget>
-
- <widget name="legs" factory="pawsSlot" tooltip="Legs">
- <frame x="75" y="375" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_11" />
- </subscriptions>
- </widget>
-
- <widget name="belt" factory="pawsSlot" tooltip="Belt">
- <frame x="75" y="325" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_12" />
- </subscriptions>
- </widget>
-
- <widget name="bracers" factory="pawsSlot" tooltip="Bracers">
- <frame x="25" y="225" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_13" />
- </subscriptions>
- </widget>
-
- <widget name="torso" factory="pawsSlot" tooltip="Torso">
- <frame x="75" y="275" width="48" height="48" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_14" />
- </subscriptions>
- </widget>
-
- <widget name="mind" factory="pawsSlot" tooltip="Mind">
- <frame x="75" y="175" width="48" height="48" />
- <ident container="-2" id="13" />
- <subscriptions>
- <subscribe data="sigClearSlot" />
- <subscribe data="invslot_15" />
- </subscriptions>
- </widget>
-
-
-
- <widget name="TotalTrias" factory="pawsTextBox">
- <frame x="110" y="25" width="90" height="20" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
- <text string="0" />
- <subscriptions>
- <subscribe data="sigInvMoneyTotal" />
- </subscriptions>
- </widget>
-
-
- <widget name="TotalWeight" factory="pawsTextBox">
- <frame x="110" y="55" width="90" height="20" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
- <text string="0" />
- <subscriptions>
- <subscribe data="sigInvWeightTotal" />
- </subscriptions>
- </widget>
-
- <widget name="TotalCapacity" factory="pawsTextBox">
- <frame x="150" y="85" width="60" height="20"/>
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
- <text string="0" />
- <subscriptions>
- <subscribe data="fmaxcapacity" />
- </subscriptions>
- </widget>
-
- <widget name="CurrCapacity" factory="pawsTextBox">
- <frame x="110" y="85" width="60" height="20"/>
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="215" g="167" b="32" size="9" />
- <text string="0" />
- <subscriptions>
- <subscribe data="fcurrcap" />
- </subscriptions>
- </widget>
-
-
- <widget name="TotalTriasLabel" factory="pawsTextBox">
- <frame x="100" y="10" width="50" height="20" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
- <text string="Tria" />
- </widget>
-
- <widget name="TotalWeightLabel" factory="pawsTextBox">
- <frame x="100" y="40" width="50" height="30" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
- <text string="Weight:" />
- </widget>
-
- <widget name="TotalCapLabel" factory="pawsTextBox">
- <frame x="100" y="70" width="50" height="30" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
- <text string="Capacity:" />
- </widget>
-
-</widget>
-
-
-
-</widget_description>
Copied: Tuathanach/data/gui/nodoll_inventory.xml (from rev 175, Tuathanach/data/gui/inventory.xml)
===================================================================
--- Tuathanach/data/gui/nodoll_inventory.xml (rev 0)
+++ Tuathanach/data/gui/nodoll_inventory.xml 2009-01-07 10:52:12 UTC (rev 176)
@@ -0,0 +1,263 @@
+<widget_description>
+
+<widget name="InventoryWindow" factory="pawsInventoryWindow"
+ visible="no" savepositions="yes" movable="yes"
+ resizable="no" configurable="yes">
+
+ <frame x="200" y="100" width="400" height="500" border="yes" />
+ <bgimage resource="Inventory" alpha="128" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="15" />
+
+ <title resource="Blue Title" text="Inventory" align="left" close_button="yes"/>
+
+ <widget name="View" factory="pawsButton" id="1005" tooltip="View Item">
+ <frame x="280" y="5" width="32" height="32"/>
+ <bgimage resource="view"/>
+ </widget>
+
+ <!--
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="200" y="86" width="175" height="293" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="4.5"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+ -->
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="200" y="50" width="200" height="400" border="no"/>
+ <columns height="48" headings="no" >
+ <column width="48" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="Money" factory="pawsMoney" border="no" spacing="3">
+ <frame x="3" y="3" width="0" height="0"/>
+ <subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">
+ <frame x="25" y="325" width="47" height="80" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_0" />
+ </subscriptions>
+ </widget>
+ <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">
+ <frame x="125" y="325" width="47" height="80" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_1" />
+ </subscriptions>
+ </widget>
+
+ <widget name="leftfinger" factory="pawsSlot" tooltip="Right Fingers">
+ <frame x="125" y="275" width="47" height="47" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_4" />
+ </subscriptions>
+ </widget>
+ <widget name="rightfinger" factory="pawsSlot" tooltip="Left Fingers">
+ <frame x="25" y="275" width="47" height="47" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_3" />
+ </subscriptions>
+ </widget>
+
+ <widget name="helm" factory="pawsSlot" tooltip="helm">
+ <frame x="75" y="125" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_5" />
+ </subscriptions>
+ </widget>
+ <widget name="neck" factory="pawsSlot" tooltip="Neck">
+ <frame x="125" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_6" />
+ </subscriptions>
+ </widget>
+ <widget name="back" factory="pawsSlot" tooltip="Back">
+ <frame x="25" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_7" />
+ </subscriptions>
+ </widget>
+
+ <widget name="arms" factory="pawsSlot" tooltip="Arms">
+ <frame x="75" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_8" />
+ </subscriptions>
+ </widget>
+
+ <widget name="gloves" factory="pawsSlot" tooltip="Gloves">
+ <frame x="125" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_9" />
+ </subscriptions>
+ </widget>
+
+ <widget name="boots" factory="pawsSlot" tooltip="Boots">
+ <frame x="75" y="425" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_10" />
+ </subscriptions>
+ </widget>
+
+ <widget name="legs" factory="pawsSlot" tooltip="Legs">
+ <frame x="75" y="375" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_11" />
+ </subscriptions>
+ </widget>
+
+ <widget name="belt" factory="pawsSlot" tooltip="Belt">
+ <frame x="75" y="325" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_12" />
+ </subscriptions>
+ </widget>
+
+ <widget name="bracers" factory="pawsSlot" tooltip="Bracers">
+ <frame x="25" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_13" />
+ </subscriptions>
+ </widget>
+
+ <widget name="torso" factory="pawsSlot" tooltip="Torso">
+ <frame x="75" y="275" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_14" />
+ </subscriptions>
+ </widget>
+
+ <widget name="mind" factory="pawsSlot" tooltip="Mind">
+ <frame x="75" y="175" width="48" height="48" />
+ <ident container="-2" id="13" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_15" />
+ </subscriptions>
+ </widget>
+
+
+
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="110" y="25" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="110" y="55" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="TotalCapacity" factory="pawsTextBox">
+ <frame x="150" y="85" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="fmaxcapacity" />
+ </subscriptions>
+ </widget>
+
+ <widget name="CurrCapacity" factory="pawsTextBox">
+ <frame x="110" y="85" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="215" g="167" b="32" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="fcurrcap" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="100" y="10" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Tria" />
+ </widget>
+
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="100" y="40" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Weight:" />
+ </widget>
+
+ <widget name="TotalCapLabel" factory="pawsTextBox">
+ <frame x="100" y="70" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Capacity:" />
+ </widget>
+
+</widget>
+
+
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-06 16:05:28
|
Revision: 175
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=175&view=rev
Author: tuathanach
Date: 2009-01-06 16:05:26 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
screenshot of dark blue skin
Added Paths:
-----------
Tuathanach/screenshots/shot06.jpg
Added: Tuathanach/screenshots/shot06.jpg
===================================================================
(Binary files differ)
Property changes on: Tuathanach/screenshots/shot06.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-06 16:03:28
|
Revision: 174
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=174&view=rev
Author: tuathanach
Date: 2009-01-06 16:03:26 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
blue version of green skin
Added Paths:
-----------
Tuathanach/art/skins/darkblue.zip
Added: Tuathanach/art/skins/darkblue.zip
===================================================================
(Binary files differ)
Property changes on: Tuathanach/art/skins/darkblue.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-06 00:12:26
|
Revision: 173
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=173&view=rev
Author: tuathanach
Date: 2009-01-06 00:12:23 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
tweaked reward window bkgnd
Added Paths:
-----------
Tuathanach/art/skins/darkgreen.zip
Added: Tuathanach/art/skins/darkgreen.zip
===================================================================
(Binary files differ)
Property changes on: Tuathanach/art/skins/darkgreen.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-06 00:03:56
|
Revision: 172
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=172&view=rev
Author: tuathanach
Date: 2009-01-06 00:03:55 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
reward window need tweaked
Removed Paths:
-------------
Tuathanach/art/skins/darkgreen.zip
Deleted: Tuathanach/art/skins/darkgreen.zip
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 22:23:43
|
Revision: 171
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=171&view=rev
Author: tuathanach
Date: 2009-01-05 22:23:41 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
fixedcrash when clicking on a faction, removed descedit button
Added Paths:
-----------
Tuathanach/data/gui/skillwindow.xml
Added: Tuathanach/data/gui/skillwindow.xml
===================================================================
--- Tuathanach/data/gui/skillwindow.xml (rev 0)
+++ Tuathanach/data/gui/skillwindow.xml 2009-01-05 22:23:41 UTC (rev 171)
@@ -0,0 +1,528 @@
+<widget_description>
+
+<widget name="SkillWindow" factory="pawsSkillWindow"
+ visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes">
+
+ <frame x="50" y="50" width="390" height="500" border="yes" justtitle="yes" />
+ <title resource="Blue Title" text="Stats and Skills" align="left" close_button="yes" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="-1" g="-1" b="-1" size="9" />
+ <bgimage resource="Skills Background" alpha="200" />
+
+ <!-- Vitals (HP, Mana, Stamina) -->
+ <widget name="HPLbl" factory="pawsTextBox" >
+ <frame x="21" y="24" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Hit Points" />
+ </widget>
+ <widget name="ManaLbl" factory="pawsTextBox" >
+ <frame x="21" y="42" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mana" />
+ </widget>
+ <widget name="PysStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="60" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Physical Stamina" />
+ </widget>
+ <widget name="MenStaminaLbl" factory="pawsTextBox" >
+ <frame x="21" y="78" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Mental Stamina" />
+ </widget>
+ <widget name="ExperienceLbl" factory="pawsTextBox" >
+ <frame x="21" y="96" width="120" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="Experience" />
+ </widget>
+
+ <!-- Vitals: numbers -->
+ <widget name="HPFrac" factory="pawsTextBox" >
+ <frame x="150" y="24" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ManaFrac" factory="pawsTextBox" >
+ <frame x="150" y="42" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="PysStaminaFrac" factory="pawsTextBox" >
+ <frame x="150" y="60" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="MenStaminaFrac" factory="pawsTextBox">
+ <frame x="150" y="78" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ </widget>
+ <widget name="ExperiencePerc" factory="pawsTextBox">
+ <frame x="150" y="96" width="60" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
+ <text string="" horizAdjust="RIGHT" />
+ <subscriptions format="percent">
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Vitals: bars -->
+ <widget name="HPBar" factory="pawsProgressBar">
+ <frame x="20" y="26" width="186" height="9" 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="20" y="44" width="186" height="9" 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="20" y="62" width="186" height="9" 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="20" y="80" width="186" height="9" 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="20" y="98" width="186" height="9" border="no" />
+ <color r="75" g="50" b="0" />
+ <fadecolor r="255" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fExpPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Doll -->
+
+
+ <!-- Progression Points -->
+ <widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="225" y="65" width="140" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
+ <text string="PP's" horizAdjust="LEFT" />
+ </widget>
+
+ <widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="320" y="65" width="50" height="20" border="no" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+ </widget>
+
+ <!-- Trias -->
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="225" y="90" width="95" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
+ <text string="Trias" horizAdjust="LEFT"/>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="320" y="90" width="70" height="20" border="no"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+ <!-- buttons -->
+ <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
+ <frame x="225" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+ <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
+ <frame x="277" y="26" width="32" height="32" />
+ <bgimage resource="BuySkill" />
+ </widget>
+
+ <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
+ <frame x="330" y="26" width="32" height="32" />
+ <bgimage resource="FilterSkill" />
+ </widget>
+
+ <!-- Skills -->
+ <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
+ <frame x="0" y="125" 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="2" y="4" width="37" />
+ <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="39" y="4" width="48" 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="87" 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="169" y="4" width="73" />
+
+ <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="241" y="4" width="66" />
+ <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="307" y="4" width="81" />
+ <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="10" y="30" width="390" 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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Stats:" />
+ </widget>
+
+ <widget name="StatsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="80" >
+ <widget name="StatsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="60" >
+ <widget name="StatsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="StatsIndCol" factory="pawsWidget">
+ <widget name="StatsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Stats description:" />
+ </widget>
+
+ <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Factions:" />
+ </widget>
+
+ <widget name="FactionList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="FactionName" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="FactionRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Faction description:" />
+ </widget>
+
+ <widget name="FactionDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Combat Skills List:" />
+ </widget>
+
+ <widget name="CombatSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="CombatSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="CombatRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="CombatIndCol" factory="pawsWidget">
+ <widget name="CombatIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Combat Skill description:" />
+ </widget>
+
+ <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Magic Skills List:" />
+ </widget>
+
+ <widget name="MagicSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="200" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="MagicSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="MagicRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="MagicIndCol" factory="pawsWidget">
+ <widget name="MagicIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Magic Skill description:" />
+ </widget>
+
+ <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Jobs Skills List:" />
+ </widget>
+
+ <widget name="JobsSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="JobsSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="JobsRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="JobsIndCol" factory="pawsWidget">
+ <widget name="JobsIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Jobs Skill description:" />
+ </widget>
+
+ <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+
+ <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
+ <frame x="10" y="30" width="390" height="330" />
+ <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="44" y="3" width="150" height="20" border="no"/>
+ <text string="Various Skills List:" />
+ </widget>
+
+ <widget name="VariousSkillList" factory="pawsListBox" >
+ <frame x="10" y="25" width="365" height="190" border="no" />
+ <highlight resource="Hightlight" alpha="128" />
+ <columns height="17" headings="no" >
+ <column width="100" >
+ <widget name="VariousSkill" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="VariousRank" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
+ </widget>
+ </column>
+ <column width="210" >
+ <widget name="VariousIndCol" factory="pawsWidget">
+ <widget name="VariousIndicator" factory="pawsSkillIndicator">
+ <frame x="0" y="2" width="200" height="12" border="no" />
+ </widget>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="" factory="pawsTextBox" >
+ <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
+ <frame x="34" y="226" width="180" height="20" border="no"/>
+ <text string="Various Skill description:" />
+ </widget>
+
+ <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
+ <frame x="17" y="250" width="350" height="74" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
+ </widget>
+ </widget>
+ </widget>
+
+
+</widget>
+
+</widget_description>
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 22:21:30
|
Revision: 170
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=170&view=rev
Author: tuathanach
Date: 2009-01-05 22:21:28 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
crashes when clicking on a faction
Removed Paths:
-------------
Tuathanach/data/gui/skillwindow.xml
Deleted: Tuathanach/data/gui/skillwindow.xml
===================================================================
--- Tuathanach/data/gui/skillwindow.xml 2009-01-05 17:55:50 UTC (rev 169)
+++ Tuathanach/data/gui/skillwindow.xml 2009-01-05 22:21:28 UTC (rev 170)
@@ -1,591 +0,0 @@
-<widget_description>
-
-<widget name="SkillWindow" factory="pawsSkillWindow"
- visible="no" savepositions="yes" movable="yes" resizable="no" configurable="yes">
-
- <frame x="50" y="50" width="390" height="500" border="yes" justtitle="yes" />
- <title resource="Blue Title" text="Stats and Skills" align="left" close_button="yes" />
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="-1" g="-1" b="-1" size="9" />
- <bgimage resource="Skills Background" alpha="200" />
-
- <!-- Vitals (HP, Mana, Stamina) -->
- <widget name="HPLbl" factory="pawsTextBox" >
- <frame x="21" y="24" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Hit Points" />
- </widget>
- <widget name="ManaLbl" factory="pawsTextBox" >
- <frame x="21" y="42" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Mana" />
- </widget>
- <widget name="PysStaminaLbl" factory="pawsTextBox" >
- <frame x="21" y="60" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Physical Stamina" />
- </widget>
- <widget name="MenStaminaLbl" factory="pawsTextBox" >
- <frame x="21" y="78" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Mental Stamina" />
- </widget>
- <widget name="ExperienceLbl" factory="pawsTextBox" >
- <frame x="21" y="96" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Experience" />
- </widget>
-
- <!-- Vitals: numbers -->
- <widget name="HPFrac" factory="pawsTextBox" >
- <frame x="150" y="24" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="ManaFrac" factory="pawsTextBox" >
- <frame x="150" y="42" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="PysStaminaFrac" factory="pawsTextBox" >
- <frame x="150" y="60" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="MenStaminaFrac" factory="pawsTextBox">
- <frame x="150" y="78" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- </widget>
- <widget name="ExperiencePerc" factory="pawsTextBox">
- <frame x="150" y="96" width="60" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="250" g="250" b="250" size="8" />
- <text string="" horizAdjust="RIGHT" />
- <subscriptions format="percent">
- <subscribe data="fExpPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Vitals: bars -->
- <widget name="HPBar" factory="pawsProgressBar">
- <frame x="20" y="26" width="186" height="9" 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="20" y="44" width="186" height="9" 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="20" y="62" width="186" height="9" 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="20" y="80" width="186" height="9" 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="20" y="98" width="186" height="9" border="no" />
- <color r="75" g="50" b="0" />
- <fadecolor r="255" g="255" b="0" />
- <subscriptions>
- <subscribe data="fExpPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Doll -->
-
-
- <!-- Progression Points -->
- <widget name="PPLabel" factory="pawsTextBox" >
- <frame x="225" y="65" width="140" height="20" border="no" />
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" shadow="true"/>
- <text string="PP's" horizAdjust="LEFT" />
- </widget>
-
- <widget name="PPTotal" factory="pawsTextBox" >
- <frame x="320" y="65" width="50" height="20" border="no" />
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" shadow="true"/>
- <subscriptions>
- <subscribe data="fProgrPts:Self" />
- </subscriptions>
- </widget>
-
- <!-- Trias -->
- <widget name="TotalTriasLabel" factory="pawsTextBox">
- <frame x="225" y="90" width="95" height="20" border="no"/>
- <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="11" />
- <text string="Trias" horizAdjust="LEFT"/>
- </widget>
- <widget name="TotalTrias" factory="pawsTextBox">
- <frame x="320" y="90" width="70" height="20" border="no"/>
- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="255" g="255" b="255" size="8" />
- <text string="0" />
- <subscriptions>
- <subscribe data="sigInvMoneyTotal" />
- </subscriptions>
- </widget>
-
- <!-- buttons -->
- <widget name="BuySkill" factory="pawsButton" id="100" tooltip="Buy Skill" >
- <frame x="225" y="26" width="32" height="32" />
- <bgimage resource="BuySkill" />
- </widget>
- <widget name="BuySkillLevel" factory="pawsButton" id="103" tooltip="Buy Skill Level" >
- <frame x="260" y="26" width="32" height="32" />
- <bgimage resource="BuySkill" />
- </widget>
-
- <widget name="Filter" factory="pawsButton" id="101" tooltip="Filter" >
- <frame x="295" y="26" width="32" height="32" />
- <bgimage resource="FilterSkill" />
- </widget>
-
- <widget name="EditDesc" factory="pawsButton" id="102" tooltip="Modify Description" >
- <frame x="330" y="26" width="32" height="32" />
- <bgimage resource="Scribe" />
- </widget>
-
- <!-- Skills -->
- <widget name="Skill Tabs" factory="pawsTabWindow" style="tabwindow">
- <frame x="0" y="125" 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="2" y="4" width="37" />
- <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="39" y="4" width="48" 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="87" 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="169" y="4" width="73" />
-
- <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="241" y="4" width="66" />
- <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="307" y="4" width="81" />
- <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="10" y="30" width="390" 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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Stats:" />
- </widget>
-
- <widget name="StatsSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="80" >
- <widget name="StatsSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="60" >
- <widget name="StatsRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="StatsIndCol" factory="pawsWidget">
- <widget name="StatsIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Stats description:" />
- </widget>
-
- <widget name="StatsDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Faction Skills Panel" factory="pawsWidget" visible="no" id="1105">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Factions:" />
- </widget>
-
- <widget name="FactionList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="FactionName" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </column>
- <column width="40" >
- <widget name="FactionRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- </columns>
- </widget>
- </widget>
-
- <widget name="Combat Skills Panel" factory="pawsWidget" visible="no" id="1101">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Combat Skills List:" />
- </widget>
-
- <widget name="CombatSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="CombatSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="CombatRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="CombatIndCol" factory="pawsWidget">
- <widget name="CombatIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Combat Skill description:" />
- </widget>
-
- <widget name="CombatDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Magic Skills Panel" factory="pawsWidget" visible="yes" id="1102">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Magic Skills List:" />
- </widget>
-
- <widget name="MagicSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="200" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="MagicSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="MagicRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="MagicIndCol" factory="pawsWidget">
- <widget name="MagicIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Magic Skill description:" />
- </widget>
-
- <widget name="MagicDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Jobs Skills Panel" factory="pawsWidget" visible="no" id="1103">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Jobs Skills List:" />
- </widget>
-
- <widget name="JobsSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="190" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="JobsSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="JobsRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="JobsIndCol" factory="pawsWidget">
- <widget name="JobsIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Jobs Skill description:" />
- </widget>
-
- <widget name="JobsDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
- <widget name="Various Skills Panel" factory="pawsWidget" visible="no" id="1104">
- <frame x="10" y="30" width="390" height="330" />
- <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/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="44" y="3" width="150" height="20" border="no"/>
- <text string="Various Skills List:" />
- </widget>
-
- <widget name="VariousSkillList" factory="pawsListBox" >
- <frame x="10" y="25" width="365" height="190" border="no" />
- <highlight resource="Hightlight" alpha="128" />
- <columns height="17" headings="no" >
- <column width="100" >
- <widget name="VariousSkill" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="40" >
- <widget name="VariousRank" factory="pawsTextBox">
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="" horizAdjust="RIGHT" vertAdjust="CENTRE" />
- </widget>
- </column>
- <column width="210" >
- <widget name="VariousIndCol" factory="pawsWidget">
- <widget name="VariousIndicator" factory="pawsSkillIndicator">
- <frame x="0" y="2" width="200" height="12" border="no" />
- </widget>
- </widget>
- </column>
- </columns>
- </widget>
-
- <widget name="" factory="pawsTextBox" >
- <font name="/planeshift/data/ttf/scurlock.ttf" r="255" g="255" b="255" shadow="yes" size="12" />
- <frame x="34" y="226" width="180" height="20" border="no"/>
- <text string="Various Skill description:" />
- </widget>
-
- <widget name="VariousDescription" factory="pawsMultiLineTextBox" >
- <frame x="17" y="250" width="350" height="74" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- </widget>
- </widget>
-
-
-
- <!-- Stats labels -->
- <!--<widget name="StreLbl" factory="pawsTextBox" >
- <frame x="90" y="35" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Strength" />
- </widget>
- <widget name="AgilLbl" factory="pawsTextBox" >
- <frame x="90" y="55" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Agility" />
- </widget>
- <widget name="EnduLbl" factory="pawsTextBox" >
- <frame x="90" y="75" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Endurance" />
- </widget>
- <widget name="InteLbl" factory="pawsTextBox" >
- <frame x="90" y="95" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Intelligence" />
- </widget>
- <widget name="WillLbl" factory="pawsTextBox" >
- <frame x="90" y="115" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Will" />
- </widget>
- <widget name="CharLbl" factory="pawsTextBox" >
- <frame x="90" y="135" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="Charisma" />
- </widget>-->
-
- <!-- Stats stats :) --><!--
- <widget name="Stre" factory="pawsTextBox" >
- <frame x="210" y="35" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Agil" factory="pawsTextBox" >
- <frame x="210" y="55" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Endu" factory="pawsTextBox" >
- <frame x="210" y="75" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Inte" factory="pawsTextBox" >
- <frame x="210" y="95" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Will" factory="pawsTextBox" >
- <frame x="210" y="115" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>
- <widget name="Char" factory="pawsTextBox" >
- <frame x="210" y="135" width="120" height="20" border="no" />
- <font name="/planeshift/data/ttf/verdana.ttf" r="180" g="180" b="180" size="8" />
- <text string="0" />
- </widget>-->
-
-
- </widget>
-
-
-</widget>
-
-</widget_description>
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:55:53
|
Revision: 169
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=169&view=rev
Author: tuathanach
Date: 2009-01-05 17:55:50 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Screenshot of dark green skin
Added Paths:
-----------
Tuathanach/screenshots/shot04.jpg
Added: Tuathanach/screenshots/shot04.jpg
===================================================================
(Binary files differ)
Property changes on: Tuathanach/screenshots/shot04.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:55:27
|
Revision: 168
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=168&view=rev
Author: tuathanach
Date: 2009-01-05 17:55:18 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Screenshot of dark green skin
Added Paths:
-----------
Tuathanach/screenshots/shot05.jpg
Added: Tuathanach/screenshots/shot05.jpg
===================================================================
(Binary files differ)
Property changes on: Tuathanach/screenshots/shot05.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:52:42
|
Revision: 167
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=167&view=rev
Author: tuathanach
Date: 2009-01-05 17:52:32 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
The dark green skin zip
Added Paths:
-----------
Tuathanach/art/skins/darkgreen.zip
Added: Tuathanach/art/skins/darkgreen.zip
===================================================================
(Binary files differ)
Property changes on: Tuathanach/art/skins/darkgreen.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:41:08
|
Revision: 166
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=166&view=rev
Author: tuathanach
Date: 2009-01-05 17:40:57 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
dark green skin
Added Paths:
-----------
Tuathanach/art/skins/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:39:55
|
Revision: 165
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=165&view=rev
Author: tuathanach
Date: 2009-01-05 17:39:51 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/inventory.xml
Added: Tuathanach/data/gui/inventory.xml
===================================================================
--- Tuathanach/data/gui/inventory.xml (rev 0)
+++ Tuathanach/data/gui/inventory.xml 2009-01-05 17:39:51 UTC (rev 165)
@@ -0,0 +1,263 @@
+<widget_description>
+
+<widget name="InventoryWindow" factory="pawsInventoryWindow"
+ visible="no" savepositions="yes" movable="yes"
+ resizable="no" configurable="yes">
+
+ <frame x="200" y="100" width="400" height="500" border="yes" />
+ <bgimage resource="Inventory" alpha="128" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="15" />
+
+ <title resource="Blue Title" text="Inventory" align="left" close_button="yes"/>
+
+ <widget name="View" factory="pawsButton" id="1005" tooltip="View Item">
+ <frame x="280" y="5" width="32" height="32"/>
+ <bgimage resource="view"/>
+ </widget>
+
+ <!--
+ <widget name="InventoryDoll" factory="pawsInventoryDollView" >
+ <frame x="200" y="86" width="175" height="293" border="no"/>
+ <mask resource="invborder" />
+ <map file="/planeshift/world/podium" sector="room" />
+ <distance value="4.5"/>
+ <subscriptions>
+ <subscribe data="sigActorUpdate" />
+ </subscriptions>
+ </widget>
+ -->
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="200" y="50" width="200" height="400" border="no"/>
+ <columns height="48" headings="no" >
+ <column width="48" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="48" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="48" height="48" />
+ <bgimage resource="Bulk Item Slot" alpha="0"/>
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+
+ <widget name="Money" factory="pawsMoney" border="no" spacing="3">
+ <frame x="3" y="3" width="0" height="0"/>
+ <subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">
+ <frame x="25" y="325" width="47" height="80" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_0" />
+ </subscriptions>
+ </widget>
+ <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">
+ <frame x="125" y="325" width="47" height="80" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_1" />
+ </subscriptions>
+ </widget>
+
+ <widget name="leftfinger" factory="pawsSlot" tooltip="Right Fingers">
+ <frame x="125" y="275" width="47" height="47" />
+ <ident container="-2" id="0" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_4" />
+ </subscriptions>
+ </widget>
+ <widget name="rightfinger" factory="pawsSlot" tooltip="Left Fingers">
+ <frame x="25" y="275" width="47" height="47" />
+ <ident container="-2" id="1" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_3" />
+ </subscriptions>
+ </widget>
+
+ <widget name="helm" factory="pawsSlot" tooltip="helm">
+ <frame x="75" y="125" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_5" />
+ </subscriptions>
+ </widget>
+ <widget name="neck" factory="pawsSlot" tooltip="Neck">
+ <frame x="125" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_6" />
+ </subscriptions>
+ </widget>
+ <widget name="back" factory="pawsSlot" tooltip="Back">
+ <frame x="25" y="175" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_7" />
+ </subscriptions>
+ </widget>
+
+ <widget name="arms" factory="pawsSlot" tooltip="Arms">
+ <frame x="75" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_8" />
+ </subscriptions>
+ </widget>
+
+ <widget name="gloves" factory="pawsSlot" tooltip="Gloves">
+ <frame x="125" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_9" />
+ </subscriptions>
+ </widget>
+
+ <widget name="boots" factory="pawsSlot" tooltip="Boots">
+ <frame x="75" y="425" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_10" />
+ </subscriptions>
+ </widget>
+
+ <widget name="legs" factory="pawsSlot" tooltip="Legs">
+ <frame x="75" y="375" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_11" />
+ </subscriptions>
+ </widget>
+
+ <widget name="belt" factory="pawsSlot" tooltip="Belt">
+ <frame x="75" y="325" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_12" />
+ </subscriptions>
+ </widget>
+
+ <widget name="bracers" factory="pawsSlot" tooltip="Bracers">
+ <frame x="25" y="225" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_13" />
+ </subscriptions>
+ </widget>
+
+ <widget name="torso" factory="pawsSlot" tooltip="Torso">
+ <frame x="75" y="275" width="48" height="48" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_14" />
+ </subscriptions>
+ </widget>
+
+ <widget name="mind" factory="pawsSlot" tooltip="Mind">
+ <frame x="75" y="175" width="48" height="48" />
+ <ident container="-2" id="13" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ <subscribe data="invslot_15" />
+ </subscriptions>
+ </widget>
+
+
+
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="110" y="25" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="110" y="55" width="90" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+
+ <widget name="TotalCapacity" factory="pawsTextBox">
+ <frame x="150" y="85" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="64" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="fmaxcapacity" />
+ </subscriptions>
+ </widget>
+
+ <widget name="CurrCapacity" factory="pawsTextBox">
+ <frame x="110" y="85" width="60" height="20"/>
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="215" g="167" b="32" size="9" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="fcurrcap" />
+ </subscriptions>
+ </widget>
+
+
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="100" y="10" width="50" height="20" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Tria" />
+ </widget>
+
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="100" y="40" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Weight:" />
+ </widget>
+
+ <widget name="TotalCapLabel" factory="pawsTextBox">
+ <frame x="100" y="70" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="128" size="10" />
+ <text string="Capacity:" />
+ </widget>
+
+</widget>
+
+
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:39:15
|
Revision: 164
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=164&view=rev
Author: tuathanach
Date: 2009-01-05 17:39:11 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/smallinventory.xml
Added: Tuathanach/data/gui/smallinventory.xml
===================================================================
--- Tuathanach/data/gui/smallinventory.xml (rev 0)
+++ Tuathanach/data/gui/smallinventory.xml 2009-01-05 17:39:11 UTC (rev 164)
@@ -0,0 +1,80 @@
+ <widget_description>
+ <widget name="SmallInventoryWindow" factory="pawsSmallInventoryWindow" visible="no" savepositions="no" movable="yes" resizable="no" configurable="yes">
+ <frame x="600" y="100" width="155" height="470" border="yes" />
+ <bgimage resource="Banking Background" alpha="128" />
+ <title resource="Blue Title" text="Inventory" align="left" close_button="yes" />
+ <widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="5" y="10" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="10" />
+ <text string="Weight:" />
+ </widget>
+ <widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="55" y="10" width="120" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="10" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+ </widget>
+ <widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="75" y="440" width="90" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+ </widget>
+ <widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="24" y="440" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
+ <text string="Trias:" />
+ </widget>
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="5" y="40" width="150" height="290" border="no" />
+ <columns height="36.31" headings="no">
+ <column width="36.31">
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ <column width="36.31">
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="36.31" height="36.31" />
+ <bgimage resource="ContainerBulk" />
+ <subscriptions>
+ <subscribe data="sigClearSlot" />
+ </subscriptions>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ <widget name="Money" factory="pawsMoney" border="yes">
+ <frame x="25" y="330" width="0" height="0" />
+<subscriptions>
+ <subscribe data="sigInvMoney" />
+ </subscriptions>
+ </widget>
+ </widget>
+ </widget_description>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:38:08
|
Revision: 163
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=163&view=rev
Author: tuathanach
Date: 2009-01-05 17:38:05 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/infowindow.xml
Added: Tuathanach/data/gui/infowindow.xml
===================================================================
--- Tuathanach/data/gui/infowindow.xml (rev 0)
+++ Tuathanach/data/gui/infowindow.xml 2009-01-05 17:38:05 UTC (rev 163)
@@ -0,0 +1,202 @@
+<widget_description>
+
+<widget name="InfoWindow" factory="pawsInfoWindow"
+ visible="yes" savepositions="yes" movable="yes" resizable="no" configurable="yes" >
+ <frame x="0" y="50" width="161" height="145" border="no" />
+ <bgimage resource="Info Background" alpha="100" />
+
+
+<!-- Personal Info (HP, Mana, Fatigue) -->
+
+<widget name="My HP Pct" factory="pawsTextBox" tooltip="Health">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="5" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Self" />
+ </subscriptions>
+</widget>
+<widget name="My HP" factory="pawsProgressBar" tooltip="Health">
+ <frame x="5" y="6" width="150" height="9" 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="My PysStamina Pct" factory="pawsTextBox" tooltip="Physical Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="15" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+</widget>
+<widget name="My PysStamina" factory="pawsProgressBar" tooltip="Physical Stamina">
+ <frame x="5" y="15" width="150" height="9" border="no" />
+ <color r="0" g="50" b="0" />
+ <fadecolor r="0" g="255" b="0" />
+ <subscriptions>
+ <subscribe data="fVitalValue2:Self" />
+ </subscriptions>
+</widget>
+
+<widget name="My Mana Pct" factory="pawsTextBox" tooltip="Mana">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="25" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue1:Self" />
+ </subscriptions>
+</widget>
+<widget name="My Mana" factory="pawsProgressBar" tooltip="Mana">
+ <frame x="5" y="25" width="150" height="9" 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="My MenStamina Pct" factory="pawsTextBox" tooltip="Mental Stamina">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="35" width="149" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+</widget>
+<widget name="My MenStamina" factory="pawsProgressBar" tooltip="Mental Stamina">
+ <frame x="5" y="35" width="150" height="9" border="no" />
+ <color r="0" g="0" b="0" />
+ <fadecolor r="120" g="130" b="140" />
+ <subscriptions>
+ <subscribe data="fVitalValue3:Self" />
+ </subscriptions>
+</widget>
+
+
+<!-- Attack Stances -->
+
+<widget name="BtnStance1" id="100" tooltip="Bloody" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="6" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackBloody" />
+</widget>
+<widget name="BtnStance2" id="200" tooltip="Aggressive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="31" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackAggressive" />
+</widget>
+<widget name="BtnStance3" id="300" tooltip="Normal" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="56" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackNormal" />
+</widget>
+<widget name="BtnStance4" id="400" tooltip="Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="81" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackDefensive" />
+</widget>
+<widget name="BtnStance5" id="500" tooltip="Full Defensive" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="106" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonAttackFullDef" />
+</widget>
+<widget name="BtnStance0" id="600" tooltip="Stop Attack" factory="pawsButton" visible="yes" sound="gui.toolbar">
+ <frame x="131" y="45" width="25" height="25" border="no" />
+ <bgimage resource="ButtonStopAttack" />
+</widget>
+
+<!-- Spell Power -->
+
+<widget name="KFactor" factory="pawsScrollBar" direction="horizontal" tooltip="Spell Power">
+ <frame x="6" y="70" width="150" height="11" border="no" />
+</widget>
+<widget name="KFactor Pct" factory="pawsTextBox">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="76" y="70" width="25" height="20" border="no"/>
+</widget>
+
+
+<!-- Target Info -->
+
+<widget name="Target HP Pct" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="6" y="85" width="29" height="9" border="no"/>
+ <subscriptions format="percent">
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+</widget>
+<widget name="Targeted" factory="pawsTextBox" tooltip="Selected Target">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="7" />
+ <frame x="50" y="85" width="121" height="12" border="no"/>
+ <subscriptions>
+ <subscribe data="sTargetName" />
+ </subscriptions>
+</widget>
+<widget name="Target HP" factory="pawsProgressBar" tooltip="Selected Target">
+ <frame x="6" y="785" width="150" height="9" border="no" />
+ <color r="50" g="0" b="50" />
+ <fadecolor r="255" g="0" b="255" />
+ <subscriptions>
+ <subscribe data="fVitalValue0:Target" />
+ </subscriptions>
+</widget>
+
+
+<!-- Clock -->
+
+<widget name="Time" factory="pawsTextBox" tooltip="Time">
+ <font name="/planeshift/data/ttf/verdana.ttf" r="200" g="200" b="200" size="8" />
+ <frame x="10" y="100" width="100" height="10" border="no"/>
+ <subscriptions>
+ <subscribe data="TimeOfDayStr" />
+ </subscriptions>
+</widget>
+
+
+<!-- Trias -->
+
+<widget name="TotalTriasLabel" factory="pawsTextBox">
+ <frame x="10" y="110" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="0" size="10" />
+ <text string="Trias" />
+</widget>
+
+<widget name="TotalTrias" factory="pawsTextBox">
+ <frame x="80" y="110" width="90" height="20" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="255" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvMoneyTotal" />
+ </subscriptions>
+</widget>
+
+<!-- Weight -->
+
+<widget name="TotalWeight" factory="pawsTextBox">
+ <frame x="80" y="120" width="90" height="30" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="255" g="0" b="0" size="7" />
+ <text string="0" />
+ <subscriptions>
+ <subscribe data="sigInvWeightTotal" />
+ </subscriptions>
+</widget>
+
+<widget name="TotalWeightLabel" factory="pawsTextBox">
+ <frame x="10" y="120" width="50" height="30" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="0" b="0" size="10" />
+ <text string="Weight" />
+</widget>
+
+<!-- Progression Points -->
+
+<widget name="PPLabel" factory="pawsTextBox" >
+ <frame x="10" y="130" width="100" height="20" border="no" />
+ <font name="/planeshift/data/ttf/cupandtalon.ttf" r="0" g="255" b="0" size="10" />
+ <text string="PP" />
+</widget>
+
+<widget name="PPTotal" factory="pawsTextBox" >
+ <frame x="80" y="130" width="40" height="20" border="no" />
+ <font name="/planeshift/data/ttf/verdana.ttf" r="0" g="255" b="0" size="7" />
+ <subscriptions>
+ <subscribe data="fProgrPts:Self" />
+ </subscriptions>
+</widget>
+
+</widget>
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pla...@li...> - 2009-01-05 17:36:59
|
Revision: 162
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=162&view=rev
Author: tuathanach
Date: 2009-01-05 17:36:55 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/containerdesc.xml
Added: Tuathanach/data/gui/containerdesc.xml
===================================================================
--- Tuathanach/data/gui/containerdesc.xml (rev 0)
+++ Tuathanach/data/gui/containerdesc.xml 2009-01-05 17:36:55 UTC (rev 162)
@@ -0,0 +1,80 @@
+<widget_description>
+
+ <widget name="ContainerDescWindow" factory="pawsContainerDescWindow"
+ visible="no" movable="yes">
+ <frame x="100" y="100" width="180" height="320" border="yes"/>
+ <bgimage resource="Container Desc Background" />
+ <title resource="Blue Title" text="Examine" align="left" close_button="yes"/>
+
+ <widget name="SmallInvButton" factory="pawsButton" tooltip="Open Inventory">
+ <frame x="54" y="105" width="32" height="32"/>
+ <bgimage resource="InventoryBulk" alpha="0"/>
+ </widget>
+
+ <widget name="View" factory="pawsButton" id="11">
+ <frame x="14" y="105" width="32" height="32" />
+ <bgimage resource="view" />
+ </widget>
+
+ <widget name="Combine" factory="pawsButton" id="13" tooltip="Combine items in container">
+ <frame x="134" y="105" width="32" height="32" />
+ <bgimage resource="ButtonCombine" />
+ </widget>
+
+ <widget name="Inventory" factory="pawsButton" id="12" tooltip="Transfer to inventory">
+ <frame x="94" y="105" width="32" height="32" />
+ <bgimage resource="ExchangeAccept" />
+ </widget>
+
+
+
+ <widget name="ItemImage" factory="pawsWidget"
+ visible="no" >
+ <frame x="1" y="1" width="1" height="1" border="no"/>
+ </widget>
+
+
+ <widget name="ItemName" factory="pawsTextBox" >
+ <frame x="5" y="5" width="270" height="20"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="225" g="225" b="255" size="10" />
+ </widget>
+
+
+ <widget name="ItemDescription" factory="pawsMultiLineTextBox" >
+ <frame x="5" y="25" width="170" height="80" border="no"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="225" g="255" b="225" size="8" />
+ </widget>
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="10" y="150" width="160" height="160" border="no"/>
+ <scrollbar heightmod="-1" />
+ <columns height="40" headings="no" >
+ <column width="40" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ </widget>
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|