Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted (edited)

From what I know, for showing the bonuses you get from composed (+) equipment, the game looks at the ItemAdd.ini file.

But I have noticed that the ItemAdd.ini file seems to be missing quite a lot of equipment pieces.

Does anyone know if the "bonus stats" logic, formulas, or data lives elsewhere?

Screenshot 2026-05-12 at 2.54.02 PM.png

Edited by sunwave
Added the question tag
Posted
45 minutes ago, kennylovecode said:

It is not lacking, as weapon attributes are shared. For example, one-handed weapons start with 444

That makes sense! I wonder if someone here can share the exact logic for which ones are shared, and which numbers are associated.

Posted
52 minutes ago, sunwave said:

That makes sense! I wonder if someone here can share the exact logic for which ones are shared, and which numbers are associated.

As long as you look at the document in detail, you can get a general understanding. As far as I know, it should be that one-handed weapons and two-handed weapons are shared, and others are independent.

Posted

111000 1 0 0 0 2 0 0 0 0
111000 2 0 0 0 4 0 0 0 0
...
111000 12 0 0 0 40 0 0 0 0


line[0] = id
line[1] = plus
line[5] = defense

444330 9 0 1800 1800 0 0 0 14 0

line[3] = minatk
line[4] = maxatk
line[8] = accuracy

111 = Helmet
444 = 1-Hand Weapons
555 = 2-Hand Weapons

111000 represents IDs from 111000 to 111009.

444330 represents level 130 1-hand weapons
(example: 480330–480339 = Club, 410330–410339 = Blade).

Posted
1 hour ago, Emre said:

111000 1 0 0 0 2 0 0 0 0
111000 2 0 0 0 4 0 0 0 0
...
111000 12 0 0 0 40 0 0 0 0


line[0] = id
line[1] = plus
line[5] = defense

444330 9 0 1800 1800 0 0 0 14 0

line[3] = minatk
line[4] = maxatk
line[8] = accuracy

111 = Helmet
444 = 1-Hand Weapons
555 = 2-Hand Weapons

111000 represents IDs from 111000 to 111009.

444330 represents level 130 1-hand weapons
(example: 480330–480339 = Club, 410330–410339 = Blade).

You gave a perfect answer.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...