Jump to content
  • 0

[help] problem on compilation antibot


TreVor

Question

  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?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...