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

    • Wtb full account or items on l2 warland 
    • https://discord.gg/k53SZ4DM5z   Interlude Client L2Old Pride is a L2 Pride Interlude Based All functional skills (Not archer/mage server)   L2Old Pride Helper (Works like Woundrous Cubic) https://imgur.com/iYqmHQY Farm Zones: Cave of Trials and Elven Ruins (Chaotic) Olympiads: Every 15 days Various Cosmetic Items https://imgur.com/uoeU6Jw https://imgur.com/oCS2Zed PvP Zone: Gludin Village (No-Parties, Disguised) More than 100 new Skills https://imgur.com/6RaPsQV Max Level: 90 https://imgur.com/z4QVJKZ Gaining Xp by PVP https://imgur.com/LRqI31T Purchasable S-grade items +10 or +20 with random chance to enchant +5 Purchasable Custom Items Depends on Tier Mysterious Merchants https://imgur.com/2ZwWyPH Auto Enchant Via PvPing (with low chance) Custom Raid Bosses Siege Every Weekend (Aden, Rune, Giran) Autofarm / Drop Tracker https://imgur.com/Vz3rha6   RATES: • Start Level 80 • Max level 90  • EXP: 5000x • SP: 5000x • ADENA 6000x   ENCHANT: • Maximum enchant S Grade Items: +35. • Maximum enchant Unique/Epic Items: +25. • Maximum enchant Legendary Items: +18. • Maximum enchant Relic Items: +14. •Descriptions for rate at scrolls!   EVENTS: • TEAMS vs TEAMS • CAPTURE THE FLAG • DOMINATION • DEATH MATCH • DICE OF DEATH • CHAOTIC ZONE   OTHERS: Assistance system in pvps. Where support classes are enabled to receive pvp with a low chance, for supporting a party member during pvp. •  /sit to regen HP/MP/CP • Custom Shots Glows https://imgur.com/FLK0DmR • Achievements System • Daily Tasks System • Monthly Tasks System   CUSTOM ARMORS SETS Dread Armor/Titanium Armor Pride Armor Rykros Armor https://imgur.com/SPxoQp1   CUSTOM WEAPONS SETS Unique Weapons Pride Weapons Legendary Weapons Relic Weapons https://imgur.com/kOHNXhS   CUSTOM ACCESSORIES Standard Superior Legendary https://imgur.com/zPqNiiX   CUSTOM JEWELS/TATTOO Legendary Nightmarish https://imgur.com/gcqS28P There are many more features that you will only understand by playing and following. Beta testing server is currently open. Follow us on our discord and join our server to test it.
    • You shouldn't use rev 382, not sure why everyone keep using that.   I don't make changesets for fun, I don't make new revisions for nothing.   Follow the revisions.
    • Your issue isn't related to geoengine at all (as always), rev 410 got improved water movement management.
  • 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