- 0
Announcements
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By Marco Santos · Posted
Interessante esse projeto, parabéns @BAN - L2JDev -
By thiagoneresp · Posted
Boa noite alguém pode me manda os arquivos da coroa hero preta?? -
@Kelvin, mesmo efetuando o download do plugin acima, ou trazendo ele junto com a importação do kit, não trouxe os cabeçalhos e rodapés. O que poderia ser?
-
Voce consegui resolução sobre isso ?
-
ta dando esse erro ao tentar donatar, alguem sabe como resolver? Edit: o Pagseguro e Paypal estão da mesma forma O sistema de doação não esta funcionando.
-
Hola, lo tienen para acis 382, esa version me anda para probar
-
BAN NÃO TOU CONSGUINDO TER ACESSO... TOU SEM O PATCH PODERIA DISPONIBILIZAR ?
-
Hola, ¿tienes un comando de voz para este código? package net.sf.l2j.gameserver.taskmanager; import java.util.logging.Logger; import net.sf.l2j.Config; import net.sf.l2j.commons.util.ArraysUtil; import net.sf.l2j.gameserver.enums.ZoneId; import net.sf.l2j.gameserver.model.actor.Creature; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.model.holder.IntIntHolder; import net.sf.l2j.gameserver.skills.L2Skill; import net.sf.l2j.gameserver.skills.effects.EffectTemplate; public class AutoPotionTask implements Runnable { protected static final Logger _log = Logger.getLogger(AutoPotionTask.class.getName()); private int itemId; private Player player; private static final int[] HP_POTION_SKILL_IDS = new int[]{2031, 2032, 2037}; public AutoPotionTask(int itemId, Player player) { this.itemId = itemId; this.player = player; } @Override public void run() { if (player.isInOlympiadMode()) { player.sendMessage("You cannot that in olympiad mode."); player.stopAutoPotion(itemId); return; } if (player.isInJail() || player.isInsideZone(ZoneId.JAIL)) { player.sendMessage("You cannot that in Jail mode."); return; } if (Config.AUTO_POTIONS_LIMITS.containsKey(itemId)) { String type = ((String[])Config.AUTO_POTIONS_LIMITS.get(itemId))[0]; int val = Integer.parseInt(((String[])Config.AUTO_POTIONS_LIMITS.get(itemId))[1]); switch (type) { case "CP": { if (!(player.getStatus().getCp() / (double)player.getStatus().getMaxCp() * 100.0 > (double)val)) break; return; } case "HP": { if (!(player.getStatus().getHp() / (double)player.getStatus().getMaxHp() * 100.0 > (double)val)) break; return; } case "MP": { if (!(player.getStatus().getMp() / (double)player.getStatus().getMaxMp() * 100.0 > (double)val)) break; return; } } } if (!player.destroyItemByItemId("auto potion use", itemId, 1, null, true)) { player.stopAutoPotion(itemId); player.sendMessage("Incorrect item count."); return; } if (player.getInventory().getItemByItemId(itemId) == null) { player.stopAutoPotion(itemId); return; } IntIntHolder[] skills = player.getInventory().getItemByItemId(itemId).getEtcItem().getSkills(); if (skills == null) { _log.info("{} doesn't have any registered skill for handler." + player.getInventory().getItemByItemId(itemId).getName()); return; } for (IntIntHolder skillInfo : skills) { EffectTemplate template; L2Skill itemSkill; if (skillInfo == null || (itemSkill = skillInfo.getSkill()) == null) continue; if (!itemSkill.checkCondition((Creature)player, (Creature)player, false)) { return; } if (player.isSkillDisabled(itemSkill)) { return; } if (itemSkill.isPotion() || itemSkill.isSimultaneousCast()) { player.getAI().tryToCast((Creature)player, itemSkill, false, false, itemId); } else { player.getAI().tryToCast((Creature)player, itemSkill, false, false, itemId); } int skillId = skillInfo.getId(); if (!ArraysUtil.contains((int[])HP_POTION_SKILL_IDS, (int)skillId) || skillId < player.getShortBuffTaskSkillId() || (template = (EffectTemplate)itemSkill.getEffectTemplates().get(0)) == null) continue; player.shortBuffStatusUpdate(skillId, skillInfo.getValue(), template.getCounter() * template.getPeriod()); } } public int getItemId() { return itemId; } }
-
@Ivan Pires como está as entregas automáticas desse painel?
-
Question
• HawkSpirit • ♛
Estou revivendo esse tópico http://www.l2jbrasil.com/index.php?/topic/55073-design-para-seu-server-free/ que ajudou e espero que continue ajudando alguns servidores.
Venho aqui com a boa alma lhes fornecer um serviço gratuito. ( Criação de UTX's /Icones Coins custons) para vocês.
Basta dizer:
O que quer na UTX/Imagem. (ex: Lineage 2 jBrasil; Imagem de uma Dark Elfa....)
O tamanho da mesma. (ex: 100x150)
Se tiver preferencia pode colocar o nome da fonte que quer. (ex: Arial Black)
LEMBRANDO PARA FAZER SEU PEDIDO O PADRÃO DE ENVIO DE PEDIDO É ASSIM:
Nome do servidor: L2EraDiamong
Fonte: Arial Black
Serviço: TELA DE LOADING
Imagem:
Nome do servidor: L2LosAmigos
Fonte: Arial Black
Serviço: TELA DE LOGIN
Imagem:
Nome do servidor: L2LosAmigos
Fonte: Arial Black
Serviço: ICONES CUSTONS
Imagem:
Como já dito na Descrição "Apenas Nomes e Imagens"
Bem. Até agora é isso. Qual quer coisa irei atualizando o topico!
Vamos ao Trabalho podem comeca a fazer seus pedidos!
AVISO APENAS PARA INTERLUDE !!!
Edited by • HawkSpirit • ♛Voltando pro Forum !
Link to comment
Share on other sites
Top Posters For This Question
35
7
5
5
Popular Days
Dec 18
8
Mar 22
7
Dec 29
7
Dec 28
5
Top Posters For This Question
• HawkSpirit • ♛ 35 posts
Marco Santos 7 posts
Marcell_xD 5 posts
AllInOne 5 posts
Popular Days
Dec 18 2015
8 posts
Mar 22 2016
7 posts
Dec 29 2015
7 posts
Dec 28 2015
5 posts
Popular Posts
• HawkSpirit • ♛
Estou revivendo esse tópico http://www.l2jbrasil.com/index.php?/topic/55073-design-para-seu-server-free/ que ajudou e espero que continue ajudando alguns servidores. Venho aqui com a boa a
• HawkSpirit • ♛
Fiz o logo, o banner fica por sua conta pode muda a cor se quiser no download tem o arquivo Psd e um PNG http://www.mediafire.com/download/l5dr25rv1pd2ii2/L2Havanna.rar OB
• HawkSpirit • ♛
LOADING: TELA DE LOGIN: (Não deu para colocar o helmet como pediu, não tinha espaço para inserir) ICONES CUSTONS: FIZ 4 http://www.mediafir
106 answers to this question
Recommended Posts