Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 12-19-2010, 10:58 AM
karsten karsten is offline
Planar Protector

karsten's Avatar

Join Date: Oct 2009
Posts: 1,892
Default need UI help: I call upon YOU, Miro2 and Savok!

so, here is a screenshot of my somewhat modified haeldar UI, customized for 1024x1080 and it is AWESOME. it is missing, essentially, three things.

1. i would like the spell list bar on the left to be default size (slightly bigger icons) and vertical so i can arrange it on the left side of my screen

2. i need a separate target window box. currently it is right above my health/mana bars and not visible enough.

3. i need a casting bar that is also separate. currently it is superimposed on my target bar.

the problem with all three is that if i simply copy the default files into my haeldar folder, it messes everything else up. i am somewhat computer savvy but not so much that i can figure this out. i lead raids, i don't code :/

here is the screenshot, help me and i will give you 21 virgins in heaven!

[You must be logged in to view images. Log in or Register.]
__________________
Noah, the Loincloth Hero
Ogre High Jump Champion 2019
Reply With Quote
  #2  
Old 12-19-2010, 12:02 PM
Savok Savok is offline
Fire Giant

Savok's Avatar

Join Date: May 2010
Posts: 971
Default

First, can you post a link to the UI so I can actually have the files!

Quote:
Originally Posted by Kirsten [You must be logged in to view images. Log in or Register.]
so, here is a screenshot of my somewhat modified haeldar UI, customized for 1024x1080 and it is AWESOME. it is missing, essentially, three things.

1. i would like the spell list bar on the left to be default size (slightly bigger icons) and vertical so i can arrange it on the left side of my screen
How much bigger do you need the icons? 50%? 100%?

Quote:
Originally Posted by Kirsten
2. i need a separate target window box. currently it is right above my health/mana bars and not visible enough.
Do you want a replacement or an additional window?

Quote:
Originally Posted by Kirsten
3. i need a casting bar that is also separate. currently it is superimposed on my target bar.
Again do you want it just free floating or in addition to what you already have?

Quote:
Originally Posted by Kirsten
the problem with all three is that if i simply copy the default files into my haeldar folder, it messes everything else up. i am somewhat computer savvy but not so much that i can figure this out. i lead raids, i don't code :/
Coding isn't an issue really,nps.
__________________
Reply With Quote
  #3  
Old 12-19-2010, 12:15 PM
karsten karsten is offline
Planar Protector

karsten's Avatar

Join Date: Oct 2009
Posts: 1,892
Default

alright, first of all i love the fact that you called me by kirsten because it is the correct spelling of my real name which most people get wrong!

1. spell icons i would like 50% bigger, or, as a reference, match them more or less to the default spell icon size in the spellbar.

2. I need an additional window that i can move around. if it replaces the current one or not is actually not so important, so I will leave it up to you.

3. same thing -- definitely need a free floating one, but it doesnt necessarily have to replace the one down in the hp/mana/etc area

4. I came across another item -- the window that has the group, (bottom left) would be better rendered as a larger window that i can move around (the savokUI one was, for example, a solid one which i still use on my laptop.) have some ideas on that as well?
__________________
Noah, the Loincloth Hero
Ogre High Jump Champion 2019
Reply With Quote
  #4  
Old 12-19-2010, 01:30 PM
Savok Savok is offline
Fire Giant

Savok's Avatar

Join Date: May 2010
Posts: 971
Default

The name was a keyboard fail on the laptop - sorry.

And I still need the zipped UI files!
__________________
Reply With Quote
  #5  
Old 12-19-2010, 06:29 PM
MiRo2 MiRo2 is offline
Fire Giant

MiRo2's Avatar

Join Date: May 2010
Posts: 732
Default

I think hes referring to this UI.

I'm also terrible at editing UIs. I'm an amateur stumbling my way through what I can understand, I just have a lot of time and patience [You must be logged in to view images. Log in or Register.]
Reply With Quote
  #6  
Old 12-19-2010, 09:50 PM
karsten karsten is offline
Planar Protector

karsten's Avatar

Join Date: Oct 2009
Posts: 1,892
Default

hehe yeah i was just kidding, my name isnt even karsten! [You must be logged in to view images. Log in or Register.]

and yeah, those are the zipped files, and i play in 1024x1080
__________________
Noah, the Loincloth Hero
Ogre High Jump Champion 2019
Reply With Quote
  #7  
Old 12-20-2010, 03:38 AM
MiRo2 MiRo2 is offline
Fire Giant

MiRo2's Avatar

Join Date: May 2010
Posts: 732
Default

I tried on the spell bar, but I got stuck, and now my brain hurts. HALP!

I resized the images, smoothed out some issues from resizing on the graphics, edited the code, to resize, reposition, the gems, and remove the 9th gem.

This is what I ended up with

Original
[You must be logged in to view images. Log in or Register.]

Resized
[You must be logged in to view images. Log in or Register.]

Yes, my spell icons are installed correctly, both the spell book and buff bar are displaying correctly, but spell gems are not. Spell gems work in my default and Solaria UI so not sure where the issue is. Spell gem offsets are set to 5,5 as I couldn't find a good spot without the actual Icon.

So here is the code for the EQUI_CastSpellWnd.xml and I have the .tga file as well, but forums won't allow me to attach, and imageshack won't upload it either [You must be logged in to view images. Log in or Register.]

Code:
<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Ui2DAnimation item="spellgem_back">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>0</X>
        <Y>400</Y>
      </Location>
      <Size>
        <CX>244</CX>
        <CY>96</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="My_SpellGemHolder">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>300</X>
        <Y>400</Y>
      </Location>
      <Size>
        <CX>45</CX>
        <CY>42</CY>
      </Size>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="My_SpellGemBackground">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>350</X>
        <Y>400</Y>
      </Location>
      <Size>
        <CX>45</CX>
        <CY>42</CY>
      </Size>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="My_SpellGemHighlight">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>350</X>
        <Y>400</Y>
      </Location>
      <Size>
        <CX>0</CX>
        <CY>0</CY>
      </Size>
    </Frames>
  </Ui2DAnimation>
  <SpellGem item="CSPW_Spell0">
    <ScreenID>CSPW_Spell0</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>10</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell1">
    <ScreenID>CSPW_Spell1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>58</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell2">
    <ScreenID>CSPW_Spell2</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>106</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell3">
    <ScreenID>CSPW_Spell3</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>154</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell4">
    <ScreenID>CSPW_Spell4</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>10</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell5">
    <ScreenID>CSPW_Spell5</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>58</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>3</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell6">
    <ScreenID>CSPW_Spell6</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>106</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell7">
    <ScreenID>CSPW_Spell7</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>154</X>
      <Y>50</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell8">
    <ScreenID>CSPW_Spell8</ScreenID>
  </SpellGem>
  <Button item="CSPW_SpellBook">
    <ScreenID>CSPW_SpellBook</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>204</X>
      <Y>35</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>28</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>
      <Disabled>A_BookBtnDisabled</Disabled>
      <Flyby>A_BookBtnFlyby</Flyby>
      <PressedFlyby>A_BookBtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <StaticAnimation item="spellgem_background">
    <ScreenID>player_background</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>244</CX>
      <CY>96</CY>
    </Size>
    <Animation>spellgem_back</Animation>
  </StaticAnimation>
  <Screen item="CastSpellWnd">
    <!--<ScreenID/>-->
    <!--<Font/>-->
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>3</X>
      <Y>703</Y>
    </Location>
    <Size>
      <CX>244</CX>
      <CY>96</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>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>spellgem_background</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_SpellBook</Pieces>
  </Screen>
</XML>
*EDIT* I will look for somewhere reputable to host the .tga file when I get back from the gym. *EDIT*
Reply With Quote
  #8  
Old 12-20-2010, 04:08 AM
karsten karsten is offline
Planar Protector

karsten's Avatar

Join Date: Oct 2009
Posts: 1,892
Default

you know i actually had a similar issue with the spell gems displaying all wacky until I went and downloaded the "complete" default UI files off of savok's walkthrough. I am using the "classic" icons and once i went back and slapped those extra files it they display right.

Oh, also, wanted to just note again that with the spell list, i want to have the whole thing vertical so that I can put it along the left hand side of my screen (sorta classic style), i.e. each spell icon below the one before it, with the spellbook button below the 8th spell
__________________
Noah, the Loincloth Hero
Ogre High Jump Champion 2019
Last edited by karsten; 12-20-2010 at 04:11 AM..
Reply With Quote
  #9  
Old 12-20-2010, 05:45 AM
MiRo2 MiRo2 is offline
Fire Giant

MiRo2's Avatar

Join Date: May 2010
Posts: 732
Default

Yeah, I jerry rigged my spell icons before the guide came out after the masses cried out in distress, guess I left something out [You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

Weeeeeee back to the drawing board.

At the very least I will have a vertical spell bar with gems 1.5 the size of the icons for Savok to fix for you [You must be logged in to view images. Log in or Register.]
Reply With Quote
  #10  
Old 12-20-2010, 07:42 AM
MiRo2 MiRo2 is offline
Fire Giant

MiRo2's Avatar

Join Date: May 2010
Posts: 732
Default

Vertical:
[You must be logged in to view images. Log in or Register.]

SpellCastWnd.xml
Code:
<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Ui2DAnimation item="spellgem_back">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>430</X>
        <Y>75</Y>
      </Location>
      <Size>
        <CX>53</CX>
        <CY>388</CY>
      </Size>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="My_SpellGemHolder">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>300</X>
        <Y>400</Y>
      </Location>
      <Size>
        <CX>45</CX>
        <CY>42</CY>
      </Size>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="My_SpellGemBackground">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>350</X>
        <Y>400</Y>
      </Location>
      <Size>
        <CX>45</CX>
        <CY>42</CY>
      </Size>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="My_SpellGemHighlight">
    <Frames>
      <Texture>Haeldar.tga</Texture>
      <Location>
        <X>350</X>
        <Y>400</Y>
      </Location>
      <Size>
        <CX>0</CX>
        <CY>0</CY>
      </Size>
    </Frames>
  </Ui2DAnimation>
  <SpellGem item="CSPW_Spell0">
    <ScreenID>CSPW_Spell0</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>4</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell1">
    <ScreenID>CSPW_Spell1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>48</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell2">
    <ScreenID>CSPW_Spell2</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>92</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell3">
    <ScreenID>CSPW_Spell3</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>136</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell4">
    <ScreenID>CSPW_Spell4</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>180</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell5">
    <ScreenID>CSPW_Spell5</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>224</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell6">
    <ScreenID>CSPW_Spell6</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>268</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell7">
    <ScreenID>CSPW_Spell7</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>4</X>
      <Y>312</Y>
    </Location>
    <Size>
      <CX>45</CX>
      <CY>42</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>My_SpellGemHolder</Holder>
      <Background>My_SpellGemBackground</Background>
      <Highlight>My_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>5</SpellIconOffsetX>
    <SpellIconOffsetY>5</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell8">
    <ScreenID>CSPW_Spell8</ScreenID>
  </SpellGem>
  <Button item="CSPW_SpellBook">
    <ScreenID>CSPW_SpellBook</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>19</X>
      <Y>356</Y>
    </Location>
    <Size>
      <CX>30</CX>
      <CY>28</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>
      <Disabled>A_BookBtnDisabled</Disabled>
      <Flyby>A_BookBtnFlyby</Flyby>
      <PressedFlyby>A_BookBtnPressedFlyby</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <StaticAnimation item="spellgem_background">
    <ScreenID>player_background</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>53</CX>
      <CY>388</CY>
    </Size>
    <Animation>spellgem_back</Animation>
  </StaticAnimation>
  <Screen item="CastSpellWnd">
    <!--<ScreenID/>-->
    <!--<Font/>-->
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>3</X>
      <Y>703</Y>
    </Location>
    <Size>
      <CX>53</CX>
      <CY>388</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>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>spellgem_background</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_SpellBook</Pieces>
  </Screen>
</XML>
To Savok:

I have no clue where to resize the spell gems, if you could do that part or point me in the right direction. I have the .tga as well still looking for somewhere to host it
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

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

Forum Jump


All times are GMT -4. The time now is 10:11 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.