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 :).
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
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!
0 MeGaPk Posted January 30, 2012 Author Posted January 30, 2012 lol dude stop spam. i think we need more post :), luck him :).
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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now