View Single Post
Old 09-13-2004, 11:06 PM   #7
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_CastSpellWnd.xml

IF you have a custom EQUI_CastSpellWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:
Code:
<Button item = "CSPW_SpellBook">

Immediately above that line, INSERT:
Code:
<SpellGem item = "CSPW_Spell8"> <ScreenID>CSPW_Spell8</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>1</X> <Y>264</Y> </Location> <Size> <CX>40</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>


Find:
Code:
<Button item = "CSPW_SpellBook"> <ScreenID>CSPW_SpellBook</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>9</X> <Y>271</Y> </Location> <Size> <CX>22</CX> <CY>22</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>

Then where:
Code:
<Location> <X>9</X> <Y>271</Y> </Location>

REPLACE That with:
Code:
<Location> <X>9</X> <Y>304</Y> </Location>


Find:
Code:
<Screen item = "CastSpellWnd"> <!--<ScreenID/>--> <!--<Font/>--> <RelativePosition>false</RelativePosition> <Location> <X>0</X> <Y>25</Y> </Location> <Size> <CX>50</CX> <CY>315</CY> </Size> <Text>Spells</Text>

Then where:
Code:
<Size> <CX>50</CX> <CY>315</CY> </Size>

REPLACE That with:
Code:
<Size> <CX>50</CX> <CY>340</CY> </Size>


Find:
Code:
<Pieces>CSPW_Spell7</Pieces>

Immediately below that line, INSERT:
Code:
<Pieces>CSPW_Spell8</Pieces>
Dolby is offline