Ir para conteúdo
  • Cadastre-se

L2jOne

Zoneador
  • Total de itens

    437
  • Registro em

  • Prêmios recebidos

    20

L2jOne last won the day on Outubro 11 2022

L2jOne had the most liked content!

Sobre L2jOne

  • Data de Nascimento 06/26/1996

Informação do Perfil

  • Gênero
    Masculino
  • Localização
    Olinda
  • Interesses
    Aprender

Método de Contato

  • Facebook:
    https://www.facebook.com/L2jOne/
  • Site:
    www.l2jone.com

Últimos Visitantes

5194 visualizações

display_name_history

L2jOne's Achievements

Aprendiz de Novato

Aprendiz de Novato (1/14)

  • Bem Seguido Rare
  • Muito Popular Rare

Selos Recentes

368

Reputação

5

Respostas da Comunidade

  1. olá meu amigos . se puder me da um alô , quero entrar em contato 

  2. about pvp color system . If you want to add more parameters in config side you must have it like this ???

    PvpColors = 100,00FFFF;200,FFFF00;400,8E236B;600,FF2400;1000,0000FF;2000,FF00FF;5000,000000;10000,545454;15000,FF0000;

     

  3. ola amigo poderia mim informar em qual arquivo posso modificar no core par aos character iniciar lvl 80 ?
    nao quero adicionar mod, apenas mudar isso Source acis

  4. Auction Manager - Pastebin.com

    how can i add more sale options and not only adena?

  5. diff --git a/aCis_gameserver/config/players.properties b/aCis_gameserver/config/players.properties index a62d970..ec88242 100644 --- a/aCis_gameserver/config/players.properties +++ b/aCis_gameserver/config/players.properties @@ -50,6 +50,9 @@ # Amount of Adena to receive. BankingAdenaCount = 1000000000 +# Announce Recipe success. Use the variables %name% for Name players and %item% for items +AnnounceCrafts = HOOOOLLY!! %name% CREATED AN %item% in the region + #============================================================= # Inventory / Warehouse #============================================================= diff --git a/aCis_gameserver/java/net/sf/l2j/Config.java b/aCis_gameserver/java/net/sf/l2j/Config.java index dafa6cf..e4bf579 100644 --- a/aCis_gameserver/java/net/sf/l2j/Config.java +++ b/aCis_gameserver/java/net/sf/l2j/Config.java @@ -341,6 +341,7 @@ public static int TRANSFORM_NPC_ID; public static int BANKING_SYSTEM_ADENA; public static IntIntHolder[] BANKING_SYSTEM_GOLDCOIN; + public static String ANNOUNCE_CRAFTS; /** Inventory & WH */ public static int INVENTORY_MAXIMUM_NO_DWARF; @@ -977,6 +978,7 @@ TRANSFORM_NPC_ID = players.getProperty("TransformId", 0); BANKING_SYSTEM_GOLDCOIN = players.parseIntIntList("BankingGoldCoin", "3470-1"); BANKING_SYSTEM_ADENA = players.getProperty("BankingAdenaCount", 1000000000); + ANNOUNCE_CRAFTS = players.getProperty("AnnounceCrafts", "HOOOOLLY!! %name% CREATED AN %item% in the region "); INVENTORY_MAXIMUM_NO_DWARF = players.getProperty("MaximumSlotsForNoDwarf", 80); INVENTORY_MAXIMUM_DWARF = players.getProperty("MaximumSlotsForDwarf", 100); diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/craft/RecipeItemMaker.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/craft/RecipeItemMaker.java index 02a581d..91c1484 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/craft/RecipeItemMaker.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/craft/RecipeItemMaker.java @@ -3,7 +3,9 @@ import net.sf.l2j.commons.random.Rnd; import net.sf.l2j.Config; +import net.sf.l2j.gameserver.data.xml.ItemData; import net.sf.l2j.gameserver.enums.StatusType; +import net.sf.l2j.gameserver.model.World; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.model.holder.IntIntHolder; import net.sf.l2j.gameserver.model.item.Recipe; @@ -266,6 +268,14 @@ final int itemCount = _recipe.getProduct().getValue(); _target.getInventory().addItem("Manufacture", itemId, itemCount, _target, _player); + + if (!Config.ANNOUNCE_CRAFTS.isEmpty()) + { + World.getInstance().getPlayers().forEach(players -> + { + players.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.S1_S2).addString(Config.ANNOUNCE_CRAFTS.replace("%name%", players.getName()).replace("%item%", ItemData.getInstance().getTemplate(itemId).getName())).addZoneName(players.getPosition())); + }); + } // inform customer of earned item if (_target != _player)
  6. L2jOne

    Dual Box PCBang

    Existe sim também existe sistema AFK para tal sistema.
  7. Bom dia, cuidado com falsas promessas estude bastante o projeto antes de comprar qualquer coisa.
  8. É simples para fazer pegue os sistemas de shop e teleport de admin como base para buffs pegue o npc buff como base você faz isso em menos de 30 minutos.
  9. Ótimo trabalho meu amigo, em breve lanço o meu que inspirador ganhou meu like.
  10. Não vou criar nada aqui estar um mini tutorial. Muito simples de criar se você sabe criar um NPC custom então ignore o começo. Changeset 394 (1972) Scripts, Teleport system, Seven Signs, Organization, Bugfixes Teleport system - Revamp whole teleport system, using lord_rex initial share. - goto/tele/etc bypasses are deleted, and replaced by only those 2 versions : instant_teleport and teleport_request. Move the teleport logic to Npc. Children classes can override isTeleportAllowed(Player). - Implement TeleportType enum, based on L2OFF AI content. - Implement instantTeleports.xml. Those teleports only check Npc#isTeleportAllowed(Player), while regular teleports check siege, item consumption and Npc#isTeleportAllowed(Player). - Improve teleports.xml, reparsing the content using L2OFF. The model now holds the Castle, teleports are organized by npcId and by TeleportType. The initial data was double check with RooT's work, allowing to add 10 missing ids and cut 60+ pointless ones. - The HTM which shows teleports is now built out of nothing from data. All existing, related HTMs are deleted (scripts and regular teleporters). - Add few missing "-pk" HTMs (30162, 30836, 31964). - Add (back ?) FREE_TELEPORT config. - Rename "teleporter" HTM folder to "gatekeeper" (to match class names). - Rename script ToIVortex > DimensionalVortex. - Add castle chamberlains teleports aswell - parsed from L2OFF GF, since the content of Vanganth and AdvExt was lacking. They are not yet implemented.
  11. Mais qual a dificuldade ? Ela tá mais fácil que o modelo l2j.
  12. Voltou ativa ?

    1. SHEV

      SHEV

      talvez mas estou mais focado em abrir um servidor de lineage 😝

    2. ThiaGo lcoringal

      ThiaGo lcoringal

      opa quero jogar ainda vai por ? 

  13. Meu caro esses sistemas de boot não serve pra nada qualquer cheats burla aquilo, a não ser que seu professor te ensinou a criar um funcional que bloquea os cheats. Sobre o sistema abti heavy se estar no jogo é pra se usar caso contrário não estaria no jogo, infelizmente seu professor não tá te ensinando bem. Quando não souber o que tá falando acho melhor procurar saber com seu professor para não dá informações erradas aos iniciantes.
  14. Olá meu amigo tudo bem ? Então agradeço pelo reconhecimento então quero lhe falar algo que não é útil e não precisa ter na sua bancada de mods. configs/custom/offline.properties BOTS GUARD ( Não resolve nenhum problema contra boot a não ser que você esteja usando SmartGuard 2.0) configs/protection/security.properties AUTO RESTART (Já existe na aCis basta ir em data/xml/scripts.xml ), Então o remova. configs/custom/special.properties BLOCK HEAL BOSS (Não vejo muita utilizade pois quem vai ta enchando vida dos boss ? ). configs/custom/bosses.properties DISABLE BOW FOR CLASSES ( Não tem utilidade basta você balancear as classes corretamente que não tem problema isso apenas serve para serves ultra pvp ). configs/protection/security.properties REMOVE ITEM SUBCLASS ( Esse não faz sentido a não ser pela parte de restringir itens tipo o de bloquear os bow). configs/protection/security.properties ANTI-HEAVY SYSTEM ( não tem utilidade ). configs/protection/security.properties ENCHANT WAREHOUSE (Não tem utilidade alguma ). configs/protection/security.properties ANTI-CHAT FLOOD ( Isso já existe na aCis). configs/protection/security.properties OBS: Caso você queira manter sua fonte limpa então faça isso que citei a cima.
×
×
  • 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.