Ir para conteúdo
  • Cadastre-se

LastDanny

Membro
  • Total de itens

    2
  • Registro em

  • Última visita

Sobre LastDanny

  • Data de Nascimento 06/25/1989

Informação do Perfil

  • Gênero
    Masculino
  • Localização
    Republica Dominicana
  • Interesses
    Tengo Conocimientos como Administrador, GameMaster o Co-Administrador responsablemente.
    Mi experiencia es en la Cronica Interlude C6 de Lineage II, la mayoria de servidores que he creado y he participado como staff son de x20 a x500 los Rates.

    Tengo muchos conocimientos entre los cuales estan:

    Web manager, Slideshow, flash image, desing web, html, sql, navicat, multisell, PHP, XML, SQL
    Modificaciones de: skills, drop, spawns, shops, templates
    Creacion de npcs, shops, etc. NPCS EN GENERAL,database,
    Insercion de npcs, armaduras, weapons, teleporter, crear npcs, equilibrar clases/items/skills, editar items, editar buffs(tiempo) edicion system y textures.
    Etc

    Cree los Servidores: Lineage 2 Gaderatux2, Dominican, Kenedy, LastServer, Electric, Ultimate, Etc
    Cree la web de Lineage 2 Gaderatux, DeathFight, Electric, Kenedy, LastServer, Ultimate, Etc.
    Tengo 5 años en el mundo de Lineage II y 2 años como Developer

    Mi Correo es: [email protected]
    Mi Facebook es: http://www.facebook.com/LastDanny25/

LastDanny's Achievements

Aprendiz de Novato

Aprendiz de Novato (1/14)

  • Uma Semana Completa Rare
  • Um Mês Completo Rare
  • Um Ano Completo Rare

Selos Recentes

0

Reputação

  1. if (dados_pvp[0] != 0) { int[] dados_pvp_int = new int[3]; dados_pvp_int[0] = dados_pvp[0]; dados_pvp_int[1] = 1; dados_pvp_int[2] = dados_pvp[1]; - alpha.create(dados_pvp_int, items_mp_pvp); + alpha.create(dados_pvp_int, items_mp_pvp, "pvp"); alpha = null; } if (dados_pk[0] != 0) { int[] dados_pk_int = new int[3]; alpha = new MonumentCreator(); dados_pk_int[0] = dados_pk[0]; dados_pk_int[1] = 2; dados_pk_int[2] = dados_pk[1]; - alpha.create(dados_pk_int, items_mp_pk); + alpha.create(dados_pk_int, items_mp_pk, "pk"); alpha = null; } - public void create(int[] obj_id, Map<Integer, EventMonumentStatuet.Items> items) + public void create(int[] obj_id, Map<Integer, EventMonumentStatuet.Items> items, String title) { dados = obj_id; _items = ((FastMap)items); + _title = title; load(); } - _title = (dados[2] + " pk's in 24h"); + if (_title == "pvp") + { + _title = (dados[1] + " pvp's in 24h"); + } + else if (_title == "pk") + { + _title = (dados[2] + " pk's in 24h"); + } +
  2. Você compartilha o código?
×
×
  • Criar Novo...

Important Information

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.