Jump to content

Recommended Posts

Posted

You can add attribute with something like this in your .xml , for example:

 

    <for>

<add order="0x10" stat="mDef" val="125" />

<add order="0x10" stat="pDef" val="125" />

<add order="0x40" stat="maxMp" val="213" />

<add order="0x40" stat="maxHp" val="190" />

<enchant order="0x0C" stat="mDef" val="0" />

<add order="0x40" stat="darkRes" val="30" /> <!-- Dark Attribute Defense +30 -->

</for>

 

 

 

Look in your files. xml and compare. you can add all attribute you want...I hope I've helped a little.

 

Thnx it helped alot ;)

Posted

General protection fault!

 

History: FL2GameData::LoadL2DataBin <- FL2GameData::ArmorItemDataLoad <- FL2GameData::Load <- UGameEngine::Init <- InitEngine

 

why my client error T^T plz help me

Posted

General protection fault!

 

History: FL2GameData::LoadL2DataBin <- FL2GameData::ArmorItemDataLoad <- FL2GameData::Load <- UGameEngine::Init <- InitEngine

 

why my client error T^T plz help me

armorgrp error, try deleting itemname line, still error just try with another system but i'm sure is itemname or armorgrp line.
Posted

I have added the item in .xml and when i try to add it on gm char it says "Item doesnt exist"

I think you have wrong syntax on you xml file.. try review it if any duplicate.

Posted

I have added the item in .xml and when i try to add it on gm char it says "Item doesnt exist"

 

Yes review your xml file, example of xml:

 

<?xml version="1.0" encoding="UTF-8"?>
<list>
<item id="52020" type="Armor" name="Knight's Cloak">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
<item id="52021" type="Armor" name="Archer's Cloak">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
<item id="52022" type="Armor" name="Enchanter's Cloak">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
<item id="52023" type="Armor" name="Healer's Cloak">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
<item id="52024" type="Armor" name="Rouge's Cloak">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
<item id="52025" type="Armor" name="Warrior's Cloak	">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
<item id="52026" type="Armor" name="Summoner's Cloak">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
<item id="52027" type="Armor" name="Wizard's Cloak">
	<set name="icon" val="icon.vesper_cloack_i00" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="back" />
	<set name="immediate_effect" val="1" />
	<set name="crystal_type" val="s80" />
	<set name="material" val="cloth" />
	<set name="weight" val="220" />
	<set name="is_tradable" val="false" />
	<set name="is_dropable" val="false" />
	<set name="is_sellable" val="false" />
	<for>
		<add order="0x10" stat="pDef" val="20" />
	</for>
	<cond msgId="2453">
		<player cloakStatus="1" />
	</cond>
</item>
</list>

Posted

I have tried adopted to my client but its not compatible with my freya.. any review?

 

Maybe you can try with another system Freya? or pm me if you want I help you add lines in your armorgrp and itemname

Posted

Could you please explain me how to put it on my server? I am new here :S

read and surf in forum, you have a lot guides here, this is not the correct section for ask it.
Posted

read and surf in forum, you have a lot guides here, this is not the correct section for ask it.

 

if you could give some links. when i try to search, it says unable to search this forum  ???

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Hello and welcome Server started 2026-01-05 Web site: https://l2dragonlands.eu Discrod: https://discord.gg/ngQUY8FB8G Rates >Xp x500 >Sp x500 >Drop x25 >Spoil x25 Enchant rates: Safe/max enchant +500  Blessed and simple scrolls max enchant (+200)  Enchant maneger to make +500.  In server items are progresed in tiers. Weapons: Starter > Vesper > Vorpal > Elegia > Ferrum. Armors: Starter > Moirai > Vesper > Vesper Noble > Vorpal > Elegia > Scarlet. Jewels: Starter > Vesper > Vorpal > Elegia > Ferrum. Cloaks: Pearl White > Pitch Black > Frintezza > Class Cloka > Hero > Scarlet. Acessories: Goblin Circlet 1/2lvl > Half Mask Mage 1/2lvl > Half Mask Fighter 1/2lvl > Flame of valakas > Gem Mask > Ferrum Helmet. Belt: Mithril Belt > Vitality Belt. Badges: For fighter and mage from 1lvl to 6lvl upgraded in order. Bracelets: Mithril > Shiny Fighter/Mage > 1/2lvl custom talismans in bracelest. Agathion: 7 tiers upgrade in order eatch one. Clan item shop/ New weapon Spadona upgradeble from 1lvl till 85lvl. Farm zones in order: >Giran Harbor > WasteLand > Gateway > Valley of Saints > Chromatic > Ruins of Despair > Soul Harbor > Dragon Valley. >LvL up zone >PvP zone Custom instance zone. Custom buff maneger it will grand big boost in stats. Lotery maneger to gamble. Extra features ALT+B: >Events  >Rankings  >Clan  >RB Status  >Updates and other Auto Event system: >Team VS Team event - Auto event  >Capture The Flag - Auto event Olympiad: >Retail olympiad game  >Competition period [2] week  >Olympiad start time [18:00] end [00:00]  >Maximum enchant in the Olympiad is +10, not custom items in olympiada only normal ones from shop.
    • L2 VOID - ADVERTISING BANNER   L2 FURY - ANIMATED BANNER   L2 HEROIC - ANIMATED BANNER   L2 WEED - ANIMATED BANNER   L2 REFORGE - ANIMATED LOGO   L2 WARZONE - ANIMATED LOGO   L2 ACME - SPLASH SCREEN   L2 DRUGS - ANIMATED BANNER   L2 GOLD - ADVERTISING BANNER   L2 AARON - ADVERTISING BANNER  
    • Download Here: https://sitehunterus.blogspot.com/2025/12/fashionnova-checker-multi-threaded-high.html VirusTotal https://www.virustotal.com/gui/file/c69e889b53354aecb2bf8ca50b59c9e410bb5a42da4711e80fe04af5f2b3e945?nocache=1 Visit my Blogger list to download 100% free software https://www.freetoolss.com/ https://blackhat8.blogspot.com/ https://hack-crack9.blogspot.com/ https://hackernoons.blogspot.com/ https://sharetools99.blogspot.com/
    • I am very satisfied, wonderful work and trustworthy, thank you for my logo.
  • Topics

×
×
  • 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..

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