Jump to content
  • 0

Question

Posted

prospathisa na kanw adapt enan kwdiko apo freya se l2jfrozen kai mou vgazei error edw kserei kaneis na me help na to fixarw?
 

[mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\classes
version:
     [echo] L2jFrozen Gameserver Revision: 1004M
compile:
    [javac] Compiling 1489 source files to C:\workspace\L2jFrozen_GameServer\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1324: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DAGGER && skill != null)
    [javac]                                       ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1324: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DAGGER && skill != null)
    [javac]                                                         ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1338: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BOW && skill != null)
    [javac]                                       ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1338: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BOW && skill != null)
    [javac]                                                         ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1352: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BLUNT && skill != null)
    [javac]                                       ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1352: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BLUNT && skill != null)
    [javac]                                                         ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1366: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUALFIST && skill != null)
    [javac]                                       ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1366: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUALFIST && skill != null)
    [javac]                                                         ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1380: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUAL && skill != null)
    [javac]                                       ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1380: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUAL && skill != null)
    [javac]                                                         ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1394: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.SWORD && skill != null)
    [javac]                                       ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1394: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.SWORD && skill != null)
    [javac]                                                         ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1408: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.POLE && skill != null)
    [javac]                                       ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1408: error: cannot find symbol
    [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.POLE && skill != null)
    [javac]                                                         ^
    [javac]   symbol:   variable weapon
    [javac]   location: class Formulas
    [javac] 14 errors
    [javac] 1 warning
 
BUILD FAILED
C:\workspace\L2jFrozen_GameServer\build.xml:65: Compile failed; see the compiler error output for details.
 
Total time: 14 seconds
 

3 answers 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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock