Jump to content
  • 0

Grade Penalty


Question

Posted

Hi again!

Theres a problem with Grade Penalty. Doesn't matter what level is my character, if he wears S84 Grade he take Grade Penalty lvl 1, if he wears B Grade, he also take Grade Penalty lvl 1.

I still remember korean patchnotes in 2009, and there was 4 levels of a grade penalties!

If someone have got skilldata.txt, skill_pch.txt, ai.obj with all of grade penalty levels working, i'll pray for you every night!

Thnx in advance!

9 answers to this question

Recommended Posts

  • 0
Posted

Skill 239.

effect:p_remove_grade_penalty.

acquired by all skill base classes based on level.

 

your skilacquire is messed.

 

This is NOT an issue with the base leaked Gracia Final off pack.

 

...your other issue also doesn't exist and has NOTHING to do with ai.obj.

 

You need to get the cleanly shared GF leak pack.

  • 0
Posted

Hm... in my skillacquire i can't find p_remove_grade_penalty... And how is this effect bound with penalty debaff?

Hit me if i'm wrong, but here are that skill

skill_begin skill_name = [s_grade_penalty] /* [그레이드 페널티] */ skill_id = 4267 level = 1 operate_type = P magic_level = 1 self_effect = {} effect = {} multi_class = 0 skill_end

and this effect in skilldata.txt, but there are only 1st level of debuff, unlike for example weight_penalty, there are 4 level of debuff...

  • 0
Posted

seriously, how the -beep- do you run a server?

 

...yes i got the effect name wrong, but still. you should go consider l2j or something.

 

skill_begin	skill_name = [s_expertise_d]	/* [엑스퍼티즈 D] */	skill_id = 239	level = 1	operate_type = P	magic_level = 20	self_effect = {}	effect = {{p_remove_equip_penalty;d}}	multi_class = 0	skill_end
skill_begin	skill_name = [s_expertise_c]	/* [엑스퍼티즈 C] */	skill_id = 239	level = 2	operate_type = P	magic_level = 40	self_effect = {}	effect = {{p_remove_equip_penalty;c}}	multi_class = 0	skill_end
skill_begin	skill_name = [s_expertise_b]	/* [엑스퍼티즈 B] */	skill_id = 239	level = 3	operate_type = P	magic_level = 52	self_effect = {}	effect = {{p_remove_equip_penalty;b}}	multi_class = 0	skill_end
skill_begin	skill_name = [s_expertise_a]	/* [엑스퍼티즈 A] */	skill_id = 239	level = 4	operate_type = P	magic_level = 61	self_effect = {}	effect = {{p_remove_equip_penalty;a}}	multi_class = 0	skill_end
skill_begin	skill_name = [s_expertise_s]	/* [엑스퍼티즈 S] */	skill_id = 239	level = 5	operate_type = P	magic_level = 76	self_effect = {}	effect = {{p_remove_equip_penalty;s}}	multi_class = 0	skill_end
skill_begin	skill_name = [s_expertise_s80]	/* [엑스퍼티즈 S80] */	skill_id = 239	level = 6	operate_type = P	magic_level = 80	self_effect = {}	effect = {{p_remove_equip_penalty;s80}}	multi_class = 0	skill_end
skill_begin	skill_name = [s_expertise_s84]	/* [엑스퍼티즈 S84] */	skill_id = 239	level = 7	operate_type = P	magic_level = 84	self_effect = {}	effect = {{p_remove_equip_penalty;s84}}	multi_class = 0	skill_end

 

fighter_begin							
skill_begin	/* [럭키] */	skill_name = [s_lucky]	get_lv = 1	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end
skill_begin	/* [엑스퍼티즈 D] */	skill_name = [s_expertise_d]	get_lv = 20	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end
skill_begin	/* [엑스퍼티즈 C] */	skill_name = [s_expertise_c]	get_lv = 40	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end
skill_begin	/* [엑스퍼티즈 B] */	skill_name = [s_expertise_b]	get_lv = 52	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end
skill_begin	/* [엑스퍼티즈 A] */	skill_name = [s_expertise_a]	get_lv = 61	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end
skill_begin	/* [엑스퍼티즈 S] */	skill_name = [s_expertise_s]	get_lv = 76	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end
skill_begin	/* [엑스퍼티즈 S80] */	skill_name = [s_expertise_s80]	get_lv = 80	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end
skill_begin	/* [엑스퍼티즈 S84] */	skill_name = [s_expertise_s84]	get_lv = 84	lv_up_sp = 0	auto_get = true	item_needed = {}	skill_end

  • 0
Posted

I found this code. So my script is alright, but problem are still there, maybe it's problem with ext.

you should go consider l2j or something

Despite that i'm novice, i'm trying very hard to make myself good stable server. And your opinion about what i should consider costs nothing.

 

Anyway. Thnx for help.

  • 0
Posted

You pay money for an ext and you don't use the support provided by the creator ? Well at least, if its the creator and not a reseller, that doesn't have any idea about fixing anything.

  • 0
Posted

mcbigmac already helped me. GTREAT THNX for him!

Bug in l2server, not in scripts. All penalties works great!

 

Plz close this topic =)

  • 0
Posted

error is here..

88C759

 

creature + 22BE for armor checking?  seems very odd - should investigate that.

::IsInItemGrade for weapons by a quick check of it's contents - which itself calls  ::GetWeaponGradePenalty to return level difference of equipped gear vs expertise skill- so yay ncsoft for ignoring that completely!

 

Seems to move bools 0/1 to the stack instead of the respective armor/weapon penalty level, thus only lvl 1 appearing.

 

Seems a bit weird to me, since i noticed ArmorGrade NEVER appears.

Easy fix would be hooking 88C7D0 and fixing ze packet yourself with correct level checking quickly.

Since penalties themselves seem solid and correct after testing.

 

Guest
This topic is now closed to further replies.


  • Posts

    • its not imagination we skip that on this topic my offer still stands i am accepting a house Mr. @ERROR501 for more information please contact me
    • Sell ready interlude server files, with all popular features and tested, stable source + fully functional premium geodata for free.   Features include: Events: DM CTF TVT LM Dressme system Custom Buffer GM Shop Custom community board Donation manager  Auto Farm   Album: sell c6 — ImgBB   Test Server online: Patch link: https://drive.google.com/file/d/1mvEbv9XESsvfWwc638xFyyzyESeE2U95/view?usp=drive_link Auto acc create and auto admin   Price: 300$. Discord: l2retro
    • Faltan demasiados archivos,  y lógicas en clases claves como L2pcInstance, entre otras. si bien muchas cosas están y el flujo es valorable.  Gracias por tu esfuerzo es bastante... pero realmente no esta completo el código, falta que subas todas las modificaciones en clases colaterales... podrías intentar subir un diff de todo el mod  completo de tu pack y bueno ahí si que cada uno adapte... pero faltan muchas cosas, dudo que haya gente que lo haya echo funcionar con esto... 
    • I know people who have fully bypassed and reversed AAC. One day, they might even release the full source code, but for now, they’re still making money off it. I won’t name anyone, but it’s clear that there aren’t any truly solid anticheats for Lineage2. As I’ve said before, kernel level anticheats are the only real solution. Anything that runs as Internal and injects gets flagged, and your account ends up getting kicked or banned. That’s just how most games handle it nowadays. To TL;DR the whole thing cheating will always exist because there are people out there smart enough to bypass any protection and run private cheats. Public cheats are always detected eventually, so I don’t see any point in buying AAC, especially when they claim it blocks adr, which simply isn’t true.
    • 🌐 Website: https://l2adonis.com 📅 GRAND OPENING: July 18, 2025 – 20:00 (UTC+2) 💬 Discord: https://discord.com/invite/tZBj8JxAwx 🚫 No auto-farm • No auto-macro • No pay-to-win • No custom   Some Basic Info's (More detalied info's on website)  EXP/SP: x25  Adena: x15  Drop: x15  Spoil: x15  Seal Stones: x15  Raid Boss Drop: x10  Epic Boss Drop: x1  Manor: x10  Safe Enchant: +4  Max Enchant: +16  Normal Scroll Chance: 50%  Blessed Scroll Chance: 66% (If enchant fail item remain +4)  Buff Slots (30+4 extra with Divine Inspiration)  Dances/Songs Slots 14  Auto-learn skills  ⚔️ Real PvP • Real Progression • Retail-like experience JOIN NOW and relive the real L2 experience!
  • 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