Jump to content

Simple Instanced Buffer.


Recommended Posts

  • 1 year later...
  • 1 year later...
Microsoft Windows [Version 6.1.7600]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.

C:\Users\Администратор>cd C:\source\aCis_gameserver

C:\source\aCis_gameserver>ant
Buildfile: C:\source\aCis_gameserver\build.xml

clean:
   [delete] Deleting directory C:\source\aCis_gameserver\build

checkRequirements:
     [echo] Verification of your JDK version.

init:
    [mkdir] Created dir: C:\source\aCis_gameserver\build
    [mkdir] Created dir: C:\source\aCis_gameserver\build\classes
    [mkdir] Created dir: C:\source\aCis_gameserver\build\dist
    [mkdir] Created dir: C:\source\aCis_gameserver\build\dist\login
    [mkdir] Created dir: C:\source\aCis_gameserver\build\dist\gameserver

compile:
    [javac] Compiling 1316 source files to C:\source\aCis_gameserver\build\class
es
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\ins
tance\L2BufferInstance.java:34: error: duplicate class: net.sf.l2j.gameserver.mo
del.actor.instance.L2BufferInstance
    [javac] public class L2BufferInstance extends L2NpcInstance
    [javac]        ^
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B
ufferInstance.java:31: error: package net.sf.l2j.gameserver.templates.chars does
 not exist
    [javac] import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate;
    [javac]                                             ^
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B
ufferInstance.java:42: error: cannot find symbol
    [javac]     public L2BufferInstance(int objectId, L2NpcTemplate template)
    [javac]                                           ^
    [javac]   symbol:   class L2NpcTemplate
    [javac]   location: class L2BufferInstance
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B
ufferInstance.java:99: error: cannot find symbol
    [javac]                     player.getAI().setIntention(CtrlIntention.AI_INT
ENTION_INTERACT, this);
    [javac]                                                              ^
    [javac]   symbol:   variable AI_INTENTION_INTERACT
    [javac]   location: class CtrlIntention
    [javac] 4 errors

BUILD FAILED
C:\source\aCis_gameserver\build.xml:95: Compile failed; see the compiler error o
utput for details.

Total time: 14 seconds

C:\source\aCis_gameserver>

When I compiled I got errors help   :'(

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.

Guest
Reply to this topic...

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