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

    • Where's the proof? I can tell you're a scammer.
    • Where was I called a scammer? Is there any proof, etc.? There are a lot of reviews about our store online, etc. https://zhyk.org/forum/showthread.php?t=1108673
    • U was reported as scammer in your previos topic why u create new topic?
    • 🔍 Inventory 1.0 is a next-generation inventory system that stands out with its special minimal clothing system. Carefully designed and prepared according to the highest standards of your server, it not only enhances your gaming experience but also contributes to your server's infrastructure. ⚙️ Supported: QB-CORE Features: ✅ Instant Delivery: All products you purchase will be instantly assigned to your account as soon as your payment is completed. ✅ Clothing System: With the special animated clothing configurations in your inventory, you will be able to change outfits with ease. Experience a unique roleplaying experience with high-quality animations and customizable clothing options. ✅ Minimalist Inventory System: This inventory system, with its visuals, animations, and mechanics, offers maximum efficiency without overwhelming your screen and limiting your roleplaying experience. It’s designed to be user-friendly while enhancing your roleplaying experience. ✅ Continuous Updates: The content in the inventory is regularly updated with innovative features added. New animations, additional clothing options, and cutting-edge features ensure a fresh and dynamic experience. ✅ Easy Setup and Compatibility: Compatible with QB-CORE, this system is easy to install and optimized for quick integration into your server. It works seamlessly with a simple drag-and-drop method. ✅ Performance Optimization: The system is optimized to avoid low FPS and performance drops. All features of the inventory run smoothly without affecting your server’s performance. ✅ Multilingual Support: With support for different languages, you can cater to an international player base and build a larger community on your server. ✅ Flexible Customization Options: You can fully customize the inventory according to your needs and server rules. Choose between different outfits and animations to create a unique gaming experience. ✅ Comprehensive Help and Support: With 24/7 support, you can quickly resolve any issues you encounter. Our technical support and user guides are always here to assist you. Shop Now! Take your game to the next level with Inventory 1.0  and enjoy its unique features. Get ready to make a real difference in your roleplaying experience!   --------------------------TEBEX: https://matza.tebex.io/package/7174862 --------------------------
  • 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