Jump to content
  • 0

[HELP]Error "L2Character" + "L2Effect" Sto eclipse


Question

Posted

Paidia poios borei na me voithisei se ayto?

Prospathw na valw anti-grieff sto pack mou. exw ta java arxeia ta opia apotelounte apo:

handler/skillhandler.Continuous.java

skills/effects/EffectDeflectBuff.java

model/L2caracter.java

model/L2effect.java

vazw ta panta sth thesh tous kai kanw build. mou vgazei error sta 2 model pou exw simademena me kitrino.

mou leei ayto:

Buildfile: C:\Workspace\L2jFrozen_GameServer\build.xml
prepare-local:
prepare-final:
init:
    [mkdir] Created dir: C:\Workspace\L2jFrozen_GameServer\build\classes
version:
     [echo] L2jFrozen Gameserver Revision: 903M
compile:
    [javac] Compiling 1462 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\model\L2Effect.java:29: error: cannot find symbol
    [javac] import com.l2jfrozen.gameserver.GameTimeController;
    [javac]                                ^
    [javac]   symbol:   class GameTimeController
    [javac]   location: package com.l2jfrozen.gameserver
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:172: error: cannot find symbol
    [javac] 					setPeriodStartTicks(GameTimeController.getGameTicks());
    [javac] 					                    ^
    [javac]   symbol:   variable GameTimeController
    [javac]   location: class L2Effect.EffectTask
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:221: error: cannot find symbol
    [javac] 		_periodStartTicks = GameTimeController.getGameTicks();
    [javac] 		                    ^
    [javac]   symbol:   variable GameTimeController
    [javac]   location: class L2Effect
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:245: error: cannot find symbol
    [javac] 			_periodStartTicks = GameTimeController.getGameTicks() - newfirsttime * GameTimeController.TICKS_PER_SECOND;
    [javac] 			                    ^
    [javac]   symbol:   variable GameTimeController
    [javac]   location: class L2Effect
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:245: error: cannot find symbol
    [javac] 			_periodStartTicks = GameTimeController.getGameTicks() - newfirsttime * GameTimeController.TICKS_PER_SECOND;
    [javac] 			                                                                       ^
    [javac]   symbol:   variable GameTimeController
    [javac]   location: class L2Effect
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:264: error: cannot find symbol
    [javac] 		return (GameTimeController.getGameTicks() - _periodStartTicks) / GameTimeController.TICKS_PER_SECOND;
    [javac] 		        ^
    [javac]   symbol:   variable GameTimeController
    [javac]   location: class L2Effect
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:264: error: cannot find symbol
    [javac] 		return (GameTimeController.getGameTicks() - _periodStartTicks) / GameTimeController.TICKS_PER_SECOND;
    [javac] 		                                                                 ^
    [javac]   symbol:   variable GameTimeController
    [javac]   location: class L2Effect
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:581: error: method addEffect in class MagicEffectIcons cannot be applied to given types;
    [javac] 				mi.addEffect(sk.getId(), getLevel(), sk.getBuffDuration() - getTaskTime() * 1000);
    [javac] 				  ^
    [javac]   required: int,int,int,boolean
    [javac]   found: int,int,int
    [javac]   reason: actual and formal argument lists differ in length
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:585: error: method addEffect in class MagicEffectIcons cannot be applied to given types;
    [javac] 				mi.addEffect(sk.getId(), getLevel(), -1);
    [javac] 				  ^
    [javac]   required: int,int,int,boolean
    [javac]   found: int,int,int
    [javac]   reason: actual and formal argument lists differ in length
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Effect.java:590: error: method addEffect in class MagicEffectIcons cannot be applied to given types;
    [javac] 			mi.addEffect(sk.getId(), getLevel(), (int) future.getDelay(TimeUnit.MILLISECONDS));
    [javac] 			  ^
    [javac]   required: int,int,int,boolean
    [javac]   found: int,int,int
    [javac]   reason: actual and formal argument lists differ in length
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CastleMagicianInstance.java:91: error: cannot find symbol
    [javac] 				if (clanLeader.getFirstEffect(EffectType.CLAN_GATE) != null)
    [javac] 				                                        ^
    [javac]   symbol:   variable CLAN_GATE
    [javac]   location: class EffectType
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\effects\EffectClanGate.java:66: error: cannot find symbol
    [javac] 		return EffectType.CLAN_GATE;
    [javac] 		                 ^
    [javac]   symbol:   variable CLAN_GATE
    [javac]   location: class EffectType
    [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\effects\EffectNegate.java:42: error: cannot find symbol
    [javac] 		return EffectType.NEGATE;
    [javac] 		                 ^
    [javac]   symbol:   variable NEGATE
    [javac]   location: class EffectType
    [javac] 13 errors
    [javac] 1 warning

BUILD FAILED
C:\Workspace\L2jFrozen_GameServer\build.xml:65: Compile failed; see the compiler error output for details.

Total time: 10 seconds

 

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


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