Jump to content

VanGon

Members
  • Posts

    68
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by VanGon

  1. 14 minutes ago, Zake said:

    There are no shares related to these packs. Although i highly recommend you not to use L2Finest or any other instance of these sharedpacks and pickup a clean pack as base.

    im not asking the files for using eitherway.. i just liked some features inside.. idk if it is shared or not but i found some dead links eitherway.. thank you though

     

    4 minutes ago, InTheEndॐ said:

    You can ask @xdem I’m sure he will be happy to help you.🤣

    yeah no idea if ur being sarcastic or not 😄 but as i said just asking.. im not even asking for a standard source just a precompiled or anything !! 

     

    eitherway i will try tomorrow aswell and if i dont see anyone posting again i will just ask for the post to be locked!

  2. Hey guys sry for asking but im searching for pride style interlude files. pre/source whatever ., its for personal use and i searched the forum up and down but i cant find a working link.. aepvp/xavius/finest anything will help! 

     

    thank you in advance

  3. On 29/11/2017 at 6:37 AM, Tryskell said:

    aCis isn't "custom friendly", you have to add everything to make your own dream. It offers a barebone experience where you can put any sort of gameplay, with no risks of bad written and pointless customs. Since development time has to be used elsewhere, an emphasis is done fixing any sort of vanilla issues, than none ever cared.

     

    As a customer, you benefit from specific sections on aCis forums, with adapted customs for aCis, written/adapted by customers themselves. That way you add everything you want yourself. But you have to do it yourself or to pay someone to do it.

     

    It supports 550+ players, for lifetime superior to 1 month without needs of restarting. It can be tested on L2OvC server, which always use latest aCis revision (when IL season is launched).

    in my opinion it is since its much cleaner and easier to add anything you want without getting any specific errors if u are familiar with the pack itself..

  4. On 20/11/2017 at 10:56 PM, wongerlt said:

    frozen, stable, but need some fixes.

    way wrong.. even when talking about costum servers acis for now atleast is a better choice much more stable and since frozen wasnt around the last year it still needs a lot of work to catch up with acis.. acis (for now atleast) is more stable and more friendly to the user!

     

    I suggest you start working with aCis free Source rev !

  5. 19 hours ago, melron said:

    Config.java

    find public static final String SIEGE_FILE = "./config/siege.properties";

    after that create your own custom file , for example:
    (the path)

    
    public static final String CUSTOM_FILE = "./config/custom.properties";

     

    now find public static int SIEGE_LENGTH;

    before/after that add your own variable like for example 
     

    
    public static int CUSTOM_SUB_LEVEL;

    then search for private static final void loadSieges().

    after /before this method  create your own , for example:
     

    
    /**
     * Loads custom settings.
     */
    private static final void loadCustoms()
    {
    	final ExProperties custom = initProperties(Config.CUSTOM_FILE);
    	
    	CUSTOM_SUB_LEVEL = custom.getProperty("CustomSubClassLevel", 80);
    }

     

    last step: search for public static final void loadGameServer()

    you will see more methods like loadClans(); etc..
    just add your new method like 
     

    
    loadCustoms();

     

    =====================================================

    Go to /config (the path you used) and create a .properties file with name custom.

    inside just write:

    
    CustomSubClassLevel = (your level)

    You done :)

    wow dude honestly thanks.. a really good guide and properly explained.. many thanks m8

  6. 2 hours ago, SweeTs said:

    Use directly

     

    
    newChar.getStat().addExp(Experience.LEVEL[81]);

     

    well tried it it gave me an error for experience... 

    3 hours ago, Reborn12 said:

    Clientpackets CharacterCreate.java

    Value 81 its 80 and 100%

    
    newChar.getStat().addExp(newChar.getStat().getExpForLevel(81));
    

    no error let me test and edit the post afterwork if worked or not!

    EDIT: Thanks a lot Reborn it works quite well.. no problems/erorrs... Thanks (LOCK TOPIC PLZ)

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..