Jump to content

L2JDev Interlude - Old Revisões Oficiais


BAN - L2JDev

Recommended Posts


57 minutos atrás, rafaelh disse:

no tour 1x1(bot).. ele spawna o bot e efaz a contagem mas quando da start eles sao teleportados para giran

voce nao esta usando o ultimo pacote se esta apenas atualizando puxa as zonas L2ArenaZone L2TournamnetZone. 

Fiz bastante teste pra fazer essa com bot!

 

21 horas atrás, Lazaro Angel disse:

http://

This is the hidden content, please

 

 
 


É possível remover essa mensagem ao iniciar o jogo? "L2jDev: Bem-vindo ao projeto l2jdev" verifique as configurações e não parece remover

Sim e possivel 

 

Em 13/01/2021 at 18:12, rafaelh disse:

Como faço pra adicionar mais zonas de pvp automatico?? queria adicionar heine... e se tivesse opçao de qual zona ativar  ... tipo eu adiciono 10 zonas mas quero 4 por vez...tipo Zone1(heine)=True ou False

Apenas na sourcer se me lembro bem!

Edited by BAN - L2JDev
Link to comment
Share on other sites

1 minuto atrás, BAN - L2JDev disse:

voce nao esta usando o ultimo pacote se esta apenas atualizando puxa as zonas L2ArenaZone L2TournamnetZone

 

Sim e possivel 

 

Apenas na sourcer se me lembro bem!

o do tour resolvi nao tinha importado o tournamentzone.xml

 

 

outra coisa o tournamente ta se inscrevendo mesmo com o evento ainda off

Edited by rafaelh
Link to comment
Share on other sites

4 minutos atrás, rafaelh disse:

o do tour resolvi nao tinha importado o tournamentzone.xml

 

 

outra coisa o tournamente ta se inscrevendo mesmo com o evento ainda off

eu que coloquei porque tem o NPC spawn em Giran !! se nao nao registra e eu nao póderia fazer o teste 

 

Apage isso do Gameser.JAVA

 

AdminTournament.initEventArena();

Edited by BAN - L2JDev
Link to comment
Share on other sites

7 minutos atrás, rafaelh disse:

pq quando compilo nao vem mais completo o pack tipo o gs e o dp?

Isso nao e Mobios amigo, e uma aCis a compilação e apenas para atualizar e corrigir Bugs so vai salvar o l2jserver.jar basta pegar ele e colar em gameserver/libs

 

[NÃO EXECUTE OS ARQUIVOS DE SOURCES. MANTENHA AS FONTES SOMENTE PARA ATUALIZAÇÕES / CORREÇÕES ETC]

Edited by BAN - L2JDev
Link to comment
Share on other sites

Em 15/01/2021 at 18:15, Trust disse:

Obg Ban por esta dando todo suporte necessário .

Obrigado 😄 irmão 
Proxima Att
- FakePlayer Com chance de 7% Hero
- FakePlayer na Morte Chance de 50% de usar a skill Nobles
- Add GrandBoss Benom
- Fix Frintezza/ Skills / SpwanTime

- FakePlayer Chance de Falar no Chat Talk ou Global Almentada em alguns %
- Olympiad Hero Fix Weapons +16 pra +0

Edited by BAN - L2JDev
Fix Olympiad Hero
  • Like 1
Link to comment
Share on other sites

you must fix and chek the top ls and bogs bug dude. on client side there no shows how many LS OR BOGS you spend .

sorry for duble post can you make the fake players to auto farm mobs. or to join events ? will be grate if you do that.

L2J   L2JBRASIL MEMMBER  & MAXCHEATER MEMMBER

Link to comment
Share on other sites

Em 17/01/2021 at 08:46, joniredbullgr disse:

you must fix and chek the top ls and bogs bug dude. on client side there no shows how many LS OR BOGS you spend .

sorry for duble post can you make the fake players to auto farm mobs. or to join events ? will be grate if you do that.

the ls and bog not have bug. you can modify this in system of your client of lineage, they come so by default! if you want them to accumulate you should edite  with(file edit)

 

Example: Blessed Scroll Acumulando e Mostrando a Quantidade - Tutoriais - L2JBrasil - A Maior e mais antiga Comunidade de Lineage 2 da América Latina

  • Like 1
Link to comment
Share on other sites

8 horas atrás, RootZerO disse:

o ls e o bog não têm bug. você pode modificar isto no sistema do seu cliente de linhagem, eles vêm assim por padrão! se você quiser que eles se acumulem, você deve editar com (edição de arquivo)

 

Example: Blessed Scroll Acumulando e Mostrando a Quantidade - Tutoriais - L2JBrasil - A Maior e mais antiga Comunidade de Lineage 2 da América Latina

Obrigado pela respota ao membro ai.
Irei deixar ja Fixado nos proximo, Life Stone Top Grade, Book's, Scroll, Blesseds, tudo acumulativo.

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Em 16/01/2021 at 23:25, BAN - L2JDev disse:

Obrigado 😄 irmão 
Proxima Att
- FakePlayer Com chance de 7% Hero
- FakePlayer na Morte Chance de 50% de usar a skill Nobles
- Add GrandBoss Benom
- Fix Frintezza/ Skills / SpwanTime

- FakePlayer Chance de Falar no Chat Talk ou Global Almentada em alguns %
- Olympiad Hero Fix Weapons +16 pra +0

frintezza esta 100% agora??

Link to comment
Share on other sites

15/01/2021

- FakePlayer Com chance de 7% Hero
- FakePlayer na Morte Chance de 50% de usar a skill Nobles
- Add GrandBoss Benom

18/01/2021
- Realocado StartingAdena para StartNewPlayer
- Realocado CustomStartLvl para StartNewPlayer
- Realocado CustomSubclassLvl para StartNewPlayer
- Realocado CharTitle para StartNewPlayer
- Realocado ForbiddenNames para StartNewPlayer
- Add StartNewPlayer Lv 1 Itens No-Grade
- Fix PartyFarm / Error NullPointerException
- Add Geodata + Phantom

Não consegui colocar ainda os Books Life Stone, e os Scroll/ Blessed em items acumulativos. por falta de tempo.

Nova Revisão data 21/01/2021

This is the hidden content, please

Sourcer data 21/01/2121
This is the hidden content, please

  • I love it 2
Link to comment
Share on other sites

also this pack have auto potion system !!! you must corect it, vote system need to be remake it isnt working. you can add new vote system more advanced :).

L2J   L2JBRASIL MEMMBER  & MAXCHEATER MEMMBER

Link to comment
Share on other sites

AuctionTable.java

public void deleteItem(AuctionItem item)
   {
       items.remove(item);
      
       Connection con = null;
       try
       {
           con = L2DatabaseFactory.getInstance().getConnection();
           PreparedStatement stm = con.prepareStatement("DELETE FROM auction_table WHERE auctionid=?");
           stm.setInt(1, item.getAuctionId());
+        stm.setInt(5, item.getEnchant());

Edited by Sarada
  • Thanks 1
Link to comment
Share on other sites

1 hora atrás, Sarada disse:

AuctionTable.java

public void deleteItem(AuctionItem item)
   {
       items.remove(item);
      
       Connection con = null;
       try
       {
           con = L2DatabaseFactory.getInstance().getConnection();
           PreparedStatement stm = con.prepareStatement("DELETE FROM auction_table WHERE auctionid=?");
           stm.setInt(1, item.getAuctionId());
+        stm.setInt(5, item.getEnchant());

Obrigado não avia reparado. que não estava voltando o enchant ao remover o item. da venda.

estou retirando o Antigo VoteSystem e adicionando um novo irei testar antes de postar. com uma API que funcione.

  • Thanks 1
Link to comment
Share on other sites

Prints L2JDev

Startup Manager

Merchant Armor

Merchant Weapons

Merchant Grocery Stone

Tournament Manager

Buffer Manager

Make Doante Shop

Dungeon Manager Solo Player / Party 4 Menbros

Gatekepper Manager

PartyFarm Event Best Farm

Community Bord

Auto PvP Zone

Menu Player

 

24/01/2021

- Remove VoteSystem estava com problemas
- Add Novo VoteSystem Reward + Plungs .JAR pra fazer conexão API
- Fix VoteSystemReward = 3470,5;57,50000;       "Config" -->  events/VoteSystem.properties
- Add VoicedVoteSystem /  ".votehop", ".votenet", ".votetop",  ".votesystem"
- Rework DataBase Clean / limpa

- Add Table Navicat VoteSystem

25/01/2021

- Fix PartyFarm Drop all members
- Fix VoteSystem Reward + Delay 11 Horas

- Fix AuctionTable getEnchant

This is the hidden content, please

This is the hidden content, please


This is the hidden content, please

This is the hidden content, please

Edited by BAN - L2JDev
  • I love it 2
  • Thanks 1
Link to comment
Share on other sites

3 minutos atrás, BAN - L2JDev disse:

Prints L2JDev

Startup Manager

Merchant Armor

Merchant Weapons

Merchant Grocery Stone

Tournament Manager

Buffer Manager

Make Doante Shop

Dungeon Manager Solo Player / Party 4 Menbros

Gatekepper Manager

PartyFarm Event Best Farm

Community Bord

Auto PvP Zone

Menu Player

 

24/01/2021

- Remove VoteSystem estava com problemas
- Add Novo VoteSystem Reward + Plungs .JAR pra fazer conexão API
- Fix VoteSystemReward = 3470,5;57,50000;       "Config" -->  events/VoteSystem.properties
- Add VoicedVoteSystem /  ".votehop", ".votenet", ".votetop",  ".votesystem"
- Rework DataBase Clean / limpa

- Add Table Navicat VoteSystem

25/01/2021

- Fix PartyFarm Drop all members
- Fix VoteSystem Reward + Delay 11 Horas


This is the hidden content, please

This is the hidden content, please


This is the hidden content, please

This is the hidden content, please

Obrigado por ta movimentando o forum pois estava meio morto

Link to comment
Share on other sites






×
×
  • Create New...

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.