Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Compares & Patch fixes
User Name
Password

Reply
 
Thread Tools Display Modes
Old 11-12-2007, 03:09 PM   #1
kolorfv
A Ghoul
 
Join Date: Jul 2005
Server: fironia vie
Posts: 16
Default spell bar for vert (10th gem)

i've patched the spell bar xml file for a 10th spell gem
all of the other xml pieces worked fine in beta
if kinada doesn't have a chance to post an official version soon, i'll upload my patch
kolorfv is offline   Reply With Quote
Old 11-12-2007, 05:22 PM   #2
Tenielle
A Fire Beetle
 
Join Date: Nov 2003
Server:
Posts: 2
Default

Quote:
Originally Posted by kolorfv
i've patched the spell bar xml file for a 10th spell gem
all of the other xml pieces worked fine in beta
if kinada doesn't have a chance to post an official version soon, i'll upload my patch



Can you share how you fixed it with the UI challenged?
Tenielle is offline   Reply With Quote
Old 11-13-2007, 04:18 AM   #3
Tenielle
A Fire Beetle
 
Join Date: Nov 2003
Server:
Posts: 2
Default

nm, figured it out - does this make me a modder?

copy paste and overwrite below into your EQUI_CastSpellWnd file and save.

<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Sokol (NA) -->
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
<!-- VERT MOD -->
<Ui2DAnimation item="A_SpellGemButton">
<Frames>
<Texture>window_pieces02.tga</Texture>
<Location>
<X>9</X>
<Y>226</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
</Frames>
</Ui2DAnimation>
<!-- GEMS START HERE -->
<StaticAnimation item="A_SpellGemButton0">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>-2</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell0">
<ScreenID>CSPW_Spell0</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>-2</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell0_Name">
<ScreenID>CSPW_Spell0_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>2</Y>
</Location>
<Size>
<CX>65</CX>
<CY>27</CY>
</Size>
<EQType>60</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
<Alpha>255</Alpha>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>True</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton1">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>27</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell1">
<ScreenID>CSPW_Spell1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>27</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell1_Name">
<ScreenID>CSPW_Spell1_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>31</Y>
</Location>
<Size>
<CX>65</CX>
<CY>27</CY>
</Size>
<EQType>61</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton2">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>56</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell2">
<ScreenID>CSPW_Spell2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>56</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell2_Name">
<ScreenID>CSPW_Spell2_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>60</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>62</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton3">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>85</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell3">
<ScreenID>CSPW_Spell3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>85</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell3_Name">
<ScreenID>CSPW_Spell3_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>89</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>63</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton4">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>114</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell4">
<ScreenID>CSPW_Spell4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>114</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell4_Name">
<ScreenID>CSPW_Spell4_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>118</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>64</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton5">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>143</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell5">
<ScreenID>CSPW_Spell5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>143</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell5_Name">
<ScreenID>CSPW_Spell5_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>147</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>65</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton6">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>172</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell6">
<ScreenID>CSPW_Spell6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>172</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell6_Name">
<ScreenID>CSPW_Spell6_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>176</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>66</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton7">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>201</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell7">
<ScreenID>CSPW_Spell7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>201</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell7_Name">
<ScreenID>CSPW_Spell7_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>205</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>67</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton8">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>230</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell8">
<ScreenID>CSPW_Spell8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>230</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell8_Name">
<ScreenID>CSPW_Spell8_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>234</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>133</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<StaticAnimation item="A_SpellGemButton9">
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>259</Y>
</Location>
<Size>
<CX>45</CX>
<CY>30</CY>
</Size>
<Animation>A_SpellGemButton</Animation>
</StaticAnimation>
<SpellGem item="CSPW_Spell9">
<ScreenID>CSPW_Spell9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>58</X>
<Y>259</Y>
</Location>
<Size>
<CX>45</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Label item="CSPW_Spell9_Name">
<ScreenID>CSPW_Spell9_Name</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>263</Y>
</Location>
<Size>
<CX>65</CX>
<CY>30</CY>
</Size>
<EQType>133</EQType>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item="CSPW_SpellBook">
<ScreenID>CSPW_SpellBook</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>20</X>
<Y>290</Y>
</Location>
<Size>
<CX>54</CX>
<CY>16</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Opens and closes Your Spellbook</TooltipReference>
<Style_Checkbox>true</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>A_BookBtnNormal</Normal>
<Pressed>A_BookBtnPressed</Pressed>
<Flyby>A_BookBtnFlyby</Flyby>
<Disabled>A_BookBtnDisabled</Disabled>
<PressedFlyby>A_BookBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Label item="Spell_Label_0">
<ScreenID>Spell_Label_0</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>13</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_1">
<ScreenID>Spell_Label_1</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>42</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_2">
<ScreenID>Spell_Label_2</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>71</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_3">
<ScreenID>Spell_Label_3</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>100</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_4">
<ScreenID>Spell_Label_4</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>129</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_5">
<ScreenID>Spell_Label_5</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>158</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_6">
<ScreenID>Spell_Label_6</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>187</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_7">
<ScreenID>Spell_Label_7</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>216</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_8">
<ScreenID>Spell_Label_8</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>245</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item="Spell_Label_9">
<ScreenID>Spell_Label_9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>274</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Text>10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Screen item="CastSpellWnd">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>25</Y>
</Location>
<Size>
<CX>110</CX>
<CY>312</CY>
</Size>
<Text>Spells</Text>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Allows you to cast your memorized spells</TooltipReference>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>A_SpellGemButton0</Pieces>
<Pieces>A_SpellGemButton1</Pieces>
<Pieces>A_SpellGemButton2</Pieces>
<Pieces>A_SpellGemButton3</Pieces>
<Pieces>A_SpellGemButton4</Pieces>
<Pieces>A_SpellGemButton5</Pieces>
<Pieces>A_SpellGemButton6</Pieces>
<Pieces>A_SpellGemButton7</Pieces>
<Pieces>A_SpellGemButton8</Pieces>
<Pieces>A_SpellGemButton9</Pieces>
<Pieces>CSPW_Spell0</Pieces>
<Pieces>CSPW_Spell1</Pieces>
<Pieces>CSPW_Spell2</Pieces>
<Pieces>CSPW_Spell3</Pieces>
<Pieces>CSPW_Spell4</Pieces>
<Pieces>CSPW_Spell5</Pieces>
<Pieces>CSPW_Spell6</Pieces>
<Pieces>CSPW_Spell7</Pieces>
<Pieces>CSPW_Spell8</Pieces>
<Pieces>CSPW_Spell9</Pieces>
<Pieces>CSPW_SpellBook</Pieces>
<Pieces>CSPW_Spell0_Name</Pieces>
<Pieces>CSPW_Spell1_Name</Pieces>
<Pieces>CSPW_Spell2_Name</Pieces>
<Pieces>CSPW_Spell3_Name</Pieces>
<Pieces>CSPW_Spell4_Name</Pieces>
<Pieces>CSPW_Spell5_Name</Pieces>
<Pieces>CSPW_Spell6_Name</Pieces>
<Pieces>CSPW_Spell7_Name</Pieces>
<Pieces>CSPW_Spell8_Name</Pieces>
<Pieces>CSPW_Spell9_Name</Pieces>
<Pieces>Spell_Label_0</Pieces>
<Pieces>Spell_Label_1</Pieces>
<Pieces>Spell_Label_2</Pieces>
<Pieces>Spell_Label_3</Pieces>
<Pieces>Spell_Label_4</Pieces>
<Pieces>Spell_Label_5</Pieces>
<Pieces>Spell_Label_6</Pieces>
<Pieces>Spell_Label_7</Pieces>
<Pieces>Spell_Label_8</Pieces>
<Pieces>Spell_Label_9</Pieces>
</Screen>
</XML>
Tenielle is offline   Reply With Quote
Old 11-13-2007, 11:04 AM   #4
kolorfv
A Ghoul
 
Join Date: Jul 2005
Server: fironia vie
Posts: 16
Default almost perfect Tenielle

the 10th gem is using the 9th spell though
need to replace <EQType>133</EQType> with <EQType>138</EQType>
kinada has released the update though so we are all good
kolorfv is offline   Reply With Quote
Old 11-15-2007, 12:34 PM   #5
averse
A Gray Wolf
 
Join Date: Nov 2003
Posts: 4
Default

I tried 138 for my UI and it doesnt show up.
averse is offline   Reply With Quote
Old 11-16-2007, 11:40 AM   #6
kolorfv
A Ghoul
 
Join Date: Jul 2005
Server: fironia vie
Posts: 16
Default

Quote:
Originally Posted by averse
I tried 138 for my UI and it doesnt show up.


you can just download kinada's update but i would change the last line below to <Y>274</Y> for everything to be in the exact right position

<ScreenID>Spell_Label_9</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>91</X>
<Y>264</Y>
kolorfv is offline   Reply With Quote
Old 11-19-2007, 09:57 AM   #7
banya
A Fire Beetle
 
Join Date: May 2003
Server: tarew marr
Posts: 2
Default

Any possibilities of an update for the 10th slot on the Horizontal 4x2 spell window?
banya is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 06:01 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI