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

    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Dear friends, we are pleased to announce great news — we are launching our new bot for purchasing and renting virtual numbers for receiving SMS from any services! Are you tired of reused or resold numbers from other platforms? Try our solution! Our service allows you to receive SMS from any major popular services. The list includes more than 200 services! SMS receiving country: USA (+1). Real physical US numbers are used — never previously used on other platforms! Currently, only short-term rental is available. The rental duration for each phone number is shown when purchasing. The cost of each number is also shown next to the service before purchase. You can also receive an additional SMS for your number for the selected service (no extra charge for receiving one more SMS). To quickly find the service you need, you can use the convenient search — just type the name of the service you need and get a number for activation. Available payment methods: cryptocurrencies, bank cards, and balance transfer from our other bots. Thank you for your trust! Active links: Virtual Number Service: Go Digital Goods Store (Website): Go Store Telegram Bot: Go – convenient access to the store through Telegram messenger. Telegram Bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to present to you the current list of promotions and special offers for purchasing goods and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) during October! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — simply post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp Channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord Server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • 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