0flee Posted December 19, 2020 Posted December 19, 2020 Hello, i created new skill ( buff ) and i put on buffer alt+b. All good. But when i try to buf, i get jail for exploit. Can someone tell me why this happends? L2jSunrise High Five Pack Thank you !
0 Nightw0lf Posted December 20, 2020 Posted December 20, 2020 @`NeverMore should know more about this, from what i can imagine is some list somewhere that you did not add the skill id to be allowed, maybe hardcoded on eclipse or maybe on some config if this is the case you should look for some kind of skill list to allow on community board buffer.
0 BabayG Posted December 20, 2020 Posted December 20, 2020 i have no experience with sunrise, but... this happens only when you use the specific custom buff from cb? I mean does it work generally? buff lvl is correct ? maybe there is a config for this?
0 Red-Hair-Shanks Posted December 20, 2020 Posted December 20, 2020 you must allowed the skill,try to search something checkAllowedSkills. or if you get any gs msg about it search for it. example in my pack. if (skillid >= 9850 && skillid <= 9855) { foundskill = true; } if (!foundskill) { removeSkill(skill, true); System.out.println("Character " + getName() + " of Account " + getAccountName() + " got skill " + skill.getName() + ".. Removed!"/* + IllegalPlayerAction.PUNISH_KICK */); }
0 0flee Posted December 20, 2020 Author Posted December 20, 2020 All skills from l2 it's allowed, except my custom skill/master's and some skills from gm. I will appreciate if someone can help me somehow, cuz i don;t know how it's hardcoded. Thank you ! Strange it is, this happend on npc too, not just on alt+b
0 Red-Hair-Shanks Posted December 20, 2020 Posted December 20, 2020 41 minutes ago, 0flee said: All skills from l2 it's allowed, except my custom skill/master's and some skills from gm. I will appreciate if someone can help me somehow, cuz i don;t know how it's hardcoded. Thank you ! Strange it is, this happend on npc too, not just on alt+b to make one test go to general.ini and find these lines and make it false..and try to get the buff that you want and tell me if is the same. # Check players for non-allowed skills # Default: FalseSkillCheckEnable = True
0 0flee Posted December 20, 2020 Author Posted December 20, 2020 `NeverMore Thank you Thanks all of you for answers! 1
0 Nightw0lf Posted December 21, 2020 Posted December 21, 2020 9 hours ago, 0flee said: `NeverMore Thank you Thanks all of you for answers! locked
Question
0flee
Hello, i created new skill ( buff ) and i put on buffer alt+b. All good. But when i try to buf, i get jail for exploit. Can someone tell me why this happends?
L2jSunrise High Five Pack
Thank you !
8 answers to this question
Recommended Posts