Jump to content
  • 0

Problem Ramdon Fight In L2Jserver Hi5


Question

Posted

Problem in setTeam

players.firstElement().teleToLocation(113474, 15552, 3968, 0);
		players.lastElement().teleToLocation(112990, 15489, 3968, 0);
		players.firstElement().setTeam(1);
		players.lastElement().setTeam(2);

Ty alll!

8 answers to this question

Recommended Posts

  • 0
Posted


Description Resource Path Location Type

The method setTeam(Team) in the type L2PcInstance is not applicable for the arguments (int) RandomFight.java /L2J_ReunionProject_Core/java/l2r/gameserver/model line 117 Java Problem

 

  • 0
Posted


public void setTeam(Team team)

{

super.setTeam(team);

broadcastUserInfo();

if (hasSummon())

{

getSummon().broadcastStatusUpdate();

}

}

Guest
This topic is now closed to further replies.


×
×
  • Create New...