Jump to content

Question

Posted

Hi there.

I've made recently a local server setup with L2OFF files, but here is the problem, i dont know how to work with them. Searched a lot on the internet, to find some clues for me but nothing.

Anyone can share with me any guides how to work with L2OFF files, editing drops lists, mobs, and all that stuff.

 

6 answers to this question

Recommended Posts

  • 0
Posted
1 hour ago, รoftcorє said:

Hi there.

I've made recently a local server setup with L2OFF files, but here is the problem, i dont know how to work with them. Searched a lot on the internet, to find some clues for me but nothing.

Anyone can share with me any guides how to work with L2OFF files, editing drops lists, mobs, and all that stuff.

 

 

Hello dear, you can find the files in the scripts folder. You could specify what you want to edit and we will be happy to help you.

  • Haha 1
  • 0
Posted
30 minutes ago, UnknownSoldier said:

 

Hello dear, you can find the files in the scripts folder. You could specify what you want to edit and we will be happy to help you.

For example i want to edit raid bosses drops as firt type.

Other one is to edit drops from different mobs.

What exactly files i have to edit, how to save them, and do i edit only 1 file = save it, and that's it ? Or i have to make other actions with other files when i change the drops for example.

  • 0
Posted
1 hour ago, รoftcorє said:

For example i want to edit raid bosses drops as firt type.

Other one is to edit drops from different mobs.

What exactly files i have to edit, how to save them, and do i edit only 1 file = save it, and that's it ? Or i have to make other actions with other files when i change the drops for example.

 


To edit the drop you can do it from npcdata.txt, it should be inside the scrtips folder, inside there you look for emo mob/raid that you want to edit and you will find the group of drops.

 

  • 0
Posted
36 minutes ago, UnknownSoldier said:

 


To edit the drop you can do it from npcdata.txt, it should be inside the scrtips folder, inside there you look for emo mob/raid that you want to edit and you will find the group of drops.

 

Correct me if i'm wrong. I just edit one file ? If the default mob for example has some kind of drop, and i want to get rid of an item, and re-place it with other, what then ? It's kinda complicated for me a little bit, because i'm doing it first time. Btm i'm developer also in real life, and trying to learn some C ++ now. But have no idea with editing these files.  They're strange to me, as on first look.

 

  • 0
Posted

 

npcdata,txt
 

npc_begin	boss	29020	[baium]	level=75	acquire_exp_rate=1822.8267	acquire_sp=1081544	unsowing=1	clan={@raid_clan}	ignore_clan_list={}	clan_help_range=300	slot_chest=[]	slot_rhand=[]	slot_lhand=[]	shield_defense_rate=0	shield_defense=0	skill_list={@s_race_undead;@s_perfect_resist_shock;@s_full_magic_defence}	npc_ai={[baium]}	category={}	race=construct	sex=male	undying=0	can_be_attacked=1	corpse_time=13	no_sleep_mode=1	agro_range=1000	ground_high={120;0;0}	ground_low={80;0;0}	exp=804225365	org_hp=1709400	org_hp_regen=750	org_mp=18000	org_mp_regen=99	collision_radius={65;65}	collision_height={174;174}	str=60	int=76	dex=73	wit=70	con=57	men=80	base_attack_type=fist	base_attack_range=40	base_damage_range={0;0;80;120}	base_rand_dam=30	base_physical_attack=3374.18	base_critical=4	physical_hit_modify=4.75	base_attack_speed=253	base_reuse_delay=0	base_magic_attack=2200	base_defend=3300	base_magic_defend=2200	physical_avoid_modify=0	soulshot_count=0	spiritshot_count=0	hit_time_factor=0.6	item_make_list={}	corpse_make_list={}	additional_make_list={}	additional_make_multi_list={{{{[tallum_blade];1;1;10};{[dragon_hunter_axe];1;1;1.5};{[angel_slayer];1;1;1.5};{[basalt_battlehammer];1;1;2};{[forgotten_blade];1;1;2};{[saint_spear];1;1;1.5};{[carnium_bow];1;1;10};{[tallum_blade*dark_legion_s_edge];1;1;1.5};{[elemental_sword];1;1;10};{[halbard];1;1;10};{[arcana_mace];1;1;2};{[draconic_bow];1;1;2};{[demon_splinter];1;1;2};{[heavens_divider];1;1;2};{[imperial_staff];1;1;2};{[dasparion_s_staff];1;1;10};{[bloody_orchid];1;1;10};{[blood_tornado];1;1;10};{[meteor_shower];1;1;10}};60};{{{[ring_of_baium];1;1;100}};100};{{{[sb_divine_inspiration_manuscript];5;15;92.5373};{[top_grade_life_stone_level_761];1;1;1.86567};{[top_grade_life_stone_level_701];1;1;5.597}};86.4516};{{{[high_grade_life_stone_level_701];1;2;52.9801};{[high_grade_life_stone_level_761];1;2;47.0199}};75.5}}	hp_increase=0	mp_increase=0	safe_height=100	npc_end


 

  • Loot Groups

    • Baium's drop list is divided into separate groups, each with a set chance to be selected.
    • Once a group is chosen, the system checks the drop rate of each item inside it.
  • Example Breakdown

    • {[tallum_blade];1;1;10}; means:
      • If this loot group is selected, the Tallum Blade has a 10% chance to drop.
      • Minimum 1, Maximum 1 piece can drop.


Baium Full Drop List:
 

additional_make_multi_list={
    // Weapon Loot Group - 60% chance to be selected
    {
        {
            {[tallum_blade];1;1;10};
            {[dragon_hunter_axe];1;1;1.5};
            {[angel_slayer];1;1;1.5};
            {[basalt_battlehammer];1;1;2};
            {[forgotten_blade];1;1;2};
            {[saint_spear];1;1;1.5};
            {[carnium_bow];1;1;10};
            {[tallum_blade*dark_legion_s_edge];1;1;1.5};
            {[elemental_sword];1;1;10};
            {[halbard];1;1;10};
            {[arcana_mace];1;1;2};
            {[draconic_bow];1;1;2};
            {[demon_splinter];1;1;2};
            {[heavens_divider];1;1;2};
            {[imperial_staff];1;1;2};
            {[dasparion_s_staff];1;1;10};
            {[bloody_orchid];1;1;10};
            {[blood_tornado];1;1;10};
            {[meteor_shower];1;1;10};
        };60
    };

    // Ring of Baium - Always Drops (100% chance)
    {
        {
            {[ring_of_baium];1;1;100};
        };100
    };

    // Scrolls & Life Stones - 86.4516% chance to be selected
    {
        {
            {[sb_divine_inspiration_manuscript];5;15;92.5373};
            {[top_grade_life_stone_level_761];1;1;1.86567};
            {[top_grade_life_stone_level_701];1;1;5.597};
        };86.4516
    };

    // High-Grade Life Stones - 75.5% chance to be selected
    {
        {
            {[high_grade_life_stone_level_701];1;2;52.9801};
            {[high_grade_life_stone_level_761];1;2;47.0199};
        };75.5
    };
}


 

How this works in practice

  1. The system rolls to decide which loot group will be used.
  2. If a group is selected, it rolls for each item inside that group.
  3. Example scenario:
    • The weapon group (60%) is chosen.
    • Each weapon inside has its own drop rate.
    • A Tallum Blade has a 10% chance to drop 1x Tallum Blade within this group.
    • Some items, like the Ring of Baium, always drop (100%).
  • 0
Posted
4 hours ago, mjst said:

 

npcdata,txt
 

npc_begin	boss	29020	[baium]	level=75	acquire_exp_rate=1822.8267	acquire_sp=1081544	unsowing=1	clan={@raid_clan}	ignore_clan_list={}	clan_help_range=300	slot_chest=[]	slot_rhand=[]	slot_lhand=[]	shield_defense_rate=0	shield_defense=0	skill_list={@s_race_undead;@s_perfect_resist_shock;@s_full_magic_defence}	npc_ai={[baium]}	category={}	race=construct	sex=male	undying=0	can_be_attacked=1	corpse_time=13	no_sleep_mode=1	agro_range=1000	ground_high={120;0;0}	ground_low={80;0;0}	exp=804225365	org_hp=1709400	org_hp_regen=750	org_mp=18000	org_mp_regen=99	collision_radius={65;65}	collision_height={174;174}	str=60	int=76	dex=73	wit=70	con=57	men=80	base_attack_type=fist	base_attack_range=40	base_damage_range={0;0;80;120}	base_rand_dam=30	base_physical_attack=3374.18	base_critical=4	physical_hit_modify=4.75	base_attack_speed=253	base_reuse_delay=0	base_magic_attack=2200	base_defend=3300	base_magic_defend=2200	physical_avoid_modify=0	soulshot_count=0	spiritshot_count=0	hit_time_factor=0.6	item_make_list={}	corpse_make_list={}	additional_make_list={}	additional_make_multi_list={{{{[tallum_blade];1;1;10};{[dragon_hunter_axe];1;1;1.5};{[angel_slayer];1;1;1.5};{[basalt_battlehammer];1;1;2};{[forgotten_blade];1;1;2};{[saint_spear];1;1;1.5};{[carnium_bow];1;1;10};{[tallum_blade*dark_legion_s_edge];1;1;1.5};{[elemental_sword];1;1;10};{[halbard];1;1;10};{[arcana_mace];1;1;2};{[draconic_bow];1;1;2};{[demon_splinter];1;1;2};{[heavens_divider];1;1;2};{[imperial_staff];1;1;2};{[dasparion_s_staff];1;1;10};{[bloody_orchid];1;1;10};{[blood_tornado];1;1;10};{[meteor_shower];1;1;10}};60};{{{[ring_of_baium];1;1;100}};100};{{{[sb_divine_inspiration_manuscript];5;15;92.5373};{[top_grade_life_stone_level_761];1;1;1.86567};{[top_grade_life_stone_level_701];1;1;5.597}};86.4516};{{{[high_grade_life_stone_level_701];1;2;52.9801};{[high_grade_life_stone_level_761];1;2;47.0199}};75.5}}	hp_increase=0	mp_increase=0	safe_height=100	npc_end


 

  • Loot Groups

    • Baium's drop list is divided into separate groups, each with a set chance to be selected.
    • Once a group is chosen, the system checks the drop rate of each item inside it.
  • Example Breakdown

    • {[tallum_blade];1;1;10}; means:
      • If this loot group is selected, the Tallum Blade has a 10% chance to drop.
      • Minimum 1, Maximum 1 piece can drop.


Baium Full Drop List:
 

additional_make_multi_list={
    // Weapon Loot Group - 60% chance to be selected
    {
        {
            {[tallum_blade];1;1;10};
            {[dragon_hunter_axe];1;1;1.5};
            {[angel_slayer];1;1;1.5};
            {[basalt_battlehammer];1;1;2};
            {[forgotten_blade];1;1;2};
            {[saint_spear];1;1;1.5};
            {[carnium_bow];1;1;10};
            {[tallum_blade*dark_legion_s_edge];1;1;1.5};
            {[elemental_sword];1;1;10};
            {[halbard];1;1;10};
            {[arcana_mace];1;1;2};
            {[draconic_bow];1;1;2};
            {[demon_splinter];1;1;2};
            {[heavens_divider];1;1;2};
            {[imperial_staff];1;1;2};
            {[dasparion_s_staff];1;1;10};
            {[bloody_orchid];1;1;10};
            {[blood_tornado];1;1;10};
            {[meteor_shower];1;1;10};
        };60
    };

    // Ring of Baium - Always Drops (100% chance)
    {
        {
            {[ring_of_baium];1;1;100};
        };100
    };

    // Scrolls & Life Stones - 86.4516% chance to be selected
    {
        {
            {[sb_divine_inspiration_manuscript];5;15;92.5373};
            {[top_grade_life_stone_level_761];1;1;1.86567};
            {[top_grade_life_stone_level_701];1;1;5.597};
        };86.4516
    };

    // High-Grade Life Stones - 75.5% chance to be selected
    {
        {
            {[high_grade_life_stone_level_701];1;2;52.9801};
            {[high_grade_life_stone_level_761];1;2;47.0199};
        };75.5
    };
}


 

How this works in practice

  1. The system rolls to decide which loot group will be used.
  2. If a group is selected, it rolls for each item inside that group.
  3. Example scenario:
    • The weapon group (60%) is chosen.
    • Each weapon inside has its own drop rate.
    • A Tallum Blade has a 10% chance to drop 1x Tallum Blade within this group.
    • Some items, like the Ring of Baium, always drop (100%).

Bump!  Thanks for the answer.

Close the topic.

Guest
This topic is now closed to further replies.


  • Posts

    • Dear users of the SocNet service! We are actively looking for suppliers for the following product positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts (brute or hacked origin, self-registered) with post and comment karma from 100 to 100,000+ | Full access with email included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) — Facebook old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full access via email (possibly also linked 2FA password) — TikTok/Facebook/Google ADS agency advertising accounts Contact us at the details below — we’ll discuss the conditions! We are always open to other partnership offers as well. Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services of our service: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use the promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10-20% discount, just write your username after registration on our site in the following format "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for buying stars! News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Also through these contacts you can: — get consultation on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners) — become our supplier
    • Dear users of the SocNet service! We are actively looking for suppliers for the following product positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts (brute or hacked origin, self-registered) with post and comment karma from 100 to 100,000+ | Full access with email included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) — Facebook old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full access via email (possibly also linked 2FA password) — TikTok/Facebook/Google ADS agency advertising accounts Contact us at the details below — we’ll discuss the conditions! We are always open to other partnership offers as well. Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services of our service: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use the promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10-20% discount, just write your username after registration on our site in the following format "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for buying stars! News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Also through these contacts you can: — get consultation on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners) — become our supplier
    • Dear users of the SocNet service! We are actively looking for suppliers for the following product positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts (brute or hacked origin, self-registered) with post and comment karma from 100 to 100,000+ | Full access with email included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) — Facebook old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full access via email (possibly also linked 2FA password) — TikTok/Facebook/Google ADS agency advertising accounts Contact us at the details below — we’ll discuss the conditions! We are always open to other partnership offers as well. Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services of our service: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use the promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10-20% discount, just write your username after registration on our site in the following format "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for buying stars! News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Also through these contacts you can: — get consultation on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners) — become our supplier
    • Dear users of the SocNet service! We are actively looking for suppliers for the following product positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts (brute or hacked origin, self-registered) with post and comment karma from 100 to 100,000+ | Full access with email included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) — Facebook old accounts (2010-2023) | Full access via email (possibly also linked 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full access via email (possibly also linked 2FA password) — TikTok/Facebook/Google ADS agency advertising accounts Contact us at the details below — we’ll discuss the conditions! We are always open to other partnership offers as well. Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go We would like to present you with the current list of promotions and special offers for purchasing products and services of our service: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use the promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10-20% discount, just write your username after registration on our site in the following format "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial run of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for buying stars! News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Also through these contacts you can: — get consultation on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners) — become our supplier
    • [CENTER] [B][SIZE=5]09-06-2025[/SIZE][/B][SIZE=5] - OUR TOPIC IS RELEVANT! CONTACT US BY THE CONTACTS BELOW[/SIZE] ~ [B]CONTACT: TELEGRAM[/B] - [URL]https://t.me/Gpdhack[/URL] (@Gpdhack) [B]SESSION[/B]: 05335c223c1ca08d17f6a3db0ad0d779809974d8e2d202dedb633ad57fedf1971d [/CENTER]
  • 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