Thread: Patch 9-15-2009
View Single Post
Old 09-15-2009, 04:24 AM   #1
Fenjor
A Ghoul
 
Join Date: Sep 2002
Posts: 19
Interface Author - Click to view interfaces
Default Patch 9-15-2009

NEW

dragitem75.tga
dragitem76.tga

Changed
EQUI_Animations.xml
EQUI_OptionsWindow.xml
dragitem74.tga

Changes in XML :

New lines are marked with <!
Lines with changes are marked with *

EQUI_Animations.xml :
Code:
652 <! <TextureInfo item="dragitem75.tga"> 653 <! <Size> 654 <! <CX>256</CX> 655 <! <CY>256</CY> 656 <! </Size> 657 <! </TextureInfo> 658 <! <TextureInfo item="dragitem76.tga"> 659 <! <Size> 660 <! <CX>256</CX> 661 <! <CY>256</CY> 662 <! </Size> 663 <! </TextureInfo> 8833 <! <Frames> 8834 <! <Texture>dragitem75.tga</Texture> 8835 <! <Location> 8836 <! <X>0</X> 8837 <! <Y>0</Y> 8838 <! </Location> 8839 <! <Size> 8840 <! <CX>256</CX> 8841 <! <CY>256</CY> 8842 <! </Size> 8843 <! <Hotspot> 8844 <! <X>0</X> 8845 <! <Y>0</Y> 8846 <! </Hotspot> 8847 <! <Duration>1000</Duration> 8848 <! </Frames> 8849 <! <Frames> 8850 <! <Texture>dragitem76.tga</Texture> 8851 <! <Location> 8852 <! <X>0</X> 8853 <! <Y>0</Y> 8854 <! </Location> 8855 <! <Size> 8856 <! <CX>256</CX> 8857 <! <CY>256</CY> 8858 <! </Size> 8859 <! <Hotspot> 8860 <! <X>0</X> 8861 <! <Y>0</Y> 8862 <! </Hotspot> 8863 <! <Duration>1000</Duration> 8864 <! </Frames>



EQUI_OptionsWindow.xml :

Code:
1834 <! <!-- Show buff limit use or not. --> 1835 <! <Button item="ODP_ShowBuffLimitUseCheckbox"> 1836 <! <ScreenID>ODP_ShowBuffLimitUseCheckbox</ScreenID> 1837 <! <RelativePosition>true</RelativePosition> 1838 <! <Location> 1839 <! <X>10</X> 1840 <! <Y>218</Y> 1841 <! </Location> 1842 <! <Size> 1843 <! <CX>150</CX> 1844 <! <CY>18</CY> 1845 <! </Size> 1846 <! <Style_VScroll>false</Style_VScroll> 1847 <! <Style_HScroll>false</Style_HScroll> 1848 <! <Style_Transparent>false</Style_Transparent> 1849 <! <Style_Checkbox>true</Style_Checkbox> 1850 <! <Text>Show Buff Limit Uses</Text> 1851 <! <TooltipReference>Determines whether the buff limit uses are displayed on the buff.</TooltipReference> 1852 <! <TextColor> 1853 <! <R>255</R> 1854 <! <G>255</G> 1855 <! <B>255</B> 1856 <! </TextColor> 1857 <! <ButtonDrawTemplate> 1858 <! <Normal>A_BigBtnNormal</Normal> 1859 <! <Pressed>A_BigBtnPressed</Pressed> 1860 <! <Flyby>A_BigBtnFlyby</Flyby> 1861 <! <Disabled>A_BigBtnDisabled</Disabled> 1862 <! <PressedFlyby>A_BigBtnPressedFlyby</PressedFlyby> 1863 <! </ButtonDrawTemplate> 1864 <! </Button> 1871 * <Y>236</Y> 1902 * <Y>254</Y> 1927 <! <!-- Show song limit use or not. --> 1928 <! <Button item="ODP_ShowSongLimitUseCheckbox"> 1929 <! <ScreenID>ODP_ShowSongLimitUseCheckbox</ScreenID> 1930 <! <RelativePosition>true</RelativePosition> 1931 <! <Location> 1932 <! <X>10</X> 1933 <! <Y>272</Y> 1934 <! </Location> 1935 <! <Size> 1936 <! <CX>150</CX> 1937 <! <CY>18</CY> 1938 <! </Size> 1939 <! <Style_VScroll>false</Style_VScroll> 1940 <! <Style_HScroll>false</Style_HScroll> 1941 <! <Style_Transparent>false</Style_Transparent> 1942 <! <Style_Checkbox>true</Style_Checkbox> 1943 <! <Text>Show Song Limit Uses</Text> 1944 <! <TooltipReference>Determines whether the song limit uses are displayed on the song.</TooltipReference> 1945 <! <TextColor> 1946 <! <R>255</R> 1947 <! <G>255</G> 1948 <! <B>255</B> 1949 <! </TextColor> 1950 <! <ButtonDrawTemplate> 1951 <! <Normal>A_BigBtnNormal</Normal> 1952 <! <Pressed>A_BigBtnPressed</Pressed> 1953 <! <Flyby>A_BigBtnFlyby</Flyby> 1954 <! <Disabled>A_BigBtnDisabled</Disabled> 1955 <! <PressedFlyby>A_BigBtnPressedFlyby</PressedFlyby> 1956 <! </ButtonDrawTemplate> 1957 <! </Button> 1964 * <Y>293</Y> 1985 * <Y>310</Y> 1998 * <Y>310</Y> 2020 * <Y>329</Y> 2041 * <Y>346</Y> 2054 * <Y>346</Y> 2076 * <Y>365</Y> 2097 * <Y>382</Y> 2110 * <Y>382</Y> 2132 * <Y>401</Y> 2153 * <Y>418</Y> 2166 * <Y>418</Y> 3139 <! <Pieces>ODP_ShowBuffLimitUseCheckbox</Pieces> 3142 <! <Pieces>ODP_ShowSongLimitUseCheckbox</Pieces>
Fenjor is offline   Reply With Quote