Hi , i tried few methods to do CLAN_SKILL_S1_ADDED to sended to clan members but i couldn't
any ideas?
SystemMessage cr = new SystemMessage(SystemMessageId.S1_DEDUCTED_FROM_CLAN_REP);
cr.addNumber(repCost);
player.sendPacket(cr);
SystemMessage sm = new SystemMessage(SystemMessageId.CLAN_SKILL_S1_ADDED);
sm.addSkillName(_id);
player.sendPacket(sm);
sm = null;
player.getClan().broadcastToOnlineMembers(new PledgeSkillList(player.getClan()));
for (L2PcInstance member : player.getClan().getOnlineMembers(0))
{
member.sendSkillList();
}
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I have completed global work on player synchronization. Now I continue to implement the UI. Added to the store: processes any size of the list of products, the store itself expands the cells or removes unnecessary ones. Added ToolTips for accessories. Added optimization for the store so that a large number of items can be processed quickly. Added movement by double clicking in the sell - buy field and back.
2 new events have been added.
🚩 Capture The Flag
- Two teams battle to steal the enemy's flag and return it to their base!
- Team coordination and defense are key!
- The team with the most successful captures when time runs out wins!
✨ Master of Enchanting
- Receive a Master Yogi Staff and unlimited Master Yogi Scrolls!
- Compete to reach the highest enchant level before time runs out!
- Top 3 players with the highest enchanted staffs win awesome rewards!
Price has been increased to 80 euro including the new update.
Question
GameBlonD
Hi , i tried few methods to do CLAN_SKILL_S1_ADDED to sended to clan members but i couldn't
any ideas?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.