View Single Post
  #1  
Unread 03-24-2005, 03:56 PM
Elice Elice is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Kithicor
Posts: 19
Default Can someone check this for any "Technical faults"

I had an old bag mod i really liked, we got some new slots and I wanted to be abel to acess them, I'm pretty picky about my bags and the current mods out there are great but all have usually 1 thing that makes them a no go. Anyway I tried to manually edit the xml for the bag mod I was using, it LOOKS like it works in game, but I'm not really all that spectacular with XML or even had a clue what I was doing, I just copied pasted and made changes till it appeared to work.

Can someone better at XML than I go over this code here and let me know if it's technically sound, or if I'll experience some problems, heck if someone with a 24+ slot bag/box can check it out that woudl be great as well...

Link To Zip

Raw code here

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Activated="true" eq2usescomwndcontrols="true" Location="50,50" MaximumSize="1024,1024" MinimumSize="20,20" Name="Bag" ScrollExtent="162,381" Size="162,381" UserMovable="true">
<Button LocalTooltip="Close" Location="146,2" Name="WC_CloseButton" PackLocation="right,top" PackLocationProp="-016/0001,0002/0001" ScrollExtent="14,14" Size="14,14" Style="/ButtonStyles.close_button" Tooltip="Close" UserMovable="true"></Button>
<Image Activated="true" GetsInput="true" Location="2,2" Name="WC_MoveButton" ScrollExtent="14,14" Size="14,14" SourceRect="122,476,136,490" SourceResource="/images/window_elements_generic.dds" Stretch="false"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" MouseOverColor="#FFFF00" Name="Slot 0" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,0" MouseOverColor="#FFFF00" Name="Slot 1" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,0" MouseOverColor="#FFFF00" Name="Slot 2" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,0" MouseOverColor="#FFFF00" Name="Slot 3" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="0,40" MouseOverColor="#FFFF00" Name="Slot 4" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,40" MouseOverColor="#FFFF00" Name="Slot 5" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,40" MouseOverColor="#FFFF00" Name="Slot 6" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,40" MouseOverColor="#FFFF00" Name="Slot 7" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="0,80" MouseOverColor="#FFFF00" Name="Slot 8" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,80" MouseOverColor="#FFFF00" Name="Slot 9" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,80" MouseOverColor="#FFFF00" Name="Slot 10" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,80" MouseOverColor="#FFFF00" Name="Slot 11" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="0,120" MouseOverColor="#FFFF00" Name="Slot 12" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,120" MouseOverColor="#FFFF00" Name="Slot 13" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,120" MouseOverColor="#FFFF00" Name="Slot 14" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,120" MouseOverColor="#FFFF00" Name="Slot 15" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="0,160" MouseOverColor="#FFFF00" Name="Slot 16" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,160" MouseOverColor="#FFFF00" Name="Slot 17" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,160" MouseOverColor="#FFFF00" Name="Slot 18" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,160" MouseOverColor="#FFFF00" Name="Slot 19" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="0,200" MouseOverColor="#FFFF00" Name="Slot 20" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,200" MouseOverColor="#FFFF00" Name="Slot 21" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,200" MouseOverColor="#FFFF00" Name="Slot 22" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,200" MouseOverColor="#FFFF00" Name="Slot 23" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="0,240" MouseOverColor="#FFFF00" Name="Slot 24" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,240" MouseOverColor="#FFFF00" Name="Slot 25" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,240" MouseOverColor="#FFFF00" Name="Slot 26" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,240" MouseOverColor="#FFFF00" Name="Slot 27" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="0,280" MouseOverColor="#FFFF00" Name="Slot 28" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="40,280" MouseOverColor="#FFFF00" Name="Slot 29" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="80,280" MouseOverColor="#FFFF00" Name="Slot 30" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="120,280" MouseOverColor="#FFFF00" Name="Slot 31" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="WC_Titlebar" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute" PackSizeProp="0001/0001,xxxx/xxxx" RStyleDefault="/FrameStyles.title_gold" ScrollExtent="161,20" Size="161,20"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="WC_Frame" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="0001/0001,0291/0001" RStyleDefault="/FrameStyles.win_gold" ScrollExtent="161,40" Size="161,40"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="WC_Backdrop" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="0001/0001,0291/0001" RStyleDefault="/FrameStyles.background_gold" ScrollExtent="161,40" Size="161,40"/>
</Page>
Reply With Quote