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

    • Hello friends, good morning, good afternoon or good evening, depending on the time you are seeing this! I have been trying to decompile and compile again with only the classes that I want LineageEffect.u for a few days now, but I have not been successful. Could someone help me by clearing up some doubts about how I can do this work and be successful?!
    • **INTERLUDE REMASTERED** Moonland is a server that's been running for about three years without wipe, and they don't plan on wiping it anytime soon. I'm selling my items or even the account due to not having much time to play anymore. I'm selling only for $$$. Not going to disclose my nickname in the server, but here are some of the items: Lvl 5 equipment for both mage and fighter +100 mage pvp set 2mastery jewels for fighter, 2 for mage, blessed antharas, blessed queen ant, ring of fallen angel, earring of fafurion. 1k + col, VIP cosmetics for armor, agathion and weapons(duals + mage wep)   I'm only selling for real money via paypal or cs2 skins so don't offer me anything else.
    • ➡ Discount for your purchase: MAY2025 (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • ➡ Discount for your purchase: MAY2025 (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
  • Topics

×
×
  • Create New...