Jump to content

Recommended Posts

Posted (edited)

Here it goes..

 

L2JUnity source currently working with infinity odyssey - underground, on the project has been working 8 developers, there are over 3200 commits made since Feb 8, 2015 – Jun 4, 2016.

 

Developers:

  1. Sdw (1,083 commits / 2,338,519 ++ / 1,665,435 --)
  2. St3eT (667 commits / 535,092 ++ / 517,004 --)
  3. UnAfraid (608 commits / 828,562 ++ / 800,369 --)
  4. Nos (573 commits / 4,235,126 ++ / 3,219,314 --)
  5. Nik (353 commits / 153,029 ++ / 72,046 --)
  6. malyelfik (56 commits / 129,455 ++ / 122,304 --)
  7. Gladicek (54 commits / 20,322 ++ / 4,878 --)
  8. lion (9 commits / 5,316 ++ / 3,476 --)

 

This source is based on L2JServer's Ertheia branch that Sdw and me started.

Also its not tested as live server, it may have bugs, even stability issues, since you download it - you're on your own.

 

The source is not ready for live server, it requires implementation of content, but whats been implemented is done right.

 

That share is the first and the last, since this is the end of that project.

 

Here i leave you the link of the repository, if it goes down (DMCA or other shit) i won't support it.

 

https://bitbucket.org/UnAfraid/l2junity

 

How to compile?

 

on Linux:

./gradlew distZip

 

on Windows:

gradlew.bat distZip

 

Good luck with it.

Edited by UnAfraid
  • Upvote 1
Posted

may i ask the base you started from and at what level did you bring it? i mean % percent

This source is based on L2JServer's Ertheia branch that Sdw and me started
Posted

From L2J Ertheia branch, check it by yourself to make an idea, can't really tell. I can tell there is some rework, impl and other shit though.

Posted

may i ask the base you started from and at what level did you bring it? i mean % percent

The source is not ready for live server, it requires implementation of content, but whats been implemented is done right.

Posted

Damage control amongst other things.

 

Feel free to get ideas from it, I would be happy if it helps aCis in any way.

Posted

Damage control amongst other things.

 

Feel free to get ideas from it, I would be happy if it helps aCis in any way.

 

If you share the complete (and maybe documented) SVN, that would be far more efficient than randomly digging into a 1 rev SVN in search of something to copy paste.

 

For now I can simply check your implementations when I myself rework something.

Posted (edited)

Same question, why do you stop the project after a single year ?

Mostly because of team (at least part of team)

There was only two members which actually doing something (Sdw and me), other just looking around and sometimes they did something (which in most of cases was bugged and I have to test it after them [hello UnAfraid, Nik])

Since I created company I have no time for coding so it was more or less dead (and some people show their credibility, that was last thing)

Edited by St3eT
Posted

Mostly because of team (at least part of team)

There was only two members which actually doing something (Sdw and me), other just looking around and sometimes they did something (which in most of cases was bugged and I have to test it after them [hello UnAfraid, Nik])

Since I created company I have no time for coding so it was more or less dead (and some people show their credibility, that was last thing)

 

Well that's true for any project so far being open source, private or whatever. If you haven't at least one dedicated ppl, the project can't exist :)

 

Gl with your company.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • What kind of explanation are you expecting from the admin? You're very funny.. You're not the owner of those files. This is exactly why people dont trust you. You know which files am talking about the ones from Fotis, from Greece. Yes, that source code. As far as I remember, you were banned multiple times and i still dont know why you are even here. Later, you came back under a different name. But now, everyone knows who you really are. Stop sharing servers that already exist. Do you really think people are blind or stupid?  
    • The server will be offline for 1-2 months Till I prepare the big update.  Adding completely new features, improving the user experience. We are coming soon.
    • https://media1.tenor.com/m/VqFdrGGsXOwAAAAd/bj-blowjob.gif
    • Mod: Saudação Real para Dono de Castelo Sistema inspirado no comportamento do Lineage II Classic (Kamael), que adiciona imersão e respeito ao líder do clã que controla um castelo.   🔍 Descrição Esse mod cria uma animação automática de reverência (/socialbow) para todos os jogadores próximos ao líder do clã dono de um castelo, quando ele estiver presente na vila. Além disso, mensagens de saudação personalizadas são exibidas no chat e na tela para todos os jogadores ao redor. Ideal para servidores que querem adicionar um toque de imersão realista e respeito ao poder dos clãs.   💡 Funcionalidades Leitura de dados por XML (GreetingData.xml) Configuração por castelo, zona, animação, mensagem e tempo Reação automática de jogadores próximos ao líder Cooldown configurável para evitar spam Totalmente compatível com aCis 409 / DreamV2 Suporte a expansão futura com mais zonas ou ações   <?xml version="1.0" encoding="UTF-8"?> <!--   Configuração do sistema de Saudação Real (Reverência ao Líder de Castelo)   Quando o líder do clã que possui um castelo estiver presente na vila correspondente, jogadores próximos   automaticamente fazem uma reverência (social ID definido) e recebem uma mensagem de saudação na tela.   -----------------------------------------   Atributos de <greeting>:   • castleId  → ID do castelo (ex: 1 = Gludio, 2 = Dion)   • zone      → "TOWN" (apenas dentro da vila atualmente)   • actionId  → ID da animação (7 = reverência)   • msg       → Mensagem exibida na tela e chat   • time      → Tempo mínimo em segundos entre cada saudação --> <list>     <greeting castleId="1" zone="TOWN" actionId="7" msg="Salve o Rei de Gludio!" time="60" />     <greeting castleId="2" zone="TOWN" actionId="7" msg="Honrem o Senhor de Dion!" time="30" /> </list> 📌 Observações Técnicas A checagem ocorre a cada 10 segundo via GreetingManager. Gatilho: líder do castelo está na zona de paz da vila. Jogadores próximos (em raio configurável) executam a animação e recebem mensagem. 🧠 Requisitos Servidor aCis ou derivado compatível (testado no DreamV2 e aCis 409) Path DreamV2: AQUI Path aCis 409: AQUI PasteBin: AQUI
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock