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();
}
PC Optimizing and FPS Boost. The result will be obvious as the reduction of Input Lag, but also the feeling of the mouse will have a big difference compared to before.
PC Optimizing and FPS Boost. The result will be obvious as the reduction of Input Lag, but also the feeling of the mouse will have a big difference compared to before.
Contact me via discord itsjNs#4578
Or private message me here.
PC Optimizing και FPS Boost. Το αποτέλεσμα θα είναι εμφανές καθώς η μείωση του Input Lag, αλλά και η αίσθηση του ποντικιού θα έχει μεγάλη διαφορά σε σχέση με πριν. Ακόμη μπορεί παρέχετε και η υπηρεσία του Stream Setup ακόμη και για Dual PC Setup. Για την διευκόλυνση και των δύο πλευρών καλό θα είναι όποιος θέλει να προχωρήσει στην διαδικασία: • Να έχει από πριν κατεβασμένο το TeamViewer στον υπολογιστή του • Να έχει από πριν κατεβασμένο το Discord σε κάποια άλλη φορητή συσκευή με κάμερα (κινητό, Tablet)
Επικοινωνήστε μαζί μου μέσω Discord
itsjNs#4578
Question
GameBlonD
Hi , i tried few methods to do CLAN_SKILL_S1_ADDED to sended to clan members but i couldn't
any ideas?
Link to comment
Share on other sites
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.