26-06-2010, 05:57 PM
|
#16 (permalink)
|
|
Membro - Veterano
Registrado em: Sep 2009
Localização: Florianopolis (sc)
Posts: 591
Agradecido 724 Vezes em 241 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
tente achar essas linahs vermelhas ...
Citação:
&& _clan.isAtWarWith(((L2PcInstance) killer)
.getClanId())
&& ((L2PcInstance) killer).getClan()
.isAtWarWith(_clan.getClanId())) {
+ PlaySound _snd = new PlaySound(1, "enemydown", 0, 0, 0, 0, 0);
+
+ Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values();
+ for (L2PcInstance onlinePlayer : pls)
+ if (onlinePlayer.isOnline() == 1)
+ {
+ if (onlinePlayer.getClan() != null)
+ {
+ if (onlinePlayer.getClan() == pk.getClan() && onlinePlayer != pk)
+ {
+ onlinePlayer.sendPacket(_snd);
+ }
+ }
+ }
+
|
|
|
|