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

    • New user panel SOURCE $ 200 for source code. R$ 1000,00 BRL for source code.    
    • User panel 2.0 + New features.    
    • Hello everyone, we are one of the top gaming currency stores. We work exclusively with top projects. If you are interested in anything like Adena, Coins, Equip, write to us Discord - pchelacoin Telegram - https://t.me/ipchelacoin BOHPTS, KETRAWARS, EURO-PVP, L2REBORN, E-GLOBAL, LA2DREAM TOP PRICE !!!!!!!
    • L2Elixir – Patch 4 Is Live!   We’re working non-stop, day and night, to deliver the best possible quality and bring back what made L2Elixir special. This project is built with passion, not shortcuts — for the old-school players who remember, and the new ones who want to experience it properly. Thank you for being part of the journey. Together, we’re making L2Elixir great again ❤️ The legends never fade.    ⚙️ General Enabled Class Change service (same class type only) ALT + B → Services → Character Development Enabled Shift + Click on Treasure Chests Players can now identify real chests (Adena, scroll drops) and use Key / Unlock Event deaths now cancel only debuffs, All self buffs are preserved, fixes issues with Root and similar effects Bladedancer class can now log in even when Max Clients (2) is reached. Since an active Bladedancer is not available for every damage dealer and some players tried to abuse this via VPN or a second PC, this feature was added to keep things fair. protections applies, requires testing!    🎒 Items Crystallizing enchanted items now gives the correct increased crystal amount (retail-like behavior) Removed Agathion Seal Bracelet: Rudolph from Santa rewards (Gracia Final item) Added Dualsword Craft Stamp into Milestone Exchange list    🧙 Skills Fixed Banish Undead lethal chance Hot Springs Malaria and similar effects now level up faster while being attacked
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock