Jump to content

L2Dot New Interlude Project


Recommended Posts

Thanks For Your Words People, And Clauss Thanks For Compiling The Revs. xD

 

We Are Preparing GvE System !

 

Link to comment
Share on other sites

error when trying to compile gameserver:

 

 

Buildfile: H:\workspace\L2_GameServer_It\build.xml

clean:

   [delete] Deleting directory H:\workspace\L2_GameServer_It\build

init:

    [mkdir] Created dir: H:\workspace\L2_GameServer_It\build

    [mkdir] Created dir: H:\workspace\L2_GameServer_It\build\classes

    [mkdir] Created dir: H:\workspace\L2_GameServer_It\build\dist

    [mkdir] Created dir: H:\workspace\L2_GameServer_It\build\dist\login

    [mkdir] Created dir: H:\workspace\L2_GameServer_It\build\dist\gameserver

version:

     [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified

compile:

    [javac] Compiling 1230 source files to H:\workspace\L2_GameServer_It\build\classes

    [javac] H:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:10049: cannot find symbol

    [javac] symbol  : variable Dwarf

    [javac] location: class net.sf.l2j.gameserver.model.base.Race

    [javac]         else if (getTemplate().race == Race.Dwarf)

    [javac]                                            ^

    [javac] H:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:10064: cannot find symbol

    [javac] symbol  : variable Dwarf

    [javac] location: class net.sf.l2j.gameserver.model.base.Race

    [javac]            if (getTemplate().race == Race.Dwarf){

    [javac]                                          ^

    [javac] H:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:10077: cannot find symbol

    [javac] symbol  : variable Dwarf

    [javac] location: class net.sf.l2j.gameserver.model.base.Race

    [javac]            if (getTemplate().race == Race.Dwarf){

    [javac]                                          ^

    [javac] H:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance.java:10090: cannot find symbol

    [javac] symbol  : variable Dwarf

    [javac] location: class net.sf.l2j.gameserver.model.base.Race

    [javac]            if (getTemplate().race == Race.Dwarf){

    [javac]                                          ^

    [javac] H:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\actor\instance\L2VillageMasterInstance.java:170: cannot find symbol

    [javac] symbol  : method getInventoryLimit()

    [javac] location: class net.sf.l2j.gameserver.model.actor.instance.L2PcInstance

    [javac] if (player.getInventoryLimit()*0.8 <= player.getInventory().getSize())

    [javac]           ^

    [javac] H:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\actor\instance\L2VillageMasterInstance.java:172: cannot find symbol

    [javac] symbol  : variable NOT_SUBCLASS_WHILE_INVENTORY_FULL

    [javac] location: class net.sf.l2j.gameserver.network.SystemMessageId

    [javac]              player.sendPacket(new SystemMessage(SystemMessageId.NOT_SUBCLASS_WHILE_INVENTORY_FULL));

    [javac]                                                                 ^

    [javac] Note: H:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\GeoEngine.java uses or overrides a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 6 errors

 

BUILD FAILED

H:\workspace\L2_GameServer_It\build.xml:67: Compile failed; see the compiler error output for details.

Link to comment
Share on other sites

After rev 100 lot of things are bugged...

Like:

Skills that slowly decreases HP - If you use one of them in any monster/raid/char their hp will go to 1

 

{Known Bug: Interlude Multisell Bug}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...