Ir para conteúdo
  • Cadastre-se

SoultakerNo1

Membro
  • Total de itens

    52
  • Registro em

  • Prêmios recebidos

    1

Tudo que SoultakerNo1 postou

  1. It wasn't that hard to search for it in acis git, but people here don't like to search.
  2. You're not going to make it
  3. Lo mejor que puedes hacer es usar la 409 public de acis, crear un repositorio base con la 409 y por cada commit metes un mod ya probado al 100%, muchos de acá comenten el error de hacer todo ligado y no llevar un control de lo que hacen después no saben ni que tienen en su server.
  4. What is the point of using something compiled? If you needed to repair a code you could not since you do not have access to the source.
  5. final String icon = (skillId < 100) ? "icon.skill00" + skillId : (skillId < 1000) ? "icon.skill0" + skillId : "icon.skill" + skillId; -> final String icon = (skillId == 4699 || skillId == 4700 ? "icon.skill1331" : skillId == 4702 || skillId == 4703 ? "icon.skill1332" : skillId < 100 ? "icon.skill00" + skillId : skillId < 1000 ? "icon.skill0" + skillId : "icon.skill" + skillId); SchemeBuffer.java
  6. <!-- <stat name = "InvadeTime" val = "1800000 "/> -->
  7. Emm en si solo quieres que te den un "pack" que este listo 100% y tu lo harás Admin y si el server tiene donaciones el 50% de lo recaudado sera para esa persona? NOTA: AJAJASDGHAKASJKDHASJKDHASJKDHASJKDHASJKD
  8. But if many of the codes you have in your source are not created by you, what is the drama?
  9. java -Xmx1436m -cp ./libs/*; net.sf.l2j.gameserver.GameServer
  10. for (L2Skill skill : getSkills().values()) { // }
×
×
  • 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.