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] Downloads > [Lineage] Java Mods
Registrar Loteria VIPStaff SERegras do fórum Comunidade Arcade Postados Hoje Pesquisar Experience
   

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

Resposta
 
LinkBack Ferramentas do Tópico Modos de Exibição
Antigo 23-09-2010, 04:01 PM   #1 (permalink)
Membro - Veterano
 
Avatar de Mazokista
 
Registrado em: Dec 2009
Posts: 1,335
Agradeceu: 490
Agradecido 803 Vezes em 427 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Rate Designer: Iniciante
Meu Estado:
Enviar mensagem via Windows Live Messenger para Mazokista
Nome Real: Roberto

Inventório de Mazokista

Icon2 .Noblesse Command

Esse Mod Fazer com qui voce Vire Nobles Com um Pouco de Adena .. Basta Digitar .noblesse ;)



Código: [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
+/*
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ * 
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ * 
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+package com.l2jarchid.gameserver.handler.voicedcommandhandlers;
+
+import com.l2jarchid.gameserver.handler.IVoicedCommandHandler;
+import com.l2jarchid.gameserver.model.actor.instance.L2PcInstance;
+import com.l2jarchid.gameserver.network.SystemMessageId;
+
+/**
+ * @author LeVotuss
+ */
+public class Nobles implements IVoicedCommandHandler
+{
+    private static final String[] VOICED_COMMANDS = {"noblesse"};
+    
+    public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)
+    {
+        if (command.equalsIgnoreCase("noblesse"))
+        {
+           if (activeChar.isNoble())
+                    {
+                activeChar.sendMessage("You are allready Noblesse.");
+                return true;
+                    }
+            else if (activeChar.getLevel() < 76)
+                    {
+                activeChar.sendMessage(" can't make you noblesse you have to be 75lvl .");
+                return true;
+                    }
+            else if (activeChar.GetInventoryLimit() * 0.8 <= activeChar.getInventory().getSize())
+            {
+                activeChar.sendPacket(SystemMessageId.INVENTORY_LESS_THAN_80_PERCENT);
+                return true;
+            }
+            else if (activeChar.getSubClasses().isEmpty())
+            {
+                activeChar.sendMessage("Come back with SubClass.");
+                return true;
+            }
+            else if(activeChar.getInventory().getItemByItemId(57) != null && activeChar.getInventory().getItemByItemId(57).getCount() >= 500000000)
+            {
+                activeChar.getInventory().destroyItemByItemId("Noblesse", 57, 500000000, activeChar, activeChar.getTarget());
+                activeChar.setNoble(true);
+                activeChar.addItem(target, 7694, 1, activeChar, true);
+                activeChar.broadcastUserInfo();
+ 
+            }
+            else
+            {
+                   activeChar.sendMessage("i need 500 milions to make you noblesse.");
+                return true;
+            }
+        }
+        return false;
+        }
+    public String[] getVoicedCommandList()
+    {
+        return VOICED_COMMANDS;
+    }
+}

Arquivos Anexados
Tipo de Arquivo: txt Nobles Command.txt (2.9 KB, 27 visualizações) Baixar
Mazokista está offline  
Os Seguintes 3 Usuários disseram Obrigado(a) para Mazokista por gostarem deste post :
C.Bartowski (24-09-2010), ManoeL-ADM (23-09-2010), xworkx (23-09-2010)
Links Patrocinados
Antigo 23-09-2010, 05:17 PM   #2 (permalink)
Membro - Veterano
 
Avatar de ManoeL-ADM
 
Registrado em: Nov 2008
Posts: 561
Agradeceu: 657
Agradecido 137 Vezes em 103 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Sistema
Meu Estado:
Enviar mensagem via Windows Live Messenger para ManoeL-ADM Enviar mensagem via Yahoo para ManoeL-ADM
Pontos: 4,925, Nível: 44
Pontos: 4,925, Nível: 44 Pontos: 4,925, Nível: 44 Pontos: 4,925, Nível: 44
Atividade: 0%
Atividade: 0% Atividade: 0% Atividade: 0%

Nome Real: ManoeL

Inventório de ManoeL-ADM

Padrão

depois vo pega esse codigo ... da uma mudadinha nele :D

coloca pra vira nobless apenas se tiver a carta e tiver lvl = 76 ou +


ai posto pra galera!

ManoeL-ADM está offline   Responder com Citação
O seguinte membro ao lado disse Obrigado(a) a : ManoeL-ADM por gostar deste Post :
gohandb (25-09-2010)
Resposta


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
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim



Horários baseados na GMT -3. Agora são 05:36 AM.
 



Search Engine Optimization by vBSEO 3.3.0