hello guys i am having a problem with the clan skill list , i have an npc where i have some features reagrouped, one of these features is learn clan skills, when i press learn skills it show the list well, but when i try to push some skill to learn the window dissappear without errors in the console, this is the little code that i use for it:
else if (actualCommand.equalsIgnoreCase("learnclanskills"))
{
if (!checkLeaderConditions(player))
{
return;
}
L2VillageMasterInstance.showPledgeSkillList(player);
}
and the condition:
private static boolean checkLeaderConditions(L2PcInstance activeChar)
{
if (!activeChar.isClanLeader())
{
activeChar.sendMessage("Only clan leader can use that function.");
return false;
}
return true;
}
the npc show the skill list well but i cant select any skill because the window dissappear without errors....what i forgot? thanks in advance...
i found the solution, i will answer me:
the problem was the instancetype of my npc Script i changed the extender from L2Npc to L2NpcInstance and worked.
My friends have told me about this server numerous amounts of time.
Today Im finally here to share some amazing experiences with them😀
I look forward to getting to know this wonderful community and staff members.
Good luck to all of us! 🥳
Great server so far,good rates balances classes awesome player community and server staff.If you want a balanced gameplay without pay to win and full of bots this is the place!
New changelog:
- Event Freya's Gift started
- Changed Compelling Wind cooldown to fixed 7.5s and reduced chance of applying the debuff
- Changed Deceptive Blink cooldown to fixed 15s
- Changed Wind Blend cooldown to fixed 20s
- Old L2Store sales ended
- New L2Store sales started
- Fixed issue with an account creation
- Fixed few RU item descriptions having wrong values
- Fixed issue with .offline store
- Boosted chance of quest item drop for few low level quests
- Adjusted few blacklisted words to be less aggressive
not interested in trading on this nest scamm site.
scammer nr 1
VSignet
money sent > but all the time he couldn't get to pc.. just forwarding meeting to fooks know what H.
and scammer nr 2, retard from ukraine
sent him 40 euros, he blocks me and never sent money ig.
just be carefull people.
I'm out of here.
Question
b0rto
hello guys i am having a problem with the clan skill list , i have an npc where i have some features reagrouped, one of these features is learn clan skills, when i press learn skills it show the list well, but when i try to push some skill to learn the window dissappear without errors in the console, this is the little code that i use for it:
and the condition:
the npc show the skill list well but i cant select any skill because the window dissappear without errors....what i forgot? thanks in advance...
i found the solution, i will answer me:
the problem was the instancetype of my npc Script i changed the extender from L2Npc to L2NpcInstance and worked.
Edited by b0rtoLink to comment
Share on other sites
1 answer to this question
Recommended Posts