Jump to content
  • 0

[:( Help Please] Custom Armor Stats Prob


Question

Posted

Hello Guys.. I Need Your Help to Solve My Big Problem

 

I Made In My Server Custom Titanium ARmors ... I Edited The Stats

 

When I Log In The Game I Have ( With The Custom Armor ) 3220 p.def

 

But When I Remove And Equip (The Custom Armor ) Again I Have 3260

 

Why Is This Happening .. ( the stats are ( add val )  )

 

Thanks In Advance

 

If You Dont Understand Tell Me To Upload Images !!!

 

HELP ME PLEASE.. PLEASE?

 

 

I USE L2J FREE Interlude !!!

 

7 answers to this question

Recommended Posts

  • 0
Posted

<skill id="20002" levels="1" name="Titanium Robe Set">

<!--

 Description(s):

     Decreases chance of magic casting being canceled(-50%).

M. Atk.(+8%),

Speed(+7)

maximum weight limit(5759).

WIT+2, INT+1, MEN+2

-->

 <set name="power" val="0.0"/>

 <set name="target" val="TARGET_SELF"/>

 <set name="skillType" val="BUFF"/>

 <set name="operateType" val="OP_PASSIVE"/>

 <set name="castRange" val="-1"/>

 <set name="effectRange" val="-1"/>

 <for>

   <add val='9' order='0x40' stat='runSpd'/>

   <add val='2' order='0x40' stat='WIT'/>

   <add val='1' order='0x40' stat='INT'/>

   <add val='2' order='0x40' stat='MEN'/>

   <add val='6200' order='0x40' stat='mAtk'/>

   <add val='200' order='0x40' stat='mDef'/>

   <add val='600' order='0x40' stat='pDef'/>

   <add val='800' order='0x40' stat='maxHp'/>

   <add val='420' order='0x40' stat='mAtkSpd'/>

   <add val='900' order='0x40' stat='maxMp'/>

   <add val='5759' order='0x40' stat='maxLoad'/>

   <sub val='50' order='0x40' stat='cancel'/>

 </for>

</skill>

</list>

 

Thanks THEEND

 

I Know that i am in Wrong Section.... I Realised it now :)

 

I Really Need Your Help GUYS !!!

 

 

  • 0
Posted
<list> missing.

 

no its not... Here Is The Full XML File

 

Thanks For Your Posts..

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE list SYSTEM "skills.dtd">

<list>

<skill id="20000" levels="1" name="Titanium Heavy Set">

<!--

  Description(s):

      Increases MaxHP, (+445)

P. Def (+8%)

STR+4, DEX+1

-->

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="BUFF"/>

  <set name="operateType" val="OP_PASSIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <for>

    <add val='1' order='0x40' stat='DEX'/>

    <add val='4' order='0x40' stat='STR'/>

    <add val='1.80' order='0x30' stat='pAtk'/>

    <add val='2.10' order='0x40' stat='pDef'/>

    <add val='1.50' order='0x40' stat='mDef'/>

    <add val='1.80' order='0x40' stat='maxHp'/>

    <add val='1.3' order='0x40' stat='pAtkSpd'/>

    <add order="0x40" stat="rEvas" val="1.2"/>

    <add order="0x40" stat="accCombat" val="1.8"/>

    <add val='1.00' order='0x40' stat='maxMp'/>

    <add val='5759' order='0x40' stat='maxLoad'/>

  </for>

</skill>

<skill id="20001" levels="1" name="Titanium Light Set">

<!--

  Description(s):

      Increases MaxHP(+445),

Atk. Spd(+8%),

P. Atk(+8%),

maximum weight limit(+5759).

STR+2, DEX+2

-->

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="BUFF"/>

  <set name="operateType" val="OP_PASSIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <for>

    <add val='2' order='0x40' stat='STR'/>

    <add val='1.76' order='0x30' stat='pAtk'/>

    <add val='2.00' order='0x40' stat='pDef'/>

    <add val='1.50' order='0x40' stat='mDef'/>

    <add val='1.50' order='0x40' stat='maxHp'/>

    <add val='1.72' order='0x40' stat='pAtkSpd'/>

    <add order="0x40" stat="rEvas" val="1.2"/>

    <add order="0x40" stat="accCombat" val="1.9"/>

    <add val='1.50' order='0x40' stat='maxMp'/>

    <add val='5759' order='0x40' stat='maxLoad'/>

  </for>

</skill>

<skill id="20002" levels="1" name="Titanium Robe Set">

<!--

  Description(s):

      Decreases chance of magic casting being canceled(-50%).

M. Atk.(+8%),

Speed(+7)

maximum weight limit(5759).

WIT+2, INT+1, MEN+2

-->

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="BUFF"/>

  <set name="operateType" val="OP_PASSIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <for>

    <add val='9' order='0x40' stat='runSpd'/>

    <add val='2' order='0x40' stat='WIT'/>

    <add val='1' order='0x40' stat='INT'/>

    <add val='2' order='0x40' stat='MEN'/>

    <add val='6200' order='0x40' stat='mAtk'/>

    <add val='800' order='0x40' stat='maxHp'/>

    <add val='200' order='0x40' stat='mDef'/>

    <add val='600' order='0x40' stat='pDef'/>

    <add val='420' order='0x40' stat='mAtkSpd'/>

    <add val='900' order='0x40' stat='maxMp'/>

    <add val='5759' order='0x40' stat='maxLoad'/>

    <sub val='50' order='0x40' stat='cancel'/>

  </for>

</skill>

</list>

  • 0
Posted

2 topic with the same "error"?gz gz gz...-.-"

 

l2jfree interlude user lol...much more ppl dont have brain than i thought

 

locked i answered your question in the other topic pfffff

Guest
This topic is now closed to further replies.


  • Posts

    • whats password from the archivie ?
    • All that shit are false positives of the vanganth cliext, sources are well and who sell it is a big scammer
    • Information Selling a premium Lineage 2 High Five (L2J) project with active development, available by subscription. Includes Git support and access to compiled or full source code. Ideal for serious server owners seeking stability and performance, uniqueness and well-done features.   General Project Specifications: JDK Version: 23 -> 24 Chronicle: HighFive Structure: Core & Datapack merged into a single project Database: MariaDB Database Driver: HicariCP GIT Website: gitlab.com   Features include (but are not limited to):   1. Tournament Single & Party (Check Youtube Video) 2. Faction (Check Youtube Video) 3. Event Engine (Check Youtube Video) 4. Sell Buff System (Check Youtube Video) 5. Start UP System (Check Youtube Video) 6. User Panel 7. Visual - Dress me System 8. Donate Store 9. Automatic Farm System (Check Youtube Video) 10. Captcha (Anti-BOT) (Check Youtube Video) 11. Auction (Check Youtube Video) 12. Vote (API) 13. Admin Real Time Balance (Check Youtube Video) 14. Achievements (Check Youtube Video) 15. Daily Mission (Check Youtube Video) 16. A.I. Bot (Check Youtube Video) 17. Rebirth 18. Daily Reward  19. Skill Tree - Ability System 20. Craft System 21. Twitch Automatic Reward (Check Youtube Video) 22. Quiz Game (Check Youtube Video) 23. Automatic Item Enchant (Check Youtube Video) 24. Secondary Auth Using Google Authenticator (Check Youtube Video) 25. Gm Shop - Gatekeeper - Scheme Buffer   How to get Access (Payment Subscription): To get Access you either pay monthly subscription to GIT for source or Compiled. Project is currently active and has at least 1-2 commit / day.  Clients in both Compiled & Source subscription can request features or any addon in already existing mods inside discord.   Price per Month (Source) in GIT: 250 Eur Price per Month (Compiled) in GIT: 100 Eur   Contact: To get Access or ask further information join discord  https://discord.gg/gKAsAhJNuq      
    • We're officially closing the current season today. While we focus on refining the Essence project, our resources will temporarily shift toward supporting the Classic server.
  • Topics

×
×
  • Create New...