MeGaPk Posted January 24, 2012 Posted January 24, 2012 I don`t know how realize chat war, that players not see message other race, how its realize? Thanks for answer, sorry my english :). Quote
0 An4rchy Posted January 24, 2012 Posted January 24, 2012 for (L2PcInstance p : L2World.getInstance().getAllPlayers()) { if (p != activeChar && p.getRace().ordinal() == activeChar.getRace().ordinal()) { p.sendPacket(cs); } } activeChar.sendPacket(cs); This should work on interlude l2j sources, on Say2.java... You have to add it in the proper place and in the proper way though. Btw, wrong section :S Quote
0 MeGaPk Posted January 25, 2012 Author Posted January 25, 2012 for (L2PcInstance p : L2World.getInstance().getAllPlayers()) { if (p != activeChar && p.getRace().ordinal() == activeChar.getRace().ordinal()) { p.sendPacket(cs); } } activeChar.sendPacket(cs); This should work on interlude l2j sources, on Say2.java... You have to add it in the proper place and in the proper way though. Btw, wrong section :S thanks! Quote
0 MeGaPk Posted January 30, 2012 Author Posted January 30, 2012 lol dude stop spam. i think we need more post :), luck him :). Quote
Question
MeGaPk
I don`t know how realize chat war, that players not see message other race, how its realize?
Thanks for answer, sorry my english :).
5 answers 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.