Jump to content

Free Codes!


Recommended Posts

Well i was away for 1 year. When i came back 95% of all topics were deleted.

Everything for me that is coded in/from L2Jfrozen is totally failure. 

So if i am asking something like this means i need it or many others need it too.

To adapt something from frojen that i also cannot find or it is deleted it's not worth the time.

Well with all the respect i have to all members here i ask this. If he can code it? It will be amazing.

If not? No worries. It's ok.

If i had the knowledge of java i would do the same think for the community as does numl0ckas

What do you need exactly?

Link to comment
Share on other sites

What do you need exactly?

The enchant rate for normal items starts from 97% and in every enchant loses -3% or 5%(Configurable)

Max for custom items is +10-14 etc (Configurable item and max enchant lvl)

The enchant rate for custom items starts from 82% and in every enchant loses -3% or 5%(Configurable)

Safe Enchant (Configurable) for Customs.

With blessed enchant scrolls the normal items when it fails will take a penalty of -2 enchant level. Also are usable only after +15.(Configurable)

With blessed enchant scrolls the custom items when it fails will take a penalty of -1 enchant level. Also are usable only after +7.(Configurable)

 

Or if any of this is possible.

Link to comment
Share on other sites

Max for custom items is +10-14 etc (Configurable item and max enchant lvl)

The enchant rate for custom items starts from 82% and in every enchant loses -3% or 5%(Configurable)

Safe Enchant (Configurable) for Customs.

 

What do you mean here?

What Custom items?

 

for the rest, now I'm going to try to make it.

Link to comment
Share on other sites

What do you mean here?

What Custom items?

 

for the rest, now I'm going to try to make it.

Just if (item.getItemId() == custom_item_id) bla bla.

Link to comment
Share on other sites

  • 1 year later...

Bcs the code is not using skill..

 

Just avoid to answer him, he wants ready code to apply-diff patch. Unfortunately, on the first error encountered, he will yell again... And again. And again, and again. And again.

 

Link to comment
Share on other sites

Just avoid to answer him, he wants ready code to apply-diff patch. Unfortunately, on the first error encountered, he will yell again... And again. And again, and again. And again.

 

 Hahahaha I cry :happyforever:

Link to comment
Share on other sites

  • 3 weeks later...


Enterworld.java

 

if (first)

{

activeChar.setNameColor(Config.STARTING_NAME_COLOR, true);

activeChar.setTitleColor(Config.STARTING_TITLE_COLOR, true);

 

}

 

Config.java

 

    public static int STARTING_NAME_COLOR;

    public static int STARTING_TITLE_COLOR;

 

        STARTING_NAME_COLOR = FandCConfig.getProperty("StartingNC", 0000);

        STARTING_TITLE_COLOR = FandCConfig.getProperty("StartingTC", 0000);

 

fandc.properties

 

# Starting Name And Title Colour Settings

StartingNC = 0000

StartingTC = 0000

 

Edited by ganjaradio
Link to comment
Share on other sites

 

Enterworld.java	
		
		if (first)
		{
			activeChar.setNameColor(Config.STARTING_NAME_COLOR, true);
			activeChar.setTitleColor(Config.STARTING_TITLE_COLOR, true);

		}

Config.java

    public static int STARTING_NAME_COLOR;
    public static int STARTING_TITLE_COLOR;

        STARTING_NAME_COLOR = FandCConfig.getProperty("StartingNC", 0000);
        STARTING_TITLE_COLOR = FandCConfig.getProperty("StartingTC", 0000);

fandc.properties

# Starting Name And Title Colour Settings
StartingNC = 0000
StartingTC = 0000

What is if (first)?

Link to comment
Share on other sites

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.




×
×
  • Create New...