Jump to content
  • 0

[Request]HTML UI images


Sindelia

Question

Hello , I'd like to know where can I find all of the images that can be put in the html file of an NPC e.x. : L2Font-e.mini_logo-e

 

Thank you ;)

 

P.S.: I'm sorry if the topic is in the wrong place.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Quite honestly I find that extremely useful as well.

When you have a list of them pm me if you don't mind ;)

There are two options:

- Have someone give you the List;

- Extract the images from the Client's Files;

Link to comment
Share on other sites

  • 0

I've found the related files in the SysTextures folder of L2 L2Font-e.utx , L2UI.utx , L2UI_CH3.utx , L2Font.utx , L2UI_CH3.utx , L2UI_CT1.utx. How can I open them ? FileEdit prolly?..

Link to comment
Share on other sites

  • 0

So..I've found an Unpacker which shows opens those .utx files and shows the images in them , it has the ability to preview and to convert to .bmp but it cannot do it on the certain .utx files. I have no problem listing the image names so you can test them out , if you'd like the names just tell me and I'll share them on a new post ;)

Link to comment
Share on other sites

  • 0

Well you want the code to import images in-game or you just want raw images. If you want the codes here they are i found them here in MxC but i dont remember the topic.

 

codes

<img src="L2Font-e.replay_logo-e" width=255 height=75> - L2 Logo (banner)
<img src="L2Font-e.mini_logo-e" width=250 height=95> -Gracia logo
<img src=Sek.start_logo width=256 height=256 align=center> -L2 big icon
<img src="L2UI_CH3.herotower_deco" width=256 height=32> -Deco 1
<img src="l2ui.squaregray" width="610" height="1"> -Deco 2

 

for images just extract em, if you dont know how go read some topics in client dev topic.

Link to comment
Share on other sites

  • 0

I just want the raw images , I've found the image names and I'm importing then 1 by one because there's no preview to them :S

When I say raw I mean : [image] - [name of image]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...