Resolved stat is not increasing

justin3ryu

Heir
Customer
The stats that can be increased with tattoos are set to 5.
However, the stats gained from items do not increase.
There is no such function in the formula.properties file.
Where is it located?
 
i am also waiting for a better, more detailed description of this matter for some days now :P
I did a dye that increases Int by +5, and I equipped armor that increases Int by +3, but in the character information it only shows Int +5 instead of +8.
 

Attachments

  • thisstats.webp
    thisstats.webp
    16 KB · Views: 7
I didn’t quite understand the problem. Could you post some screenshots so we can understand it better?
I didn’t quite understand the problem. Could you post some screenshots so we can understand it better?
I did a dye that increases Int by +5, and I equipped armor that increases Int by +3, but in the character information it only shows Int +5 instead of +8.
 

Attachments

  • thisstats.webp
    thisstats.webp
    16 KB · Views: 5
????? you kidding? mine is not working only up to 5. no more than that with armor equipment. i dye +5 int, and armor is +2 int. so should be +7 right? but only +5 maximum
The armor will not add any value to the dye number. thats why the stat is for example 51+4 or 51+5 in your case. Any values added from the armor stats will be like this: if you armor have +5 con then 51+5=56 and if you put dye con+5 it will be 56+5= 61 and it will show 61+(5) in the stats..
 
I did a dye that increases Int by +5, and I equipped armor that increases Int by +3, but in the character information it only shows Int +5 instead of +8.
The value in parentheses refers only to the Dyes. The other added values are summed into the total STR, DEX, CON, WIT, INT, and MEN. As mentioned above, for example, if your character has 40 INT without Dyes, and you add a +5 Dye and an item that gives +3, it will show 48 (+5) in the stats. This is one of the most basic things in Lineage 2.
 
The armor will not add any value to the dye number. thats why the stat is for example 51+4 or 51+5 in your case. Any values added from the armor stats will be like this: if you armor have +5 con then 51+5=56 and if you put dye con+5 it will be 56+5= 61 and it will show 61+(5) in the stats..
So I tried taking off and putting the armor back on... I already have a tattoo that gives INT +5, and the armor has INT +2, but there’s no change at all in the stats...
 
how to find password?
Brother ... I'm asking you to give me the XML of the SKILL that the ARMOR have it.
For example

Code:
<!-- 1 lvl heavy -->
  <skill id="11001" levels="1" name="Apella Heavy Set">
    <set name="icon" val="icon.armor_t88_u_i00"/> 
    <set name="magicLevel" val="75"/> 
    <set name="target" val="TARGET_SELF"/> 
    <set name="skillType" val="BUFF"/> 
    <set name="operateType" val="OP_PASSIVE"/> 
    <for>
      <add order="0x40" stat="DEX" val="2"/> 
      <add order="0x40" stat="CON" val="2"/>
      <add order="0x40" stat="STR" val="2"/>
      <add order="0x40" stat="maxHp" val="5445"/> 
      <mul order="0x30" stat="pDef" val="1.15"/> 
      <add order="0x40" stat="sleepResist" val="30"/> 
      <add order="0x40" stat="rootResist" val="30"/>
      <add order="0x40" stat="pvePhysSkillDmgBonus" val="2"/>       
      <mul order="0x30" stat="pvePhysDefenceBonus" val="1.30"/>
      <mul order="0x30" stat="cAtk" val="0.5"/>
    </for>
  </skill>
 
  • Like
Reactions: aly
Back
Top