Jump to content
  • 0

[Help] Add Chance in weapon/acessorie


Question

Posted

Hi.

 

How can i give chance to a weapon/acessorie when give/take dmg it have a chance of reduce HP/patk etc.

 

I hope somone have the time to help me cuz is very important thank you all

11 answers to this question

Recommended Posts

  • 0
Posted

i don't get your point.

You're talking about smth like chance aguments?

  • 0
Posted

i don't get your point.

You're talking about smth like chance aguments?

 

No No. i mean

 

</item>

<item id="9416" name="Dynasty Breast Plate">

<for>

 

 

   

 

 

</for>

</item>

 

I have this but i want add stats for exemple pDef for 300, but i only need it give the stats when full set is completed, Helmet,boots,gloves,gaiters

 

Sorry for my english i hope u get my point now :X, is rly important

  • 0
Posted

Open

 

Navicat->host->l2jdb

Right-Click on database Click Console and write there

INSERT INTO armorset VALUES ('55', 'chest_id', 'legs_id', 'head_id', 'gloves_id', 'feet_id', 'skill_id', 'shield_id', 'shield_skill_id', '3619');

fill field in sql script that i give you.

then create new skill in data/stats/skills.

 

 

 

  • 0
Posted

Ty. i get the point now

 

i just have one more question can anyone tell me what should i put in 'skill_id' ? exemple id of skill is 4047 name Hold i saw the others armos with 3006-1;8304-1;3663-1; but i dont know what it mean

 

Thanks alot and sorry for the time im making u lost

  • 0
Posted

let's explain

 

create skill in data/stats/skill with name 9999.xml

 

in sql script write this

INSERT INTO armorset VALUES ('55', 'chest_id', 'legs_id', 'head_id', 'gloves_id', 'feet_id', '9999', 'shield_id', 'shield_skill_id', '3619');

 

fill 9999.xml with stats and it's done

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..