Jump to content

Recommended Posts

Posted

Hello , I would like to know , how is possible to put on a L2off file server , 2 identical jewls 

let’s say for example 

level 1 and level 2 , ring of baium and the character does not get both of stats .

in skillid if you put the same on both jewls they don’t have difference .

i want to make level 1 weaker than level 2 but i dont know how to solve that -.-‘

 

thank you so much 

Posted (edited)

As you said, you will create 1 skill with 2 levels in your skilldata txt file, lv. 1 with lower stats and lv. 2 with higher stats and you will create 2 items. Ring of Baium1 will have the skill you created but lv. 1 and Ring of Baium2 will have the skill you created but lv. 2. Example follows

 

Skills: 
skill_begin	skill_name = [s_ring_of_baium1]	/* [???? ??] */	skill_id = 3561	level = 1	operate_type = P	magic_level = 75	effect = {{p_defence_attribute;attr_poison;-80};{p_defence_attribute;attr_hold;-60};{p_hit;{all};2;diff};{p_critical_damage;15;per};{p_attack_speed;{all};4;per};{p_magic_speed;{all};4;per}}	skill_end
skill_begin	skill_name = [s_ring_of_baium2]	/* [???? ??] */	skill_id = 3561	level = 2	operate_type = P	magic_level = 75	effect = {{p_defence_attribute;attr_poison;-80};{p_defence_attribute;attr_hold;-60};{p_hit;{all};2;diff};{p_critical_damage;15;per};{p_attack_speed;{all};4;per};{p_magic_speed;{all};4;per}}	skill_end
Items: 
item_begin	accessary	6658	[ring_of_baium1]	item_type=accessary	slot_bit_type={rfinger;lfinger}	armor_type=none	etcitem_type=none	recipe_id=0	blessed=0	weight=150	default_action=action_equip	consume_type=consume_type_normal	initial_count=1	maximum_count=1	soulshot_count=0	spiritshot_count=0	reduced_soulshot={}	reduced_spiritshot={}	reduced_mp_consume={}	immediate_effect=1	price=0	default_price=17300	item_skill=[s_ring_of_baium1]	critical_attack_skill=[none]	attack_skill=[none]	magic_skill=[none]	item_skill_enchanted_four=[none]	material_type=gold	crystal_type=s	crystal_count=86	is_trade=1	is_drop=1	is_destruct=1	physical_damage=0	random_damage=0	weapon_type=none	can_penetrate=0	critical=0	hit_modify=0	avoid_modify=0	dual_fhit_rate=0	shield_defense=0	shield_defense_rate=0	attack_range=0	damage_range={}	attack_speed=0	reuse_delay=0	mp_consume=0	magical_damage=0	durability=95	damaged=0	physical_defense=0	magical_defense=48	mp_bonus=21	category={}	enchanted=0	html=[item_default.htm]	equip_pet={0}	magic_weapon=0	enchant_enable=1	can_equip_sex=-1	can_equip_race={}	can_equip_change_class=-1	can_equip_class={}	can_equip_agit=-1	can_equip_castle=-1	can_equip_castle_num={}	can_equip_clan_leader=-1	can_equip_clan_level=-1	can_equip_hero=-1	can_equip_nobless=-1	can_equip_chaotic=-1	item_end
item_begin	accessary	6659	[ring_of_baium2]	item_type=accessary	slot_bit_type={rfinger;lfinger}	armor_type=none	etcitem_type=none	recipe_id=0	blessed=0	weight=150	default_action=action_equip	consume_type=consume_type_normal	initial_count=1	maximum_count=1	soulshot_count=0	spiritshot_count=0	reduced_soulshot={}	reduced_spiritshot={}	reduced_mp_consume={}	immediate_effect=1	price=0	default_price=17300	item_skill=[s_ring_of_baium2]	critical_attack_skill=[none]	attack_skill=[none]	magic_skill=[none]	item_skill_enchanted_four=[none]	material_type=gold	crystal_type=s	crystal_count=86	is_trade=1	is_drop=1	is_destruct=1	physical_damage=0	random_damage=0	weapon_type=none	can_penetrate=0	critical=0	hit_modify=0	avoid_modify=0	dual_fhit_rate=0	shield_defense=0	shield_defense_rate=0	attack_range=0	damage_range={}	attack_speed=0	reuse_delay=0	mp_consume=0	magical_damage=0	durability=95	damaged=0	physical_defense=0	magical_defense=48	mp_bonus=21	category={}	enchanted=0	html=[item_default.htm]	equip_pet={0}	magic_weapon=0	enchant_enable=1	can_equip_sex=-1	can_equip_race={}	can_equip_change_class=-1	can_equip_class={}	can_equip_agit=-1	can_equip_castle=-1	can_equip_castle_num={}	can_equip_clan_leader=-1	can_equip_clan_level=-1	can_equip_hero=-1	can_equip_nobless=-1	can_equip_chaotic=-1	item_end

 

Edited by TheDarknessFear
  • Upvote 1
Posted

I love you . Haha 

I check this and be in touch to inform you if I did it correctly 😅

@TheDarknessFearmaybe you know how to fix mp potions too?

not to overwrite hp potions and the opposite?

I made them 15 seconds but the one overwrite the other 😕

Posted

Whatever it is, you can ask for help always.

Keep in mind, that ready solutions won't make you learn anything.

We'll be happy to provide help, but you're going to need to start learning too.

Give me an example of MP pots to see if I can help.

Posted

Yes I have tried many things to go to the last , to ask here ..

well my mp potions was clickable 50 per click 

I changed them and made them like hp potions to keep 15 seconds and to give mp like 3 seconds of that duration , but when you press hp potion it overrides the mp potion and the regen of mp stops

Posted

I will soon when back home 🥰

skill_begin skill_name=[s_mana_potion] /* [Mana Potion] */ skill_id=5000 level=1 operate_type=A2 magic_level=1 effect={{t_mp;60;2}} is_magic=0 mp_consume2=0 cast_range=-1 effective_range=-1 skill_hit_time=0 skill_cool_time=0 skill_hit_cancel_time=0 reuse_delay=0 activate_rate=-1 lv_bonus_rate=0 basic_property=none abnormal_time=15 abnormal_lv=3 abnormal_type=life_force attribute=attr_none effect_point=0 target_type=self affect_scope=single affect_limit={0;0} next_action=none debuff=0 ride_state={@ride_none} skill_end

@TheDarknessFear

Guest
This topic is now closed to further replies.


  • Posts

    • Hey MaxCheaters! 👋 Introducing L2Soon.com — a free international platform for Lineage 2 server announcements.   Why L2Soon? No more searching through dozens of forums and Discord servers. All new L2 server openings are in one place — updated daily, with real player online counts so you always know where people actually play.   Features: 🔔 Telegram Bot (@l2Soon_bot) — alerts 24h & 1h before server launch 📅 Accurate launch times — in your local timezone ⚔️ All chronicles — Interlude, High Five, GoD, Classic, Essence, Grand Crusade and more 🎯 Filters — by chronicle, rates (x1–x1000+) and server type (PvP, RvR, GvE, Craft, Low Rate...) ⭐ VIP servers — verified projects pinned at the top 🌍 Multi-language — EN, UK, RU, PT   Listing is completely FREE. 🔗 https://l2soon.com/en Feedback welcome — drop a comment or contact us via Telegram @l2Soon_bot
    • Download Lobby u need island for lobby Download Crow Island  
    • Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs    
    • L2-LORENA x100 MID RATE   Interlude Nostalgia Meets Modern Gameplay   OFFICIAL OPENING:  April 4 (Saturday)  19:00 UTC+1 ⸻  MAIN INFORMATION  Adena: x5  Drop: x10  Spoil: x10  Raid Boss: x10  Seal Stones: x2  Quests: x10 ⸻  FEATURES  GM Shop up to B-Grade  Full Buffer  Premium System (x2 bonuses)  AutoFarm – FREE for everyone ⸻  SERVER CONCEPT  Classic Interlude nostalgia  Enhanced with modern interface & mechanics  Balanced PvP & PvE gameplay  Active development & custom features ⸻  WHY JOIN L2-LORENA?  No Pay-to-Win  Smooth gameplay & stable server  Competitive PvP environment  Friendly & active community ⸻  JOIN US NOW L2-LORENA 100X <<< LINK Discord: https://discord.gg/TYZ88Tgx4b  Facebook: https://www.facebook.com/share/18kwbkaYZY/?mibextid=wwXIfr   L2-LORENA Link << Discord: https://discord.gg/TYZ88Tgx4b  Facebook: https://www.facebook.com/share/18kwbkaYZY/?mibextid=wwXIfr
  • 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..