Jump to content
  • 0

Question

Posted

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

7 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..