Jump to content
  • 0

Html Image Overly How To Make?


Question

9 answers to this question

Recommended Posts

  • 0
Posted

This is connection of 3 things:

1. Background icon(icon.weapon_elven_long_sword_i00)

2. Black Square which area is 1/4 of icons area, also placed as background(L2UI_CT1.Windows_DF_TooltipBG)

3. Normal Text

<table border=0 cellspacing=0 cellpadding=0 width=32 height=32 background="icon.weapon_elven_long_sword_i00">
	<tr>
		<td width=32 align=right>
			<table border=0 width=16 height=16 background="L2UI_CT1.Windows_DF_TooltipBG">
				<tr>
					<td width=16 align=center valign=center>
						<font color="FFFFFF">D</font>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
  • 0
Posted (edited)

images to utx, then calling the utx with html

 

i dont think so, i think there is another way to put two images together. i checked their patch and they dont have any custom utx file.

 

Anyone else have any other idea?

Edited by janiko
  • 0
Posted (edited)

Well, what's exactly so "special" in this htm, cuz I don't rly get it (I'm not upper chronicle user than Int)? For me it looks like simple htm with called images from .utx file ? :P

 

Or you mean the "grade" letter on the image ?

Edited by SweeTs
  • 0
Posted (edited)

Well, what's exactly so "special" in this htm, cuz I don't rly get it (I'm not upper chronicle user than Int)? For me it looks like simple htm with called images from .utx file ? :P

 

Or you mean the "grade" letter on the image ?

yeah i mean grade letter on the image. thats exactly what i want to call

Edited by janiko
  • 0
Guest Elfocrash
Posted

They remade the icons, You cant just call the overlay.

  • 0
Posted

 

This is connection of 3 things:

1. Background icon(icon.weapon_elven_long_sword_i00)

2. Black Square which area is 1/4 of icons area, also placed as background(L2UI_CT1.Windows_DF_TooltipBG)

3. Normal Text

<table border=0 cellspacing=0 cellpadding=0 width=32 height=32 background="icon.weapon_elven_long_sword_i00">
	<tr>
		<td width=32 align=right>
			<table border=0 width=16 height=16 background="L2UI_CT1.Windows_DF_TooltipBG">
				<tr>
					<td width=16 align=center valign=center>
						<font color="FFFFFF">D</font>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

 

You are amazing dude thats what i wanted :*  i was sure that i didn't needed any Icon Rework or calling it from DDSCONVerter , thanks a LOT :****

Guest
This topic is now closed to further replies.


×
×
  • Create New...