If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4423
L2JDP Revision Number: 7669
the status of set "elegia leather breastplate {pvp}" is incorrect, can someone help me fix?
Status of set Elegia {pvp}
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- r0x
- Posts: 168
- Joined: Sun Jul 26, 2009 10:13 pm
- Location: Brazil
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Status of set Elegia {pvp}
item id? set id? skill id?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- r0x
- Posts: 168
- Joined: Sun Jul 26, 2009 10:13 pm
- Location: Brazil
Re: Status of set Elegia {pvp}
armor id 16169.janiii wrote:item id? set id? skill id?
I did not find the skill id.
Code: Select all
<item id="16169" name="Elegia Hauberk {PvP}"> <for> <add order="0x10" stat="pDef" val="204" /> <enchant order="0x0C" stat="pDef" val="0" /> </for></item>
Ameno - http://youtu.be/4QLdzsimu0A
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Status of set Elegia {pvp}
for set skill, check armorsets table in database.
armorsets.sql:
stats/skills xml:
armorsets.sql:
Code: Select all
(154, 16169, 15579,15573,15582,15585,'3006-1;8413-1;3663-1;', 0, 0, 3624, 0, 0, 0, 0, 0), -- Elegia Hourberk {PvP}
Code: Select all
<skill id="8413" levels="1" name="Elegia Leather Armor Set - PvP"> <!-- Increases P. Atk. by 6.59%, Atk. Spd. by 6%, Critical Rate by 12.05, resistance to Paralysis Atk. by 50%, Moving Spd. by 3%, resistance to Fire/Water/Wind/Earth attack by 5. Damage received during PvP is decreased and opponent's target is removed with a fixed rate when being attacked. Cloak equip possible. STR+1, DEX+2, CON-2 --> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <for> <sub order="0x10" stat="CON" val="2" /> <!-- Con -2 --> <add order="0x10" stat="STR" val="3" /> <!-- Str +3 --> <mul order="0x30" stat="pAtk" val="1.0659" /> <!-- P. Atk +6.59% --> <add order="0x40" stat="rCrit" val="12.74" /> <!-- Critical Rate by 12.74 --> <add order="0x40" stat="maxHp" val="550" /> <!-- Max HP +550 --> <sub order="0x40" stat="bleedVuln" val="50" /> <!-- resistance to Bleed Attacks by 50% --> <sub order="0x40" stat="sleepVuln" val="50" /> <!-- resistance to sleep by 50% --> <sub order="0x40" stat="rootVuln" val="50" /> <!-- resistance to hold by 50% --> <mul order="0x30" stat="magicDamVul" val="0.98" /> <!-- resistance to damage magic by 2% --> <add order="0x40" stat="absorbDam" val="3" /> <!-- absorb 3% HP from damage inflicted on enemies --> <add order="0x40" stat="waterRes" val="5" /> <add order="0x40" stat="fireRes" val="5" /> <add order="0x40" stat="windRes" val="5" /> <add order="0x40" stat="earthRes" val="5" /> <mul order="0x30" stat="pvpPhysDef" val="1.05" /> <mul order="0x30" stat="pvpMagicalDef" val="1.05" /> <mul order="0x30" stat="pvpPhysSkillsDef" val="1.05" /> <add order="0x10" stat="cloak" val="1" /> </for> </skill>
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- r0x
- Posts: 168
- Joined: Sun Jul 26, 2009 10:13 pm
- Location: Brazil
Re: Status of set Elegia {pvp}
wrong, i checked here and so is correct.janiii wrote:for set skill, check armorsets table in database.
armorsets.sql:stats/skills xml:Code: Select all
(154, 16169, 15579,15573,15582,15585,'3006-1;8413-1;3663-1;', 0, 0, 3624, 0, 0, 0, 0, 0), -- Elegia Hourberk {PvP}
Code: Select all
<skill id="8413" levels="1" name="Elegia Leather Armor Set - PvP"> <!-- Increases P. Atk. by 6.59%, Atk. Spd. by 6%, Critical Rate by 12.05, resistance to Paralysis Atk. by 50%, Moving Spd. by 3%, resistance to Fire/Water/Wind/Earth attack by 5. Damage received during PvP is decreased and opponent's target is removed with a fixed rate when being attacked. Cloak equip possible. STR+1, DEX+2, CON-2 --> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <for> <sub order="0x10" stat="CON" val="2" /> <!-- Con -2 --> <add order="0x10" stat="STR" val="3" /> <!-- Str +3 --> <mul order="0x30" stat="pAtk" val="1.0659" /> <!-- P. Atk +6.59% --> <add order="0x40" stat="rCrit" val="12.74" /> <!-- Critical Rate by 12.74 --> <add order="0x40" stat="maxHp" val="550" /> <!-- Max HP +550 --> <sub order="0x40" stat="bleedVuln" val="50" /> <!-- resistance to Bleed Attacks by 50% --> <sub order="0x40" stat="sleepVuln" val="50" /> <!-- resistance to sleep by 50% --> <sub order="0x40" stat="rootVuln" val="50" /> <!-- resistance to hold by 50% --> <mul order="0x30" stat="magicDamVul" val="0.98" /> <!-- resistance to damage magic by 2% --> <add order="0x40" stat="absorbDam" val="3" /> <!-- absorb 3% HP from damage inflicted on enemies --> <add order="0x40" stat="waterRes" val="5" /> <add order="0x40" stat="fireRes" val="5" /> <add order="0x40" stat="windRes" val="5" /> <add order="0x40" stat="earthRes" val="5" /> <mul order="0x30" stat="pvpPhysDef" val="1.05" /> <mul order="0x30" stat="pvpMagicalDef" val="1.05" /> <mul order="0x30" stat="pvpPhysSkillsDef" val="1.05" /> <add order="0x10" stat="cloak" val="1" /> </for> </skill>
Code: Select all
<skill id="8413" levels="1" name="Elegia Leather Armor Set - PvP"> <!-- Increases P. Atk. by 6.59%, Atk. Spd. by 6%, Critical Rate by 17.02, resistance to Paralysis Atk. by 50%, Moving Spd. by 3% and resistance to Fire/Water/Wind/Earth attack by 5. Cloak equip possible. STR+1, DEX+2, CON-2 --> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <for> <sub order="0x10" stat="CON" val="2" /> <!-- Con -2 --> <add order="0x10" stat="DEX" val="2" /> <!-- Dex +2 --> <add order="0x10" stat="STR" val="1" /> <!-- Str +1 --> <mul order="0x30" stat="pAtk" val="1.0659" /> <!-- P. Atk. +6.59% --> <mul order="0x30" stat="pAtkSpd" val="1.06" /> <!-- Atk. Spd. +6% --> <sub order="0x40" stat="paralyzeVuln" val="50" /> <!-- resistance to Paralysis Attacks by 50% --> <add order="0x40" stat="rCrit" val="17.02" /> <!-- Critical Rate by 17.02 --> <mul order="0x30" stat="runSpd" val="1.03" /> <!-- Moving Spd. by 3% --> <add order="0x40" stat="waterRes" val="5" /> <add order="0x40" stat="fireRes" val="5" /> <add order="0x40" stat="windRes" val="5" /> <add order="0x40" stat="earthRes" val="5" /> <mul order="0x30" stat="pvpPhysDef" val="1.05" /> <mul order="0x30" stat="pvpMagicalDef" val="1.05" /> <mul order="0x30" stat="pvpPhysSkillsDef" val="1.05" /> <add order="0x10" stat="cloak" val="1" /> </for> </skill>
Ameno - http://youtu.be/4QLdzsimu0A
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Status of set Elegia {pvp}
then make a patch for it for other people here if there is something wrong with the skill. or what is your problem with the skill if you already fixed it?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- r0x
- Posts: 168
- Joined: Sun Jul 26, 2009 10:13 pm
- Location: Brazil
Re: Status of set Elegia {pvp}
the set elegia PVP leather was with Status set elegia PVP Heavy.janiii wrote:then make a patch for it for other people here if there is something wrong with the skill. or what is your problem with the skill if you already fixed it?
i already fixed it.

Ameno - http://youtu.be/4QLdzsimu0A
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Status of set Elegia {pvp}
omg guys!
next time I'll start to give warnings... ¬¬
there is already a topic about this: viewtopic.php?f=77&t=19126
and bug is already fixed in next release.
closed.
next time I'll start to give warnings... ¬¬
there is already a topic about this: viewtopic.php?f=77&t=19126
and bug is already fixed in next release.
closed.