Page 1 of 1

HTML Editing

Posted: Thu Nov 27, 2014 6:57 pm
by II337
I have some questions about HTML editing.
For example I have a GMShop and I want to change the layout from the buttons.
Where do I find out which value is a specific button layout?

Re: HTML Editing

Posted: Fri Nov 28, 2014 3:53 pm
by II337
Where can I see the layout of different button styles for html?
There are some like Interlude and some are green and stuff.
Where can I find these values.

For example this button with this value

Code: Select all

back="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind" fore="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind.Gauge_DF_Attribute_Wind_bg"
Looks like this

Image

Re: HTML Editing

Posted: Fri Nov 28, 2014 6:34 pm
by Zoey76
More info here: viewforum.php?f=79

Re: HTML Editing

Posted: Fri Nov 28, 2014 9:01 pm
by dedmoped
Easy Way: there is a program called l2jdlg maker. With this program you can create or edit the html file.

But this program I do not particularly like it, I'll just take the keys and codes of pictures in folder - l2jdlg_maker\img\
Image
1 - Before the name of the texture buttons to add a prefix like from what the client is taken chronicles texture, that is, from what file textures.
In our case, like so:
2 - L2UI_CT1.Button_DF - the usual form buttons
3 - L2UI_CT1.Button_DF_Down - view by pressing a button

Code finished buttons with these textures:
<button value="Armor" action="bypass -h npc_%objectId%_multisell 0" width=90 height=16 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
In the same way I did for myself here such HTML. Sorry, that Russian) --
Image
Image

Re: HTML Editing

Posted: Fri Nov 28, 2014 9:24 pm
by HappyLDE
Thanks dedmped!

Re: HTML Editing

Posted: Sat Nov 29, 2014 10:16 am
by II337
Wow ty for your effort!

Re: HTML Editing

Posted: Fri Apr 10, 2020 6:03 pm
by Matsuga
Use this link to get started :
and if you are interested use this program to make your own :