For the complete documentation index, see llms.txt. This page is also available as Markdown.

📑CustomStartItem

Configures the "starter kit" automatically given the first time a character enters the game: minimum points/status, gift items, and buffs. It only works with CustomStartItem enabled (by account type) in the general server configuration, and it is applied only once per character. The file has 3 blocks.

Block 0 — guaranteed minimum status

Column

Accepted values

What it is

Class

Class number (0 DW … 6 RF), or *

Which class this line applies to. * = all.

Reset

Number

Amount of bonus resets given.

LevelUpPoint

Number

Extra status points given.

Money

Number

Zen given.

Str / Agi / Vit / Ene

Number, or *

Guaranteed minimum value of the attribute. * = does not change this attribute.

Com

Number, or *

Guaranteed minimum value of Command (only applies to Dark Lord/Lord Emperor). * = does not change.

Block 1 — gift items

Column

Accepted values

What it is

Class

Class number, or *

Which class this item is given to. * = all.

Section / Item

Number / Number

Together they form the given item.

Level

Number

Level (+how much) of the item.

Durab

Number

Durability of the item.

Skill / Luck / Option

Number

Options of the item.

Excellent

Number, in bits

Excellent options.

Ancient

Number

Ancient/set option.

Socket1 – Socket5

Number, or 255

Sockets of the item. 255 = empty (only valid if the item accepts sockets).

Duration

Number (days), or -1

Validity time of the item. -1 = permanent.

Block 2 — welcome buffs

Column

Accepted values

What it is

Class

Class number, or *

Which class this buff is given to. * = all.

Effect

Number of an effect

Buff given.

Power1 / Power2

Number

Strength of the buff.

Time

Number

Duration of the buff.

Notes

  • The Str/Agi/Vit/Ene/Com values in block 0 are a guaranteed minimum, not an addition: they only overwrite the attribute if the value registered here is higher than the class default — they never reduce an attribute that is naturally higher from the start.

  • The kit is delivered only once per character (it is marked internally); reducing or disabling the general switch later does not remove what has already been given.

  • Com only has an effect on Dark Lord/Lord Emperor — for other classes, this column is ignored even if filled with a number.

Last updated