Jump to content
  • 0

[l2jfrozen]Error pano se kathara source


kokkinidisjim

Question

Eipa na arxiso na ksanadoulepso me java pano se interlude client k kala kala dn arxisa eki p piga na do ama ginete to compile mou evgale ta parakato error eno ta source ine kathara dn exo piraxi tpt epano ston kodika tis l2jfrozen :S

episis dokimasa na to kano compile me eclipse galileo k me eclipse indigo alla tpt :S


    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4975: incomparable types: java.lang.Enum<capture#743 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 					&& ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB 
    [javac] 					                                                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4976: incomparable types: java.lang.Enum<capture#232 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 					|| ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB))
    [javac] 					                                                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5016: incomparable types: java.lang.Enum<capture#924 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6706: incomparable types: java.lang.Enum<capture#59 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 		if(target.getItemType() == L2EtcItemType.HERB)
    [javac] 		                        ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6728: inconvertible types
    [javac] found   : java.lang.Enum<capture#781 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 			if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon)
    [javac] 			                     ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6728: inconvertible types
    [javac] found   : java.lang.Enum<capture#948 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 			if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon)
    [javac] 			                                                                    ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6753: incomparable types: java.lang.Enum<capture#569 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 				if(target.getItem() != null && target.getItem().getItemType() == L2EtcItemType.ARROW)
    [javac] 				                                                              ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6932: inconvertible types
    [javac] found   : java.lang.Enum<capture#20 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 			if ((L2ArmorType)legs.getItemType() == L2ArmorType.HEAVY
    [javac] 			                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6933: inconvertible types
    [javac] found   : java.lang.Enum<capture#334 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 					&& ((L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY))
    [javac] 					                                  ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6939: inconvertible types
    [javac] found   : java.lang.Enum<capture#872 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 					&& (L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY))
    [javac] 					                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6957: inconvertible types
    [javac] found   : java.lang.Enum<capture#421 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 			if ((L2ArmorType)legs.getItemType() == L2ArmorType.LIGHT
    [javac] 			                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6958: inconvertible types
    [javac] found   : java.lang.Enum<capture#94 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 					&& ((L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT))
    [javac] 					                                  ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6964: inconvertible types
    [javac] found   : java.lang.Enum<capture#748 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 					&& (L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT))
    [javac] 					                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6982: inconvertible types
    [javac] found   : java.lang.Enum<capture#4 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 			if ((L2ArmorType)legs.getItemType() == L2ArmorType.MAGIC
    [javac] 			                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6983: inconvertible types
    [javac] found   : java.lang.Enum<capture#74 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 					&& ((L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC))
    [javac] 					                                  ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6989: inconvertible types
    [javac] found   : java.lang.Enum<capture#189 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 					&& (L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC))
    [javac] 					                                 ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.java:141: inconvertible types
    [javac] found   : java.lang.Enum<capture#87 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 		return (L2WeaponType) super._type;
    [javac] 		                           ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:344: incomparable types: java.lang.Enum<capture#479 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 			|| item.getItemType() == L2EtcItemType.QUEST)
    [javac] 			                      ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\TradeList.java:408: incomparable types: java.lang.Enum<capture#938 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 		if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
    [javac] 		                                             ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:210: incomparable types: java.lang.Enum<capture#719 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 			if(item.getItemType() == L2WeaponType.BOW)
    [javac] 			                      ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:253: incomparable types: java.lang.Enum<capture#881 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 			if(item.getItemType() == L2WeaponType.BOW)
    [javac] 			                      ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1330: incomparable types: java.lang.Enum<capture#412 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 				if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW)
    [javac] 				                                                                          ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:733: incomparable types: java.lang.Enum<capture#770 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 		if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)
    [javac] 		                                                                                            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:786: incomparable types: java.lang.Enum<capture#959 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 		if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)
    [javac] 		                                                                                            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:134: incomparable types: java.lang.Enum<capture#928 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 			if(item != null && item.getItemType() == L2EtcItemType.SHOT)
    [javac] 			                                      ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2520: incomparable types: java.lang.Enum<capture#721 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2520: incomparable types: java.lang.Enum<capture#884 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types
    [javac] found   : java.lang.Enum<capture#730 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 		return (L2ArmorType) super._type;
    [javac] 		                          ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:338: incomparable types: java.lang.Enum<capture#56 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 		if(item.type == L2WeaponType.NONE)
    [javac] 		             ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:387: incomparable types: java.lang.Enum<capture#62 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 		if(item.type == L2WeaponType.PET)
    [javac] 		             ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:462: incomparable types: java.lang.Enum<capture#183 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 		if(item.type == L2ArmorType.PET)
    [javac] 		             ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types
    [javac] found   : java.lang.Enum<capture#314 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 		return (L2EtcItemType) super._type;
    [javac] 		                            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Blow.java:159: incomparable types: java.lang.Enum<capture#214 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 					soul = (ss && (weapon.getItemType() == L2WeaponType.DAGGER ));
    [javac] 					                                    ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Pdam.java:137: incomparable types: java.lang.Enum<capture#129 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 				soul = (ss && weapon.getItemType() != L2WeaponType.DAGGER);
    [javac] 				                                   ^

sinexia sto epomeno post

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#510 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 				boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
    [javac] 				                                                                                                                         ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#391 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#770 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:96: incomparable types: java.lang.Enum<capture#364 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 		if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS))
    [javac] 		                      ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestEnchantItem.java:125: incomparable types: java.lang.Enum<capture#703 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 		if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem())
    [javac] 		                                ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:157: incomparable types: java.lang.Enum<capture#918 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 			if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
    [javac] 			                                             ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:168: incomparable types: java.lang.Enum<capture#324 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 			if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
    [javac] 			                                                                                   ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types
    [javac] found   : java.lang.Enum<capture#844 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 		if(_currentItem.type instanceof L2ArmorType)
    [javac] 		               ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types
    [javac] found   : java.lang.Enum<capture#533 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
    [javac] 			_currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set);
    [javac] 			                                                          ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:166: inconvertible types
    [javac] found   : java.lang.Enum<capture#207 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 		else if(_currentItem.type instanceof L2WeaponType)
    [javac] 		                    ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:168: inconvertible types
    [javac] found   : java.lang.Enum<capture#217 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 			_currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set);
    [javac] 			                                                            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types
    [javac] found   : java.lang.Enum<capture#234 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 		else if(_currentItem.type instanceof L2EtcItemType)
    [javac] 		                    ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types
    [javac] found   : java.lang.Enum<capture#116 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 			_currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set);
    [javac] 			                                                              ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.java:152: inconvertible types
    [javac] found   : java.lang.Enum<capture#929 of ?>
    [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 				list.add(new L2EtcItem((L2EtcItemType) item.type, item.set));
    [javac] 				                                           ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:106: incomparable types: java.lang.Enum<capture#312 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 				if(itemType == L2WeaponType.BOW)
    [javac] 				            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#264 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#815 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:110: incomparable types: java.lang.Enum<capture#143 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:120: incomparable types: java.lang.Enum<capture#145 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 				if(itemType == L2WeaponType.BOW)
    [javac] 				            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#194 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#327 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:124: incomparable types: java.lang.Enum<capture#587 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:134: incomparable types: java.lang.Enum<capture#770 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 				if(itemType == L2WeaponType.BOW)
    [javac] 				            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#479 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#582 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:138: incomparable types: java.lang.Enum<capture#987 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:149: incomparable types: java.lang.Enum<capture#502 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 				if(itemType == L2WeaponType.BOW)
    [javac] 				            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:159: incomparable types: java.lang.Enum<capture#244 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
    [javac] 				if(itemType == L2WeaponType.BOW)
    [javac] 				            ^
    [javac] C:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#158 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#559 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:163: incomparable types: java.lang.Enum<capture#195 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:\workspace\L2JFrozen\gameserver\head-src\com\l2jfrozen\gameserver\thread\daemons\ItemsAutoDestroy.java:87: incomparable types: java.lang.Enum<capture#380 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
    [javac] 				if(item.getItemType() == L2EtcItemType.HERB)
    [javac] 				                      ^
    [javac] 66 errors

ama kseri kanis pos mporo na to fixaro parakalo na m to pi :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • HighFive [X15] - 22 November https://l2etina.com/ Discord   Exp/SP: x15  Adena: x8  Drop: x6  Spoil: x5 Quest Drop: x1 Quest Reward: x2 Manor: x1.5  Raid Boss Drop: x6  Epic RB Jewel Drop: x1  Safe Enchant: +4 Max Enchant: +16 Normal Scroll of Enchant Chance: 52% Blessed Scroll of Enchant Chance: 56% Elemental Stone chance: 50% Elemental Crystal chance: 30%    GAMEPLAY CONFIGURATION   Maximum Clients per PC: 3 2h duration on all buffs, dances, songs, summon, prophecies.  Buff slots: 24(+4 Divine Inspiration)  Dance/Song slots: 12 Skills are auto learn.  Automatic loot for monsters. Manual loot for raid bosses & epic bosses. 1st, 2nd, 3rd profession change for Adena on Class Master NPC. Sub-Class By Quest or Donation. Certification skills retail like (Quest required) Mana Potions: 1000 MP Restoration with 10 seconds cooldown.  Champion Monsters until Lv 75 (2% to chance to spawn)  Pride of Kamael buff is a SELF ONLY buff. You CAN NOT delevel to less than 70 Level. Control & click on an attribute or attribute crystal (adds them all together in 1 item)   BASIC FEATURES    NPC Buffer with all the important buffs.  GM shop up to S80 Dynasty & consumables.  Global Gatekeeper with all the important zones.  Ranking System in Community Board.  Item Auction House in Community Board.  Unique Auctioneer with a few clan halls release weekly.  Auction House with offers in Donation Pounds in Community Board.  Items, Monsters & Raid Bosses Database with many functions.  Character Control Panel with many functions accessible by .cfg command.  Donation Store with limited available options.     EXTRA FEATURES & USEFUL INFO Vote Reward System with  5 - 15 Festival Adena, cooldown usage & 12h duration  Vote Rune that increases your stats. Vote Rune: Increases your P. Def and M. Def by 6%, P. Attack by 4%, M. Attack by 4%, Movement Speed by 4% Automatic potions clicker system, setup window appears by typing .cp / .hp / .mp commands OLYMPIAD    Olympiad on 10 Days circle. (First Olympiad Period begins 11th of July)  New heroes every 1st,11th & 21st of each month.  Olympiad needs 9 minimum participants to begin.  Max Period Matches: 120  Class based option disabled.     Leveling Clan Cost & Required Members.    Clan Level 6: 5.000 Clan Reputation Points & 10+ members.  Clan Level 7: 10.000 Clan Reputation Points & 15+ members.  Clan Level 8: 20.000 Clan Reputation Points & 20+ members.  Clan Level 9: 40.000 Clan Reputation Points & 25+ members.  Clan Level 10: 40.000 Clan Reputation Points & 30+ members.  Clan Level 11: 75.000 Clan Reputation Points & 35+ members.     Unique Clan Hall Auction System - 1 Clan Hall per Village releases every week on Auction. - Clan Hall Auctions are finishing every Monday 18:00 (GMT+3). - Winning Bidder has to pay 25% of his total winning bid weekly to be able to maintain his Clan Hall. - 10% Loser's Tax on his total placed bid is applied. Grade #1 Clan Halls Requirements Clan Level 6+, Clan Members 15+, Average Level per member 70+. Grade #2 Clan Halls Requirements Clan Level 7+, Clan Members 20+, Average Level per member 74+. Grade #3 Clan Halls Requirements Clan Level 8+, Clan Members 30+, Average Level per member 78+.     DEATHMATCH Description: The goal in Deathmatch Event, also known as free-for-all, is to kill as many other players as you can in 10 minutes. After death, you will respawn in random location after 10 seconds. The one with the most kills wins the Event. TEAM VS TEAM Description: In Team vs Team Event all participating members are divided in two sides (Red - Blue) and the only goal is to kill as many players you can from the enemy side. Each kill brings score to your Team. Respawn takes 5 seconds. Event Duration: 10 minutes CAPTURE THE FLAG Description: Capture the Flag is a Team Event. Try to steal Flag that is placed near enemy spawn location and bring it to your territory. Don't forget to defend your flag, we don't want it to be hold by enemy hands! Event Duration: 10 minutes. TREASURE HUNT Description: Treasure Hunt is a free-for-all Event. Your goal is to find chests and open them! Focus on other players too, you are getting points for killing them. You get 1 Festival Adena per Chest.         KOREAN STYLE Description: Korean Style is a Team Event. All you need to do is defeat enemy Team in 1 VS 1 Fights. Prove you are the best and kill the enemy in a fair battle!   FIGHT FOR THRONE Description: Team Event. Protect the Castle from the Invaders and don't let them engrave the Seal of Ruler or Castle Throne will be theirs. Every invader is able to cast the Spell. Team which will possess the Castle after 10 minutes, will win the Event.          RAID BOSSES, EPIC BOSSES AND INSTANCES   Shilen's Messenger, Cabrio: 16-20h  Death Lord Hallate: 16-20h  Kernon: 16-20h Longhorn Golkonda: 16-20h       Ant Queen: 23.5-24.5h Ant Queen spawns every day at 19:00 - 20:00 CET     Baium: 120-124h Baium spawns every: 1st, 6th, 11th, 16th, 21st and 26th of each month at 20:00 - 22:00 CET     Antharas: 168-170h Antharas spawns every: 4th, 14th and 24th of each month at 20:00 - 22:00 CET     Beleth: 192-194h     Valakas: 240-242h Valakas spawns every: 8th, 18th and 28th of each month at 20:00 - 22:00 CET     Epidos: 2h      Instances: Frintezza Required players: 9  Zaken Daytime Lv 83 Required players: 9   Zaken Daytime Lv 60 Required players: 9   Zaken Nightly Lv 60 Required players: 27  Instances: Normal Freya Required players: 9  Instances: Hard Freya Required players: 18  Instances: TIAT Required players: 11  Instances: Beleth Required players: 18    
    • Description: Greetings, Lineage 2 server administrators! We present to you Contest Bot—a Telegram bot designed for hosting contests with in-game prizes. Our bot offers daily contests with main prizes for winners and consolation prizes for all participants, as well as contests scheduled for specific dates and times. Daily Contests: Engage your players with daily contests, increasing their involvement and activity. Scheduled Contests: Host contests not only daily but also on specified dates and times, allowing you to plan events on your server. Multiple Servers: The bot supports multiple game servers, currently supporting Eternity, Lucera, Pain. New builds can also be easily integrated. Server Selection: Winners can choose the game server on which they want to receive their prize, making the process more flexible and convenient. Ease of Use: Easy setup and management of the bot, saving your time and effort. Benefits: Increased Player Engagement: Regular contests keep interest in your server high and stimulate player activity. Increased Number of Participants: Participation in contests attracts new players and retains current ones. Server Loyalty: Prizes and contests create a positive experience and strengthen player loyalty to your server. Acquisition: Interested in increasing player engagement and activity on your server? Contact us via direct messages or https://t.me/@se1dhe  
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt  
    • Hey. Are you interested in grow your darling faster? Or maybe do you need a rest a bit? The L2Reborn enjoyer from old Interlude on your side!   Price per hour: 3.5 EUR or 3.75 USD only crypto payments (sorry, paypal does not work in my country)   FAQ: - You can choose day and exact time when I log in. - You can choose farm spot by yourself. - You will get screenshot every 2 hours with open inventory and with any other indicator to track progress. - I can help you with almost every specific goal like spoil, manor, selling exp with imp. - All loot is yours, except dropped D-grade or highter grade items. - Of course middleman from maxcheaters is possible, if you want to involve.   PM here: Telegram https://t.me/rhinocheater
  • Topics

×
×
  • Create New...