Jump to content

gripao

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About gripao

Profile Information

  • Gender
    Male
  • Country
    Spain

gripao's Achievements

Rookie

Rookie (2/16)

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

Recent Badges

0

Reputation

  1. Hello!! I'm trying to make a quest to kill X mobs and give you a reward. I already have it ready, or so I think. Now I would like to add the function of making it daily or weekly. I've tried to control this in the same java file of the quest, but I haven't been able to... I was thinking of putting a marker on the quest so that it is "daily" or "weekly" and ¿generating another java program? that is in charge of restarting all the quests with the daily marker at 9 in the morning every day and on Wednesdays at 9 every Wednesday. Since I'm new to java programming (I had already programmed in bash) and developing l2j I don't know where I should create that program. Could it be in the java folder with a name like "org.l2jmobius.xxx.xxx"? I don't know how to approach it because I don't understand the logic of the files and that how runs every day to reset quest with marker. Could anyone help me understand this and explain how I should do it? I'm not asking for ready-made code, I can do that myself, but how to deal with it I also don't know if this method is better or in the java file itself (but I haven't managed to do it this way). See you guys and thanks for all.
  2. Hi everyone, I have some free time again and I want to do a small personal project to carry it out. I want to create an Interlude server but remastering the game with more current stuff that I will be programming, at least that is my intention. New skills, new PvE content, other objectives for the sieges, etc. I have been reading here and in another well-known L2 forum and almost always they talk about L2jAcis, then they talk about L2jMobius and also Lucera. Which one do you think is better to use? I wanted it to be free, in case I can't finish the project in the end, so I would like the basic functioning of L2 to work as well as possible. Another thing I don't understand is why there is so much talk about projects that are not finished or have too many bugs. Interlude is a very old chronicle, what else is there to update/fix after so many years? Finally, I would like to start with a modest computer, with an N100 CPU and 16GB LPDRR5 just to host the server. 1/1gb fiber. Thanks to everyone for continuing to share opinions, knowledge and help in this L2 community
  3. 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
  4. 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.
  5. 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...