Jump to content

gripao

Members
  • Posts

    3
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About gripao

Profile Information

  • Gender
    Male
  • Country
    Spain

gripao's Achievements

Newbie

Newbie (1/16)

  • Dedicated Rare
  • First Post Rare
  • Conversation Starter Rare
  • One Year In Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Hello! Thanks again! Once I have decided to use Acis, I find that the version 401 that is published in gitlab does not have the L2PcInstance file either. Do you know what it is? How could I get the original source code of the latest version of acis that does use L2PcInstance? I download 401 from there: https://gitlab.com/Tryskell/acis_public I downloaded 382 from there, too, and dont have L2PcInstance: https://gitlab.com/Tryskell/acis_public/-/tree/452cd109c3bce48416f74bba4daa8c3cf5dfc0a0 Same for 370 from 2019: https://gitlab.com/Tryskell/acis_public/-/tree/0f463e0ddc735955aea1c45d3faf3f0c2cea8aa9/aCis_gameserver I am doing something wrong? Why this have L2PcInstance? https://github.com/exvo23/l2jacis400 I tried to used but give me 2s total time when building aCis_datapack. aCis_gameserver build succesful. Sorry for asking too much!! Thanks
  2. First of all thank you for your answer! I understand a little about programming. Enough to create dynamic websites with PHP, bash, etc. That is, I know the general programming syntax. It's been several hours and I think I'm understanding a little more how java would work. So far I have understood that in the different codes that are published I have to add/modify the code in the "index" files that are indicated. All this in eclipse before compiling, on java directory. I'm trying to add one of these: https://maxcheaters.com/topic/216955-tvt-ctf-and-dm-for-acis/ https://maxcheaters.com/topic/206016-tvt-event-reworked-tvtjoin-tvtleave-tvtstatus/ Now I find small difficulties: - In L2jMobius there are no "net.sf.l2j.*" files because they are "org.l2jmobius". When I add an import what I do is modify that part of the line and eclipse indicates that it is correct. The problem comes from the fact that there are files that do not come on Mobius. For example *.gameserver.model.actor.instance.L2PcInstance.java. I downloaded from https://bitbucket.org/MobiusDev/l2j_mobius.git - Due to the above I have decided to use L2jAcis (I have read that it has many errors for not pvp server). Specifically this: https://gitlab.com/Tryskell/acis_public .The problem is that it also doesn't have the java files called L2*, like L2PcInstance. I have found this dapatack that does have the L2* (https://github.com/exvo23/l2jacis400). I find it strange that the Tryskell (Acis official) doesn't have L2* files and exvo23 does. I dont understand this with Acis. Basically I want to build a server compiled by me and not pre-built by other people. I want TvT and little else. The idea is a server x20 not retail but without pvp style and without buffer/gmshop. Thank you very much again for your answer! I will try to continue learning, although I am somewhat lost with so many dapatack and codes for each one.
  3. I'm starting on this. I know enough to be able to make my website with php, html and css. I also know linux to maintain a server but I don't know anything about java and its compilation. Can anyone help me learn how to add this type of code to a server? I'm using L2jMobius, but I have no idea or concept of how to start to add codes. Do I need to add it before compiling? Can it be added once the datapack is compiled? How do I know where I should add it? I would appreciate any kind of information, please! I wanna to add some codes nex collection, like TvT events, etc: See you guys and thanks for all the help are in the forum!
×
×
  • Create New...