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

    • Hi players ! Meet our project Lineage 2 Hiro Classic ! A low rate classic pvp oriented with many features. No pay to win, RB/AoE, group clan pvp castle etc ...  Dynamic rates, RB Xp 4x and soon massive update with auto farm ! Join now !  https://www.lineage2hiro.com/ Can't wait to see you online !
    • To all first time buyers we give a bonus + 10% of the order. 
    • 🔥 Looking for a powerful, clean, and player-friendly Auction House system for your Lineage 2 server? This fully-featured module is ready to plug into your project and provide your players with a modern, centralized marketplace!   💼 What is it? A complete Auction House system designed for fixed-price item sales between players. Forget about private stores and spammed zones—this system offers a smooth, secure, and offline-friendly way to buy and sell items across your server.   Photo Library: https://imgur.com/a/zLlUQbW   ✅ Main Features: 🔹 Fixed-Price Listings Only: Players list items at a set price. No bidding, no delays—just fast, clean trades. 🔹 Multi-Currency Support: Works with Adena, event coins, custom currencies—fully configurable. 🔹 Dynamic Interface: Players can filter items by name, type, and price. Easy-to-use HTML layout with smooth pagination. 🔹 Sell While Offline: Post items and receive payments even if you're not online—true passive trading. 🔹 Safety First: Full validation: no equipped/augmented/restricted items unless allowed. Prevents scams, mispricing, and listing errors. 🔹 Expiration Timer (Optional): Set listing time limits. Expired items go to warehouse/mail automatically. 🔹 Spam & Duplication Protection: Prevents multiple listings of identical items and unnecessary database load. 🔹 Performance Optimized: Clean, indexed SQL structure. No lag or bloating even with thousands of listings.   ⚙️ Plug & Play Clean Java code (compatible with aCis & derivatives). Easy setup with full instructions and sample configurations. Includes SQL, HTML files, and all Java classes – fully working out of the box.   💰 Pricing & Contact 📦 50 euro - One-time purchase with full support for setup & basic customization. 💬 Contact me here via PM or on Discord: @Luminous 🔐 Serious buyers only – source is clean, secure, and tested on live servers.     Give your server the next-level economy it deserves. No more chaotic trade zones. No more confusion. Just clean, efficient, server-wide trading.
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
    • 166 pisses on their heads any day of the week though
  • Topics

×
×
  • Create New...