Jump to content
  • 0

Grade Penalty


Inken

Question

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!

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0

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...

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • There was no way I didn't refunded or delivered files. I don't see You on my conrtact list on Discord, can You send me a message or at least tell me for what project was this updater? I always resolve if I can't deliver on time or customer bailes.
    • @rlfem123  I’m a web developer, and I work with technologies like Next.js and React. In the last 10 years, L2 Rankzone is the only one I’ve seen that actually did something different. All the others seem to have the same source code with different templates. L2 Hopzone also did an upgrade and, for the front end, is using Vue.js. Regarding web development, we have reached a point where you can easily create websites using libraries or frameworks. Simply pick one and start working. You will learn as you go. Personally, I prefer to build my back-end APIs in Laravel if it’s a big project since the ecosystem offers everything. For smaller projects, I choose Go. Then I use either React or Next.js to call my APIs, depending on the case. Next.js also supports Server-Side Rendering (SSR) if you want to hide some things from the client. Additionally, CSS libraries have almost everything you need nowadays to start building quickly with browser compatibility. You can seriously build an L2 website with ranks, a good design, and even a simple login/register system in just 3 days. Here are some CSS libraries I personally work with: https://tailwindui.com/components   https://ui.shadcn.com/   https://mui.com/material-ui/ Regarding the top websites i dont thing its worth the time and effort.  Its pretty simple to build one and the market is already bloated. In addition l2 is dying so i suggest to build top sites for many games.  THe main problem is not the build process rather the marketing one. You can build the most awesome website iin terms of functionality but if you marketing is week you wont exceed 10 concurrent users. 
    • Good evening from me as well. I wouldn't recommend anyone, no matter how much love they have for the game, to try to revive it, not only because of the times but also because of the community (people who used to spend 15 hours grinding now qq for everything when they have auto-farm enabled 24/7... ) .  All the effort will be in vain. I have given all I had to this game. I have spent an incredible amount of time and over 20k the past 6 years, and the money can go to hell, but the time doesn't come back, I almost literally didn't get cancer... Also, very few people are worth collaborating with, all the rest are scammers and traitors. Unfortunately, only the projects that have been in the background for years do well.   P. S: "Once upon a time they used to be players now only complainers left" 
    • hello i use acis 401 In the video that you uploaded, the name is not visible, but it appeared to me I upload a screenshot so you can understand what I mean how can i fix it? https://prnt.sc/kTET9oxF4fos
    • The encryption is made not just for fun, its made for protecting valuable work, doing this sort of "ugly" things u ruining all the work and effort , in time u might get that in return .  
  • Topics

×
×
  • Create New...