Перейти к содержанию
Авторизация  
JustRain

Компиляция Сервера

Рекомендуемые сообщения

Ребят, привет всем

Вот столкнулся с проблемкой при компиляции сервера..

датапак компилит отлично, а с геймсервером что-то не понятное

Всё делал по инструкции

вот что консоль пишет:

Buildfile: C:\eclipse\trunk\gameserver\build.xml
prepare-local:
prepare-final:
init:
version:
 [echo] L2jFrozen Gameserver Revision: 823
compile:
[javac] Compiling 1405 source files to C:\eclipse\trunk\gameserver\build\classes
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\ItemsAutoDestroy.java:87: incomparable types: java.lang.Enum<capture#22 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 				if(item.getItemType() == L2EtcItemType.HERB)
[javac] 									  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3666: incomparable types: java.lang.Enum<capture#97 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 					&& ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB 
[javac] 																					 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3667: incomparable types: java.lang.Enum<capture#300 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 					|| ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB))
[javac] 																					 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:3707: incomparable types: java.lang.Enum<capture#883 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 			if(ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB) //If item is herb dont add it to iv :]
[javac] 																			 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5278: incomparable types: java.lang.Enum<capture#722 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 		if(target.getItemType() == L2EtcItemType.HERB)
[javac] 								^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5300: inconvertible types
[javac] found   : java.lang.Enum<capture#672 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 			if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)
[javac] 								 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5300: inconvertible types
[javac] found   : java.lang.Enum<capture#227 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 			if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType)
[javac] 																				^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5453: inconvertible types
[javac] found   : java.lang.Enum<capture#259 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 		if((L2ArmorType) armor.getItemType() == L2ArmorType.HEAVY)
[javac] 										  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5467: inconvertible types
[javac] found   : java.lang.Enum<capture#327 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 		if((L2ArmorType) armor.getItemType() == L2ArmorType.LIGHT)
[javac] 										  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5481: inconvertible types
[javac] found   : java.lang.Enum<capture#209 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 		if((L2ArmorType) armor.getItemType() == L2ArmorType.MAGIC)
[javac] 										  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:337: incomparable types: java.lang.Enum<capture#122 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 			|| item.getItemType() == L2EtcItemType.QUEST)
[javac] 								  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:391: incomparable types: java.lang.Enum<capture#38 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 		if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] 													 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:210: incomparable types: java.lang.Enum<capture#808 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 			if(item.getItemType() == L2WeaponType.BOW)
[javac] 								  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:253: incomparable types: java.lang.Enum<capture#723 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 			if(item.getItemType() == L2WeaponType.BOW)
[javac] 								  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1310: incomparable types: java.lang.Enum<capture#977 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 				if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW)
[javac] 																						  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:691: incomparable types: java.lang.Enum<capture#700 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 		if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)
[javac] 																									^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:744: incomparable types: java.lang.Enum<capture#394 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 		if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)
[javac] 																									^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:133: incomparable types: java.lang.Enum<capture#470 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 			if(item != null && item.getItemType() == L2EtcItemType.SHOT)
[javac] 												  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2492: incomparable types: java.lang.Enum<capture#605 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 				if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB)
[javac] 																			^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2492: incomparable types: java.lang.Enum<capture#5 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 				if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB)
[javac] 																																							  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.java:141: inconvertible types
[javac] found   : java.lang.Enum<capture#722 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 		return (L2WeaponType) super._type;
[javac] 								   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types
[javac] found   : java.lang.Enum<capture#339 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 		return (L2ArmorType) super._type;
[javac] 								  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:341: incomparable types: java.lang.Enum<capture#506 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 		if(item.type == L2WeaponType.NONE)
[javac] 					 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:390: incomparable types: java.lang.Enum<capture#500 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 		if(item.type == L2WeaponType.PET)
[javac] 					 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:465: incomparable types: java.lang.Enum<capture#519 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 		if(item.type == L2ArmorType.PET)
[javac] 					 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types
[javac] found   : java.lang.Enum<capture#995 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 		return (L2EtcItemType) super._type;
[javac] 									^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Blow.java:149: incomparable types: java.lang.Enum<capture#512 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && (weapon.getItemType() == L2WeaponType.DAGGER ));
[javac] 																																		  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Pdam.java:134: incomparable types: java.lang.Enum<capture#244 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 			boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
[javac] 																																	 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#512 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
[javac] 																																		 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#969 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 							if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)
[javac] 																					   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#311 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 							if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)
[javac] 																																										^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:102: incomparable types: java.lang.Enum<capture#342 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 		if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS))
[javac] 							  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestEnchantItem.java:133: incomparable types: java.lang.Enum<capture#618 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 		if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem())
[javac] 										^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:153: incomparable types: java.lang.Enum<capture#267 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 			if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] 														 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:164: incomparable types: java.lang.Enum<capture#603 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 			if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
[javac] 																							   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types
[javac] found   : java.lang.Enum<capture#542 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 		if(_currentItem.type instanceof L2ArmorType)
[javac] 					   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types
[javac] found   : java.lang.Enum<capture#545 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
[javac] 			_currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set);
[javac] 																	  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:166: inconvertible types
[javac] found   : java.lang.Enum<capture#771 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 		else if(_currentItem.type instanceof L2WeaponType)
[javac] 							^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:168: inconvertible types
[javac] found   : java.lang.Enum<capture#327 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 			_currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set);
[javac] 																		^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types
[javac] found   : java.lang.Enum<capture#933 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 		else if(_currentItem.type instanceof L2EtcItemType)
[javac] 							^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types
[javac] found   : java.lang.Enum<capture#838 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 			_currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set);
[javac] 																		  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.java:152: inconvertible types
[javac] found   : java.lang.Enum<capture#779 of ?>
[javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
[javac] 				list.add(new L2EtcItem((L2EtcItemType) item.type, item.set));
[javac] 														   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:106: incomparable types: java.lang.Enum<capture#93 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				if(itemType == L2WeaponType.BOW)
[javac] 							^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#81 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 								 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#368 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																	  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#335 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																									   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:120: incomparable types: java.lang.Enum<capture#824 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				if(itemType == L2WeaponType.BOW)
[javac] 							^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#940 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 								 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#416 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																	  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#173 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																									   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:134: incomparable types: java.lang.Enum<capture#814 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				if(itemType == L2WeaponType.BOW)
[javac] 							^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#263 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 								 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#689 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																	  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#268 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																									   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:149: incomparable types: java.lang.Enum<capture#56 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				if(itemType == L2WeaponType.BOW)
[javac] 							^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:159: incomparable types: java.lang.Enum<capture#166 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				if(itemType == L2WeaponType.BOW)
[javac] 							^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#110 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 								 ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#278 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																	  ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#971 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 				else if(itemType == L2WeaponType.DUALFIST || itemType == L2WeaponType.DUAL || itemType == L2WeaponType.SWORD && item.getItem().getBodyPart() == 16384)
[javac] 																									   ^
[javac] C:\eclipse\trunk\gameserver\head-src\com\l2jfrozen\gameserver\skills\l2skills\L2SkillChargeDmg.java:113: incomparable types: java.lang.Enum<capture#841 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
[javac] 			boolean soul = weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER;
[javac] 																																	^
[javac] 60 errors

BUILD FAILED
C:\eclipse\trunk\gameserver\build.xml:64: Compile failed; see the compiler error output for details.

Total time: 7 seconds

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

нашел проблему)

можно закрыть

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...