|
Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo. Caso seja registrado, efetue login. Esqueceu sua senha? Clique aqui Recomendamos o uso do Mozilla Firefox para uma melhor visualização. |
|
| Início | Postados Hoje | Marcar Fóruns Como Lidos | Álbums | Banidos | SE Team | Medalhas |
|
|||||||
| Registrar | Loteria VIP | Staff SE | Regras do fórum | Comunidade | Arcade | Postados Hoje | Pesquisar | Experience |
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
LinkBack | Ferramentas do Tópico | Modos de Exibição |
|
|
#1052 (permalink) | ||||||||||||||
|
Membro - Karma
![]() Registrado em: Dec 2008
Posts: 300
Agradeceu: 45
Agradecido 28 Vezes em 21 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
@xdavision
se vc compilo a ultima revisao poste aqui pra genti fazendu favor amigo... |
||||||||||||||
|
|
|
||||||||||||||
|
|
#1053 (permalink) |
|
Membro - Veterano
![]() Registrado em: Dec 2009
Posts: 1,335
Agradeceu: 490
Agradecido 803 Vezes em 427 Posts
Nome Real: Roberto
|
L2jFrozen Gameserver Revision: 863
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
L2jFrozen Datapack Revision: 863 [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
[DP][SQL] - Removed kamael quests - Added drop Ice Queen - Added drop Sailren - Added drop Halisha - Added drop Uruka - Added drop Van Halter - Added drop Gordon - Fixed error duplicate with mods_buffer_skills - Corrected stats npc Hall Alarm Device - Corrected stats npc Dark Choir Player - Corrected stats npc Breath of Halisha - Fixed skill Item Skill: Focus - Fixed skill Life Cubic for Beginners - Fixed skill Frintezza's Daemon Attack - Fixed skill Frintezza's Daemon Charge - Fixed skill Yoke of Scarlet - Fixed skill Frintezza's Daemon Morph - Fixed skill Frintezza's Daemon Field - Fixed skill Frintezza's Daemon Drain - Fixed skill Thunder Storm - Fixed skill Shield Stun - Fixed skill Stunning Shot removed target - Fixed skill Sleep - Fixed skill Fear |
|
|
|
| Os Seguintes 2 Usuários disseram Obrigado(a) para Mazokista por gostarem deste post : |
ADMxPaGoDeiRo (24-08-2011), Nanakawa (17-08-2011)
|
|
|
#1054 (permalink) | ||||||||||||||
|
Membro - Recruta
![]() Registrado em: Jun 2011
Posts: 3
Agradeceu: 0
Agradecido 0 Vezes em 0 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
|
Alguem sabe me informar o porquer e como arrumar esse erro na hora que dou Run as.
Buildfile: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build.xml prepare-local: prepare-final: init: [mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build [mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\class es [mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist [mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ loginserver [mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ loginserver\lib [mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ gameserver [mkdir] Created dir: C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\dist\ gameserver\lib version: [echo] L2jFrozen Gameserver Revision: 863 compile: [javac] Compiling 1453 source files to C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build\class es [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3883: incomparable types: java.lang.Enum<capture#687 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] && ItemTable.getInstance().createDummyItem(itemId).ge tItemType() == L2EtcItemType.HERB [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3884: incomparable types: java.lang.Enum<capture#464 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || ItemTable.getInstance().createDummyItem(itemId).ge tItemType() != L2EtcItemType.HERB)) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:3924: incomparable types: java.lang.Enum<capture#202 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5513: incomparable types: java.lang.Enum<capture#317 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(target.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5535: inconvertible types [javac] found : java.lang.Enum<capture#905 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5535: inconvertible types [javac] found : java.lang.Enum<capture#710 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5688: inconvertible types [javac] found : java.lang.Enum<capture#174 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.HEAVY) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5702: inconvertible types [javac] found : java.lang.Enum<capture#177 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.LIGHT) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\ L2PcInstance.java:5716: inconvertible types [javac] found : java.lang.Enum<capture#931 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if((L2ArmorType) armor.getItemType() == L2ArmorType.MAGIC) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java: 340: incomparable types: java.lang.Enum<capture#864 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java: 404: incomparable types: java.lang.Enum<capture#209 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 210: incomparable types: java.lang.Enum<capture#286 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.getItemType() == L2WeaponType.BOW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 253: incomparable types: java.lang.Enum<capture#657 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.getItemType() == L2WeaponType.BOW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java: 1312: incomparable types: java.lang.Enum<capture#267 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.jav a:691: incomparable types: java.lang.Enum<capture#75 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.jav a:744: incomparable types: java.lang.Enum<capture#642 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java: 133: incomparable types: java.lang.Enum<capture#7 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.ja va:2512: incomparable types: java.lang.Enum<capture#64 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.ja va:2512: incomparable types: java.lang.Enum<capture#386 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.ja va:141: inconvertible types [javac] found : java.lang.Enum<capture#888 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] return (L2WeaponType) super._type; [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Armor.jav a:82: inconvertible types [javac] found : java.lang.Enum<capture#239 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] return (L2ArmorType) super._type; [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\ItemsAutoDestroy.java :87: incomparable types: java.lang.Enum<capture#257 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item.getItemType() == L2EtcItemType.HERB) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:341: incomparable types: java.lang.Enum<capture#848 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.type == L2WeaponType.NONE) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:390: incomparable types: java.lang.Enum<capture#775 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.type == L2WeaponType.PET) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTa ble.java:465: incomparable types: java.lang.Enum<capture#376 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(item.type == L2ArmorType.PET) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.j ava:48: inconvertible types [javac] found : java.lang.Enum<capture#889 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] return (L2EtcItemType) super._type; [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \Blow.java:155: incomparable types: java.lang.Enum<capture#528 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && (weapon.getItemType() == L2WeaponType.DAGGER )); [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \Pdam.java:144: incomparable types: java.lang.Enum<capture#737 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER); [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers \StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#897 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER); [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroun dManager.java:169: incomparable types: java.lang.Enum<capture#159 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroun dManager.java:169: incomparable types: java.lang.Enum<capture#158 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestDropItem.java:102: incomparable types: java.lang.Enum<capture#79 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS)) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestEnchantItem.java:133: incomparable types: java.lang.Enum<capture#279 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem()) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \RequestPackageSend.java:161: incomparable types: java.lang.Enum<capture#161 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets \SendWareHouseDepositList.java:164: incomparable types: java.lang.Enum<capture#527 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:162: inconvertible types [javac] found : java.lang.Enum<capture#203 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] if(_currentItem.type instanceof L2ArmorType) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:164: inconvertible types [javac] found : java.lang.Enum<capture#407 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType [javac] _currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set); [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:166: inconvertible types [javac] found : java.lang.Enum<capture#852 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] else if(_currentItem.type instanceof L2WeaponType) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:168: inconvertible types [javac] found : java.lang.Enum<capture#410 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType [javac] _currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set); [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:170: inconvertible types [javac] found : java.lang.Enum<capture#344 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] else if(_currentItem.type instanceof L2EtcItemType) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.j ava:172: inconvertible types [javac] found : java.lang.Enum<capture#59 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] _currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set); [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.j ava:152: inconvertible types [javac] found : java.lang.Enum<capture#350 of ?> [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType [javac] list.add(new L2EtcItem((L2EtcItemType) item.type, item.set)); [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:106: incomparable types: java.lang.Enum<capture#361 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#616 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#444 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:110: incomparable types: java.lang.Enum<capture#379 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:120: incomparable types: java.lang.Enum<capture#534 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#872 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:124: incomparable types: java.lang.Enum<capture#375 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:134: incomparable types: java.lang.Enum<capture#927 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#206 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#484 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:138: incomparable types: java.lang.Enum<capture#732 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:149: incomparable types: java.lang.Enum<capture#466 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:159: incomparable types: java.lang.Enum<capture#171 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType [javac] if(itemType == L2WeaponType.BOW) [javac] ^ [javac] C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#95 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#690 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:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnch ant.java:163: incomparable types: java.lang.Enum<capture#510 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] 59 errors BUILD FAILED C:\Documents and Settings\Marco Antonio\workspace\L2jFrozen_GameServer\build.xml:6 4: Compile failed; see the compiler error output for details. Total time: 1 minute 36 seconds Utilizando Eclipse e java esta atualizado na ultima Versão apenas a l2jfrozen alega esse Erro. Complicado =/ |
||||||||||||||
|
|
|
||||||||||||||
|
|
#1056 (permalink) | ||||||||||||||
|
Membro - Recruta
![]() Registrado em: Jun 2011
Posts: 3
Agradeceu: 0
Agradecido 0 Vezes em 0 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
|
Até quem fim consegui aprender a compilar e aplicar java mod's pro pessoal que tah iniciando posso dar uma mãozinha.
to meiu sem tempo mais quanto mais gente souber mais o projeto vai pra frente.
|
||||||||||||||
|
|
|
||||||||||||||
|
|
#1057 (permalink) | ||||||||||||||
|
Membro - Recruta
![]() Registrado em: Jun 2011
Posts: 7
Agradeceu: 2
Agradecido 3 Vezes em 3 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
|
Revisão 865 [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
865: CleanUp 864: [CORE][DP] Fixed remove SA form Destroyer Hammer. - Fixed skills reuse fully when you crit error. - Fixed bug client disconnection with critical error or task manager. - Fixed Rblock for grandboss. - Fixed all aguments (damage makers) reuse times (like L2OFF). - Fixed AOE dmg and soulshots (Physical and Magic). - Reworked ss, bss, spiritshot use. - Fixed MANAHEAL Blessed Spiritshots must give skill cast speed and not skill power. - Fixed effect fake death not must turn off if pressing on skill. - Added config for charname SYMBOL. - Fixed Sonic Focus like L2OFF Interlude. - Reworked Party to avoid little bug during invite. - Fixed exploit with Pet inventory. - Fixed potion pet inventory, now are used by pet and not by player. - Fixed summon can't attack low level Raid boss. - Fixed weight bug after dropping items. - Fixed protection during buy. - Fixed diet gm command, now you can move also with weight > 100%. - Fixed bug save Hp,Cp,Mp after restart. |
||||||||||||||
|
|
|
||||||||||||||
| O seguinte membro ao lado disse Obrigado(a) a : KakaShY! por gostar deste Post : |
Nanakawa (21-08-2011)
|
|
|
#1059 (permalink) |
|
Membro - Cabo
![]() Registrado em: Jul 2009
Posts: 24
Agradeceu: 13
Agradecido 3 Vezes em 3 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
|
@lucas2008
Nao ta off nao [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] esse o link que o KaKaShY! postou da rev 865 @KaKaShY! Ow no final do link que se postou tem isso: <br /> e quando clica fica dando invalido. edita ai |
|
|
|
|
|
#1060 (permalink) | ||||||||||||||
|
Membro - Aspirante
![]() Registrado em: Feb 2010
Posts: 66
Agradeceu: 45
Agradecido 14 Vezes em 11 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
|
alguem sabe onde mudar essa frase no java?
This server uses L2jFrozen, a project founded by L2Chef... procurei mas nao axei, se alguem puder me dizer onde muda fico agradecido. |
||||||||||||||
|
|
|
||||||||||||||
![]() |
|
|