View Single Post
Old 04-01-2012, 06:34 PM   #14
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

ok first are you going to use a custom animations file or are you going to just make custom animations in the buffs window?easiest way to get what you want is leave everything as default had it...now open window pieces six and replace the yellow blue and red in the window pieces with yours. keep it simple if you start making too many changes you get lost in confusion...the above is the simplest way. the weird images from your experiment were probably due to the fact you made the .tga larger but didnt change it in set increments in the Animations folder..remember when resizing must go in increments x2

if using a custom animations file just change the below
Code:
<Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.tga</Texture><--- <Location> <X>200</X><---- <Y>200</Y><----- </Location> <Size> <CX>8</CX><----- <CY>8</CY><----- </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.tga</Texture> <Location> <X>200</X> <Y>208</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>


change the window pieces to whatever yours is, change the location , change the size,(do this for all three red, blue, yellow) and should be good to go.


if not zip it all up and post it here and ill mess with it later


hal
Halelen is offline   Reply With Quote