View Single Post
  #212  
Unread 11-21-2008, 08:33 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

SEE BOTTOM OF POST

----

I would assume that it is /ShadowStyles.Outline.SpellAttack.Outline1

But it can be any of these:
Code:
        <Namespace Name="SpellAttack">
            <ShadowStyle Color="#64C8FF" Name="Outline1" NextShadowStyle="Outline1_2" Offset="0,-2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline1_2" NextShadowStyle="Outline2" Offset="1,-2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline2" NextShadowStyle="Outline2_3" Offset="2,-2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline2_3" NextShadowStyle="Outline3" Offset="2,-1" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline3" NextShadowStyle="Outline3_4" Offset="2,0" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline3_4" NextShadowStyle="Outline4" Offset="2,1" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline4" NextShadowStyle="Outline4_5" Offset="2,2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline4_5" NextShadowStyle="Outline5" Offset="1,2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline5" NextShadowStyle="Outline5_6" Offset="0,2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline5_6" NextShadowStyle="Outline6" Offset="-1,2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline6" NextShadowStyle="Outline6_7" Offset="-2,2" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline6_7" NextShadowStyle="Outline7" Offset="-2,1" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline7" NextShadowStyle="Outline7_8" Offset="-2,0" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline7_8" NextShadowStyle="Outline8" Offset="-2,-1" Opacity="0.300" />
            <ShadowStyle Color="#64C8FF" Name="Outline8" NextShadowStyle="BlackOutline1" Offset="-2,-2" Opacity="0.300" />
        </Namespace>
So this is what we got so far:

AutoAttack:
ShadowStyle=/ShadowStyles.Outline.BlackOutline1
Color=????
AutoAttack Crit:
ShadowStyle=????
Color=????

CA/Spells:
ShadowStyle='/ShadowStyles.Outline.SpellAttack.Outline1'
Color=????
CA/Spells Crit:
ShadowStyle=????
Color=????

AA:
ShadowStyle=????
Color=????
AA Crit:
ShadowStyle=????
Color=????

Do we need any more/less than that?
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 11-21-2008 at 08:52 PM.