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

    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store  ➡ Our SMM-Boosting Panel: socnet.pro  ➡ Telegram Shop Bot: socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: 79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store  ➡ Our SMM-Boosting Panel: socnet.pro  ➡ Telegram Shop Bot: socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: 79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • REBORN ETERNAL IL x10 WTS  1gb 8e (a lot in stock) DR set +6 180e Frintezza+6 200e Zaken+6 200e AQ+6 200e You must go first or Pufa middleman service
    • There's many reasons why it would be more NO than YES : Using NCSoft assets is a death wish, they can lawyer any LU3/Unity if they wanted, since it's a plain steal of intellectual property. It's an hobby, as you said it, and it's not specially about money. Money is a way to filter idiots/resellers, nothing more. It's really about trying to replicate old content and optimize it which I find it fun. I just align with the basic idea than an emulator emulates. When you launch Project64 and SuperMario 64, you don't expect to get something more than 120 stars and Bowser boss in the end - which should have been L2J project to begin with Even if I played a lot with TESCS from Morrowind, back in time, it's not enough to handle current engines, and I'm too lazy to learn Unity/Unreal Engine. Moreover, it would mean buying assets. While doing it alone would be a fail, coupling to L2J / L2 community would still be shitty (since the majority is RU/BR) ; people is only about fame/glory/reselling shit on back of others. Opening to others, the project would be leaked day 1, rebranded and resold. MMO genre is basically dead, and that's not a reboot of any game (l2/wow classic :D) which will turn the tide. Regarding L2 or an remastered version of it, you can obviously blatantly copy-cat it (as Propnight did for Dead by daylight).   All frenchies aren't supposed to do Expedition 33 :).
    • 190euro until last month, don't miss it.
  • 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