Jump to content

Sonti

VIP Member
  • Posts

    28
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Sonti

  1. Hello everyone,

     

    In the server.properties file I can change between classic server or free or live. Anyway, when I change between classic and other, I can only choose 5 races when on classic. Can this be changed so that there is still GOD but there are 5 races to choose from?

    I understand that I need to edit the game client, does anyone know which files to look for?

     

    Thank you, 

     

    Sonti.

  2. Thank you all for your reply.

     

    6 hours ago, UnknownSoldier said:

    I have already written to l2crypt.com but the guys haven't replied for 3 days, so I decided to write here.

     

    5 hours ago, 911reg said:

    Master! Nothing happens when I enter this link.

     

    4 hours ago, AlisaCodeDragon said:

     

    you leave the name of the project in a personal message - or you fill in the full system here

    and then we will solve this issue without any problems - or explain how it is encoded - all this is not difficult

    ps no third-party services are needed for this 

     

     

    after drinking a cup of coffee and looking at this cipher, I see that it is smart crypt 

    nothing new

     

    35 minutes ago, Celestine said:

     

    Chronicle IL? also from which svr is that 🙂

    I'm sending a private message to Alisa and Celestine. Thank you people.

     

     

    Edit:

    I would like to say that Celestine helped me a lot.

     

    The topic may be closed.

     

    Thank you MxC, without you I wouldn't have anywhere to write and get help.

  3. I appreciate your reply.

     

    From Nightw0lf's entry I understand that it's not worth using this code. I went one by one and had to change important things in the acis code. I'm changing it to the original version and looking for something better.

     

    An4rchy I don't know Java, I do everything by copy paste and sometimes I shine and I don't know how 😛 Thank you for your answer, I'll try something myself with the internet.

     

    I found another thing. I think this code is better but I will be grateful if you take a look at it.

    Unfortunately, the code is incomplete and I don't even know what's missing.

     

    https://pastebin.com/MTbQv2FJ

     

    Thank you.

  4.  

    I just found this on the internet few days ago.

     

    TvT Acis 398 Yo: Sarada - Pastebin.com

     

    It's hard to find a working TvT Event for acis 399+. The others from revision 382+ don't work for me, I don't know java to be able to do it myself. This one worked and generally everything works. 

     

    A colleague Zake suggested not to use this code so I'm sure he knows and I'll listen to him.

    Sorry for the late reply and thank you all for replying.

     

  5. Hi,

     

    Quote

    java.lang.InterruptedException: sleep interrupted
            at java.base/java.lang.Thread.sleep(Native Method)
            at net.sf.l2j.gameserver.events.TvTEvent.waiter(TvTEvent.java:409)
            at net.sf.l2j.gameserver.events.TvTEventManager.waiter(TvTEventManager.java:150)
            at net.sf.l2j.gameserver.events.TvTEventManager.run(TvTEventManager.java:70)
            at net.sf.l2j.commons.pool.ThreadPool$TaskWrapper.run(ThreadPool.java:221)
            at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
            at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
            at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
            at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
            at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
            at java.base/java.lang.Thread.run(Thread.java:834)

     

    This shows up when shutting down or restarting the server. Does anyone know a solution and could help me?

  6. Hi, 

    I would like to ask if someone could tell me how to make a subclass if you have an item in your inventory. It is not supposed to be removed, it is just to check if it is there.

    I have something like that, but it doesn't work, unfortunately, not as I would like. The point is to check whether a given item A or B is in the inventory. If one of them is, it goes on.

     

    // Check character items in inventory
    if ((player.getInventory().getItemByItemId(7213) == null) || (player.getInventory().getInventoryItemCount(7223, 0) < 1))
    {
    	player.sendMessage("You may add a new sub class after finish level 3 of Varka Silenos or Ketra Orc alliance.");
    	player.setLocked(false);
    	return;
    }

     

    This code is a pure example, I know it's bad I'm a total amateur. I need for my own needs.

    Thank you in advance for your help


     

  7. Hi all,

     

    When I enter the game, the AutoLearnSkills option is turned off, so I don't get any skills, everything works great. When I add or change a subclass, e.g. to Necro, I automatically get all skills up to level 40. How to turn it off? I would like to be able to buy skills on each sub from zero.

     

     

     

    It would be nice to get help.
    Best regards.

  8. i think i change it already. Look there is Grade Penalty skill i think i can not change here nothing:
     
    <skill id="4267" levels="1" name="Grade Penalty">
    <set name="target" val="TARGET_SELF" />
    <set name="skillType" val="DEBUFF" />
    <set name="operateType" val="OP_PASSIVE" />
    <set name="stayAfterDeath" val="true" />
    </skill>

     

    then in xml folder in classes for example human_fighter.xml 

     

    <skill id="239" lvl="1" sp="0" minLvl="1" />
    <skill id="239" lvl="2" sp="0" minLvl="1" />
    <skill id="239" lvl="3" sp="0" minLvl="1" />
    <skill id="239" lvl="4" sp="0" minLvl="61" />
    <skill id="239" lvl="5" sp="0" minLvl="76" />
     
    but is not working i will have 1 lvl in passive skills i have Expertise B but when i equip d c or b grade weapon or armor i have grade penalty
×
×
  • Create New...