View Single Post
  #12  
Unread 01-13-2005, 07:51 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

spell icons are found in
C:\Program Files\Sony\EverQuest II\UI\Default\images\icons

they are files
icon_ss1.dss through icon_ss14.dds

to intsert an icon copy paste this into xml (or copy paste image ImageFrame)

and change source to images\icons\icon_ss14.dds
change sourcerect to the pixel coordinates at top left of desired icon, then bottom right

topleftX,topleftY,bottomrightX,bottomrightY
so to get the top left icon it would have a sourcerect of 0,0,40,40 roughly

here is the XML if you want to copy paste using it.


Code:
<ImageFrame Name="imageFrame" Source="images/icons/icon_ss14.dds" SourceRect="0,0,40,40"/>
</ImageStyle>
________
LIVE SEX

Last edited by tonyis3l33t : 09-16-2011 at 03:20 AM.
Reply With Quote