Jump to content
  • 0

help please guys


Question

Posted

i add l2jfrozen vote reward npc and send error please can help me ??

 

ompile:

    [javac] Compiling 1506 source files to C:\Users\Manthos\workspace\trunk\gameserver\build\classes

    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6

    [javac] C:\Users\Manthos\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPledgeCrest.java:54: error: 'else' without 'if'

    [javac] else

    [javac] ^

    [javac] C:\Users\Manthos\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPledgeCrest.java:55: error: '(' expected

    [javac] if

    [javac]   ^

    [javac] C:\Users\Manthos\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPledgeCrest.java:56: error: illegal start of expression

    [javac] {

    [javac] ^

    [javac] C:\Users\Manthos\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPledgeCrest.java:56: error: ')' expected

    [javac] {

    [javac] ^

    [javac] C:\Users\Manthos\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPledgeCrest.java:57: error: not a statement

    [javac]   if (Config.DEBUG) _log.fine("crest is missing:" + _crestId);

    [javac]       ^

    [javac] C:\Users\Manthos\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPledgeCrest.java:64: error: class, interface, or enum expected

    [javac] public String getType()

    [javac]       ^

    [javac] C:\Users\Manthos\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPledgeCrest.java:67: error: class, interface, or enum expected

    [javac] }

    [javac] ^

    [javac] 7 errors

    [javac] 1 warning

4 answers to this question

Recommended Posts

  • 0
Posted

Like ED said, you have underline errors on Eclipse, you miss brackets and blabla. Move your cursor at the error and you will see the hint.

 

And if you can't fix it, paste here your piece of code (under code tag) where are errors, or even full in the worst case (pastebin link - prefered with full code) :P

  • 0
Posted

I just did a mini newbie guide for another guy today, dunno If u'll get something but u can try it.

 

I did it at 8am, sleepy mode, but I hope u can get at least 2 or 3 points.

Watch it with HD btw.

 

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...