HTML Editing

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
II337
Posts: 67
Joined: Mon Oct 27, 2014 9:44 pm

HTML Editing

Post 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?
II337
Posts: 67
Joined: Mon Oct 27, 2014 9:44 pm

Re: HTML Editing

Post 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
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: HTML Editing

Post by Zoey76 »

More info here: viewforum.php?f=79
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
dedmoped
Posts: 70
Joined: Thu Jul 01, 2010 5:44 pm
Location: Ukraine

Re: HTML Editing

Post 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
Sorry for my english...
User avatar
HappyLDE
Posts: 123
Joined: Tue Sep 10, 2013 6:22 pm
Location: Belgium
Contact:

Re: HTML Editing

Post by HappyLDE »

Thanks dedmped!
Thank you for making L2JServer happen! :D
"If you believe you will fail or succeed, in both ways you are right." - Henry Ford
II337
Posts: 67
Joined: Mon Oct 27, 2014 9:44 pm

Re: HTML Editing

Post by II337 »

Wow ty for your effort!
Matsuga
Posts: 19
Joined: Sun Nov 07, 2010 5:46 pm

Re: HTML Editing

Post by Matsuga »

Use this link to get started :
and if you are interested use this program to make your own :
Post Reply