Jump to content

Recommended Posts

Posted
[Nightwish" post=2143577" timestamp="1335997411]

yep. exw k ekei acc. nai i demy metraei poly san atomo :) opws k esy.. apo to avatar  ida poios ise ekei :P

Δεν πιστεύω να νομίζεις ότι είμαι ο Nefer?χαχα αυτός είναι ο δημιουργός του pack :D

Posted
[Nightwish" post=2143582" timestamp="1335997708]

na pw tin alithia nai.. kai kserw oti ine o dimiourgos :P ida administrator. ala nmza dn itheles na polymiliseis xD

χαχα άραξε δεν είμαι ο administrator απλώς το άβαταρ τα σπάει :D

Posted

Ισχύει    ότι με το frozen κανείς καλύτερο pvp server ?

Αναλόγως την δουλειά σου. Με οποιοδήποτε pack κάνεις έναν καλό + stable server, αρκεί να έχεις την γνώση.

 


 

Παιδιά, συγνώμη που δεν ανανεώνω απλά υπάρχει ένα προσωπικό πρόβλημα και δεν έχω αρκετό χρόνο και για εδώ. Ευχαριστώ για την κατανόηση.

Posted

Ematha na doulevo developing panw se l2jfrozen pack kai einai ekpliktiko pack idika gia tous pvp servers pistevo to kalhtero kai mporeis na matheis pola apo to sigkekrimeno pack :)

Posted

piga na to kano compile k m ebgale ta parakato errors


    [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] 				                                   ^

i sinexia sto epomeno post

Posted

    [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

ti ftei k pos mporo na to fixaro?

Posted

tipota.Mpori na ftei kati allo pera apo to svn??

Sigoura kati exeis pira3i i stin java i kapou

 

Pratirise oti se ola ta error ( sxedon se ola ) exeis Error sta skill....

Guest
This topic is now closed to further replies.



  • Posts

    • Hello community, I’d like to share an improved version of the L2smr editor for StaticMeshes, focused on solving some workflow issues I found in the original tool. CreditsThis project is based on the original acmi/L2smr repository https://github.com/acmi/L2smr , created by acmi, and I updated it to Java 17 with some additional features. Issues in the original L2smr Too many windows: each StaticMesh opened in a new one → cluttered desktop. No search: navigating through hundreds of StaticMeshActors was slow and tedious. Added improvements Flexible views Single Window Mode: reuse one window instead of opening new ones. Multiple Window Mode: still available for those who prefer having several views open simultaneously. Real-time Search Field Instant filtering as you type. Case-insensitive search. “Reset” button to quickly clear the search.     Installation and Execution: Clone the repository: git clone https://github.com/Jeep12/l2smr.git cd l2smr        2.Build the project:   ./gradlew build        3. Run the application:     ./run.bat      Or simply double-click on run.bat.     The run.bat script automatically extracts JavaFX from the included javafx-17.0.2.zip file in the javafx/ directory, sets up the required libraries, and launches the application. You don’t    need to install JavaFX separately.      Repository: https://github.com/Jeep12/l2smr     Maybe these features already existed in another version or fork, and they might not be very big changes, but since I didn’t know about them and found them necessary, I decided to          implement them myself and wanted to share them.      
    • no....Mobius L2Clientdat and L2FileEditor can do that...but still cant works with TaiWanese Grand Crusade ,especially Armorgrp.dat and Armorgrp-Classic.dat
    • L2GOLD - Halcyon x45 Project Classic Interlude   C6 - Classic Interlude: Protocol 110     Is a complete copy of L2Gold in Classic [110 Protocol] with L2OFF files.   Fully L2Gold Features - Daily Quest - Daily Mining Quest - Ancient Weapons -Refine System  -Rebirth System -Fully configurable everything you want -Gold stats/Gold skills/Gold items working 100% -Zones 100% alike  -Unique donations system (npc or voicedcommand .donate) - On Enchant success announcement ( if +16 for weapon, 8 for armor , 7 for jewel) - Announce of Castle Lord - Announce of Hero  - Olympiad Max A grade - Olympiad Buffs on matches changed to Gold Alike - Working fully Dreadbane   - AI Mods: Static Time for RB   Automated Events: Squash Watermelon RB Event High rate  (those are fully automated)   Server is running a Test Server: Online to anyone can test it.   Game Client: https://www.mediafire.com/file/1d8xe18rvgi04lx/L2_Classic_Interlude_Client_V2.rar/file   Game Patch: https://www.mediafire.com/file/3z4b8ezy93h2z1g/L2Halcyon+Gold+Patch.rar/file   GM Accounts: ID: root pass root [ accounts go from  root1 until root20 ]   Regular Accounts Registrations: http://84.247.164.27/?page=register   Some Screenshots: https://imgur.com/a/o7TxzTN   Contact me here via PM (only serious buyers).    Price of the product: Fully Server Pack + Source ( 250 Euros )
    • ✨ A Service with Vibes  Vibe SMS ✨   Vibe SMS is not just a platform for working with numbers. We’ve built it to be simple, convenient, and stress-free, so your tasks get done without hassle. We value real communication: we listen to your ideas, provide support, and make sure everyone feels calm and confident. With us, you’re not just a client  you’re part of a space built on trust, support, and a human touch. Vibe SMS is a place where people matter and where we create an atmosphere you’ll want to stay in.   Website link — https://vibe-sms.net/ Our Telegram channel — https://t.me/vibe_sms
  • Topics

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