Jump to content
Alloder.pro  about Allods with love 😱
Search In
  • More options...
Find results that contain...
Find results in...

Servers monitoring and the Addons Editor

We present you two legends. All dreams come true.

Servers monitoring The Addons Editor

Digest April

We talk about what was done and updated in the past month. We help keep abreast of events.

Read more

Game tooltips

Tooltips provide a way for 3rd party fansites and extensions to display detailed information on mouseover.

Read more

wich language is this?


Guest Phanima
 Share

Recommended Posts

Guest Phanima

hi im german i never saw this scriptcode before.

maybe u can help me :)

<header alignx="left" fontsize="14"><tip_red><r name = "name"/> <r name = "seconds"/>s</tip_red></header>

Link to comment
Share on other sites

It is formated with tags dynamic caption..

Code:
<header alignx="left" fontsize="14">

   <tip_red>

      <r name = "name"/> <r name = "seconds"/> s

   </tip_red>

</header>

if you added to your addon XXXX.(WidgetTextView).xdb with link to XXXX.txt, and XXXX.txt was formated in html how in your question.. you may add in code this text as simple:

Code:
YorCaption'sName:SetVal( "name", userMods.ToWString(anyStringVar))

YorCaption'sName:SetVal( "second", common.FormatInt(anyMathVar,"%d"))

.. I wish you understand me >_<

Link to comment
Share on other sites

You can to add text's shadow.. it is full functions of it

Code:
<header alignx = "left" fontsize="14" shadow="1">

<rs class="class">

<tip_yellow>

<r name="Name"/>

</tip_yellow>

</rs>

</header>

Link to comment
Share on other sites

It is so called "ValuedText" format, which has SGML-compatible syntax, very similar to HTML.

Its content must be encoded as UTF-16LE (it is called "Unicode" in MS Notepad), with BOM mark.

Capabilities:

- Align text horizontally (alignx="left" or "center" or "right")

- Align text vertically (aligny="top" or "middle" or "bottom")

- Set font size (fontsize="12")

- Set font face (fontname = "AllodsWest" (it is default) or fontname = "AllodsSystem"). UPD: Attention! In Eastern AO localizations, there is only one font - "Allods", and it is really Arial Unicode MS renamed to Allods.ttf.

- Set font color (color="0xAARRGGBB" or predefined colors like class="tip_green" or tags <tip_green></tip_green>)

- Set font outline width (outline="1")

- Set font outline color (outlinecolor="0xAARRGGBB")

- Set font shadow offset (shadow="1")

- Make parahraphs (<p></p>)

- Make breaks (<br/>)

- Insert icon images (syntax is unknown, sorry)

- Define places for Lua variables insertion (<r name="Name"/>)

- Etc?

For example, here is a string, with font color set to opaque white (you can define ANY color with ANY degree of transparency):



Code:
<body color="0xFFFFFFFF" alignx="center" fontsize="10" outline="1"><r name="value"/></body>

Predefined colors are:

- tip_red

- tip_white

- tip_golden

- tip_green

- tip_blue

- tip_grey

- tip_purple

- Etc?

UPD: More predefined colors:

Friendly

Neutral

Aggressive

LogColorBlue

LogColorBrown

LogColorCian

LogColorGold

LogColorGreen

LogColorLightGreen

LogColorMagenta

LogColorOrange

LogColorPink

LogColorWhite

LogColorYellow

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

SLA, ты с тех пор больше ничего нового не обнаружил в тегах?

Как бы сделать горизонтальную табуляцию? Банальные пробелы не канают, если стоят в начале текста :(

Link to comment
Share on other sites

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

 Share

×
×
  • Create New...

Important Information

By using our site you agree to the Terms of Use