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
Voltar   Secret Experience > Área L2J > [L2J] Servidores (Packs) > [Lineage] C4 | Interlude
Registrar Loteria VIPStaff SERegras do fórum Membros Arcade Pesquisar Postados Hoje Marcar Fóruns Como Lidos Experience
   

Secret Experience.NET   Secret Experience Corporation - Welcome To The Real World
     Anúncios SE

Ver Resultados da Enquete: Você está gostando do Projeto?
Sim, Eu estou adorando o Projeto 9 60.00%
Sim, Mas poderia ser um pouco melhor em alguns aspectos 4 26.67%
Não... (Por Favor diga o Por que de voce não ter gostado do projeto) 2 13.33%
Eleitores: 15. Você não pode participar dessa enquete

Tópico Trancado
 
Ferramentas do Tópico Modos de Exibição
Antigo 07-08-2010, 12:57 PM   #1
B1Z4R0
Membro - Karma
 
Avatar de B1Z4R0
 
Registrado em: Sep 2009
Localização: Rio Verde GO
Posts: 383
Agradeceu: 265
Agradecido 274 Vezes em 113 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Meu Estado:
Enviar mensagem via Windows Live Messenger para B1Z4R0
Nome Real: Paulo Eduardo Ferreira

Inventório de B1Z4R0

Padrão

@saraxd

sobre o Restricted Itens nas OLLY mod ta incompleto, ta faltando codigo no olympiad.java

Código: [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
+private void checkWeaponArmor(L2PcInstance player, L2ItemInstance wpn)
+		{
+			if (wpn != null && (wpn.isOlyRestrictedItem()))
+			{

+L2ItemInstance wpn;
+
+				if (player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LRHAND) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LRHAND);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LHAND) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LHAND);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_UNDER) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_UNDER);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LEAR) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LEAR);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_REAR) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_REAR);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_NECK) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_NECK);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LFINGER) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LFINGER);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RFINGER) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RFINGER);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_HEAD) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_HEAD);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_GLOVES) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_GLOVES);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_CHEST) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_CHEST);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LEGS) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LEGS);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_FEET) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_FEET);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_BACK) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_BACK);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_FACE) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_FACE);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_HAIR) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_HAIR);
+					checkWeaponArmor(player, wpn);
+				}
+				if(player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_DHAIR) != null)
+				{
+					wpn = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_DHAIR);
+					checkWeaponArmor(player, wpn);
+				}

B1Z4R0 está offline  
Os Seguintes 4 Usuários disseram Obrigado(a) para B1Z4R0 por gostarem deste post :
C.Bartowski (07-08-2010), Fernando xD (07-08-2010), Mazokista (07-08-2010), SaraxD (07-08-2010)
Links Patrocinados
Tópico Trancado

Tags
interlude, l2j, l2jstep, lineage, projeto, secret, secretexperience

Ferramentas do Tópico
Modos de Exibição

Regras para Posts
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não

Ir para...


Horários baseados na GMT -3. Agora são 12:23 AM.