Jump to content
  • 0

[help] tvt skills


TouchAndDie

Question

i found something useless on l2jserver forum and i can't figured out why i get warning :-?

 

error: Syntax error on token "L2Character", VariableDeclaratorId expected after this token

 

code:

public final L2Object[] getTargetList(L2Character, boolean L2Character)

{

 

L2Object[] targetList = handler.getTargetList(this, activeChar, onlyFirst, target);

if (activeChar.isParticipating() && skill.isOffensive())

{

for (int i = 0;i < targetList.length;++ i)

{

if (tagetList.activeChar.TvTEventTeam[2] == TARGET_ARRAY.TvTEventTeam[2]);

            targetList = null;

}

}

}

 

this code is in model->l2skill.java

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...