|
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.
|