Jump to content
  • 0

Community Board Buffer


Question

Posted

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

  • 0
Posted

@`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
Posted

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
Posted

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
Posted

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
Posted
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: False
SkillCheckEnable = True

Guest
This topic is now closed to further replies.


×
×
  • Create New...