Jump to content
  • 0

Getknownplayers Acis 3Xx


Question

Posted

Hello, 

on acis 214 I had code:

for(L2PcInstance player : getKnownList().getKnownPlayers().values()){
if(player.getFactionId() != getFactionId())
handleCast(player, 403, 10);
}

But on the newest acis, there is no method getKnownPlayers() in CharKnowList class, how to get known players?

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...