You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
GOSTARIA DOS ICONES DAS TATTOS , TODOS ICONES , COM ESSE LV , ATÉ O LVL 6 POR FAVOR , PARA INTERLUDE , ESSES DO PRINT NAO SAO INTERLUDE E NAO TENHO ! OBRIGADO!
Olá, seu tópico se encontra com um ou mais links offline. Caso ainda possua o conteúdo, favor postar aqui mesmo no tópico ou mandar MP para algum staff que estaremos normalizando o tópico.
Grato pela atenção!
Voce usar a conta de admin q vc tem no server, vai em accounts e define o acess_level la. e vc entra auto.
Eu tenho uma versão desse votesystem q tentei atualizar e com tutorial so acessar o link na minha assinatura em baixo.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Pergunta
Robert-Downey
ALGUEM PODERIA ME AJUDAR POR UMA OPÇÃO NO NPC BUFFER DE DELETAR OS BUFFS 1 POR 1?
TEM ALGO SEMELHANTE NOS COMANDOS ADM
public static void showMainPage(Player player, Creature creature, int page)
{
// Load static htm.
final NpcHtmlMessage html = new NpcHtmlMessage(0);
html.setFile("data/html/admin/char_effects.htm");
html.replace("%name%", creature.getName());
int row = 0;
// Generate data.
final Pagination<AbstractEffect> list = new Pagination<>(Arrays.stream(creature.getAllEffects()), page, PAGE_LIMIT_14);
for (AbstractEffect effect : list)
{
list.append(((row % 2) == 0 ? "<table width=280 bgcolor=000000><tr>" : "<table width=280><tr>"));
list.append("<td width=220><a action=\"bypass -h admin_effect remove ", effect.getSkill().getId(), "\">", effect.getSkill().getName(), "</a></td><td width=60>", (effect.getSkill().isToggle()) ? "toggle" : effect.getPeriod() - effect.getTime() + "s", "</td>");
list.append("</tr></table><img src=\"L2UI.SquareGray\" width=280 height=1>");
row++;
}
list.generateSpace(20);
list.generatePages("bypass admin_effect %page%");
html.replace("%content%", list.getContent());
player.sendPacket(html);
}
Genius, Billionaire, Playboy, Philanthropist
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts recomendados
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.