TreVor Posted November 11, 2012 Posted November 11, 2012 I have problem on compilation my files , today add anti bot system and not work , problem on eclipse [javac] killer.sendPacket(sm); [javac] ^ [javac] symbol: variable sm [javac] location: class L2Attackable [javac] 1 error AntiBotKills = 0; killer.setIsParalyzed(true); killer.sendPacket(sm); switch(Change) { Dear members how to fix this problem?
0 Tryskell Posted November 11, 2012 Posted November 11, 2012 Following the position of cursor I suppose it's more about a missing ";" or a missing bracket "{" / "}" at the end of a previous line. Aka a syntax error. Verify first if you got "sm" (under "sm", it's 99% a SystemMessage) existing somewhere, if it exists see my first statement, if no create it.
Question
TreVor
I have problem on compilation my files , today add anti bot system and not work , problem on eclipse
[javac] killer.sendPacket(sm);
[javac] ^
[javac] symbol: variable sm
[javac] location: class L2Attackable
[javac] 1 error
AntiBotKills = 0;
killer.setIsParalyzed(true);
killer.sendPacket(sm);
switch(Change)
{
Dear members how to fix this problem?
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now