Jump to content

Recommended Posts

Posted

  • Hey guys,
     
    I couldn't find a list on here so I thought I'd ask: what HTML-elements do you know, that can be delivered to the client?
     
    I figured out the following tags (and attributes):
    • General elements
      • <html>
        • noscrollbar=""

        [*]<head></head>

        [*]<title></title>

        [*]<body></body>

      [*]Table-elements

      • Table - <table></table>
        • cellpadding=0
        • cellspacing=0
        • border=0
        • width=0
        • height=0
        • bgcolor={hexadecimal color value without pound symbol (#)}
        • fixwidth=0 (no idea what difference it makes to width)

        [*]Table row - <tr></tr>

        [*]Table cell - <td></td>

        • align={left, center, right}
        • valign={top, center, bottom}
        • width=0
        • height=0
        • fixwidth=0 (no idea what difference it makes to width)

      [*]Controls

      • Default input box - <edit/>
        • var=variablename
        • align={left, center, right}
        • type={number} (use only if you want to let the user type in numbers ONLY)
        • width=0
        • height=0
        • length={length} (use only if you want to let the user type in certain amount of characters)

        [*]Multiline input box <multiedit/>

        • var=variablename
        • width=0
        • height=0

        [*]Combobox - <combobox/>

        • var=variablename
        • width=0
        • list="a;b;c" (use ; to separate list elements)
        • sel="a" (selects the specified element based on its displayed name)

        [*]Regular button - <button/>

        • value=Button text (actually displayed text, may be "" if you don't want to display any text)
        • width=0
        • height=0
        • back="Button.Image" (background image, note: it has to have an _over version of the image or it will be black on mouse over)
        • fore="Button.Image" (foreground image? I don't know; use (utx-)package name + name of the file without extension in fore- and back-attributes)
        • action="bypass -h ..." (the actual action to perform when the button is clicked)

        [*]Link - <a></a>

        • value=Button text (actually displayed text, may be "" if you don't want to display any text)
        • width=0
        • height=0
        • action="bypass -h ..." (the actual action to perform when the button is clicked)

        [*]Image - <img/>

        • src="Button.Image" (source of the image, use (utx-)package and filename without extension)
        • width=0
        • height=0

      [*]Other elements

      • New row - <br/>
      • New row (bigger gap) - <br1/>
      • Sysstring display - <fstring>{number}</fstring>

 

A few comments on the list:

  • In order to load custom images from the server without client-modding, use PledgeCrest and DDSConverter
  • Having <tr>-elements without any <td>-elements in it will most likely crash the game client
  • There is no way (at least I don't know of any way) to display a preset value in an <edit/> or <multiedit/> control
  • Judging by the nwindow.dll (if I'm not mistaken) it seems, that there are more HTML-controls available - e.g. slider or flash
  • There are ways to display various system strings by using &$#####; (where ##### is a number) as well as other combinations of the first two characters (&$, $#, $^ and some more)
  • Regular NpcHtmlMessage can only hold a relatively small amount of data (not sure if 16kb or 64kb); more data can be displayed using the community board
  • Community board has an ugly issue when displaying an input box, leaving that input box empty and clicking on a button, which sends the input-box-variable (var-attribute) using $var to the server; even though it seems the bypass is processed, it displays a weird error saying the message box shouldn't contain more than 3000 characters (in fact it contains no character at all). This message seems to be raised on the client-side since I couldn't find any packet being sent to server beforehand.

 

Is this list more or less complete or does anyone happen to have some more controls, attributes or tricks of how to use something?

Help in this regard is greatly appreciated! Thank you for reading.

  • Thanks 1
Posted

Thanks! This made my day, I was looking for this for some time:

sel="a" (selects the specified element based on its displayed name)

 

Fixwidth and fixheight are fixed sizes. The normal ones are adjustable, for example if the container is larger than the size set in width, it will grow automatically to fit the new size. The fixed sizes will not

Posted

Ah alright. So that's the difference between fixwidth/fixheight and width/height. Good to know. I still hope/wish there were more elements we could use :x.

Posted

/**

*

* the HTML parser in the client knowns these standard and non-standard tags and attributes

* VOLUMN

* UNKNOWN

* UL

* U

* TT

* TR

* TITLE

* TEXTCODE

* TEXTAREA

* TD

* TABLE

* SUP

* SUB

* STRIKE

* SPIN

* SELECT

* RIGHT

* PRE

* P

* OPTION

* OL

* MULTIEDIT

* LI

* LEFT

* INPUT

* IMG

* I

* HTML

* H7

* H6

* H5

* H4

* H3

* H2

* H1

* FONT

* EXTEND

* EDIT

* COMMENT

* COMBOBOX

* CENTER

* BUTTON

* BR

* BR1

* BODY

* BAR

* ADDRESS

* A

* SEL

* LIST

* VAR

* FORE

* READONL

* ROWS

* VALIGN

* FIXWIDTH

* BORDERCOLORLI

* BORDERCOLORDA

* BORDERCOLOR

* BORDER

* BGCOLOR

* BACKGROUND

* ALIGN

* VALU

* READONLY

* MULTIPLE

* SELECTED

* TYP

* TYPE

* MAXLENGTH

* CHECKED

* SRC

* Y

* X

* QUERYDELAY

* NOSCROLLBAR

* IMGSRC

* B

* FG

* SIZE

* FACE

* COLOR

* DEFFON

* DEFFIXEDFONT

* WIDTH

* VALUE

* TOOLTIP

* NAME

* MIN

* MAX

* HEIGHT

* DISABLED

* ALIGN

* MSG

* LINK

* HREF

* ACTION

*

*

* @version $Revision: 1.3.2.1.2.3 $ $Date: 2005/03/27 15:29:57 $

*/

 

this is the commonly found info witch l2j provides on the server packet

Posted

This info is (at least partially) a lie. I've tried a lot of these attribute/tags and figured out, that very few attributes work.

 

The aim of this thread was to figure out elements, which are in fact really usable within Lineage 2, not hypothetical elements that are supposed to be in there.

 

Also: I've seen the posts on the L2J-forum, but it seems the tags/attributes are either wrong, not interpreted, don't exist or their syntax is unknown.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hey everyone, I'm selling this mod that took me two weeks to create and adapt for L2JACIS 401. The mod works by using a collar item that I've included. Clicking on it will mount your pet directly. It doesn't replace or break the textures of the original raiders. Here are a couple of screenshots to illustrate how each mount works. Each mount uses a different item, each with its own ID, texture, etc.   https://ibb.co/S4b5PzFc https://ibb.co/pjsrj1qQ   Besides the lion, I'm also adding these mounts.   https://ibb.co/q3Z54mcL https://ibb.co/hJv8Sz2N     Cheers!
    • Add some share links, would be nice for people that still looking for them!
    • Please do not insult anybody and respect other works. Do not have hateful behaviour, last warning.
    • You cant add cloaks on interlude packs, is possible to find ones but will never work correct on character.
    • Hello everyone, want to sell some of my custom features in my server, someone might be interested. Collections: (50euro) - you need ingredients (min/max) - can you choose enchant level  - reward : custom skills Enemy Inventory and stats checker: (25euro) - you can check what is your enemy wearing - how much is it enchanted - you can see his detailed info about stats - pvp/pk/rebirth/pve dmg etc anything can be added Gamble (random craft item) - (50 euro)  - by using command .gamble - windown will pop up  - name of the item / chances / % of your points / maximum you can have shows  - you can buy instantly points / or item can be made for that  - each pack can have different prices/items  - refresh give another 5 random items. Custom Enchant System: (20euro)  - target all grades - one scroll can be used for any grade  - increaseEnchantby / decreaseEnchantBy Custom Rotated Farm Zone: (50euro)  - players will be automaticly flagged when enter / unflagged when leave  - you can make any zone like that  - you can add any restriction you want or dont.  - Rotation will be announced in Global  Chat  - in zone drop will be increased by 30% - or you can modify by config  - maybe you want zone where they need lets say 10x Enter to enter can be done - i can give you code, or i can also implement for you - if you want some other custom code, and im able to do it you can ask me discord:expllo#8222 or just expllo - if you won't find, message me here.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..