'Baggos' Posted February 22, 2015 Posted February 22, 2015 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?
killer666 Posted February 22, 2015 Posted February 22, 2015 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.
'Baggos' Posted February 22, 2015 Posted February 22, 2015 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.
An4rchy Posted February 22, 2015 Posted February 22, 2015 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.
zilbe333 Posted August 27, 2016 Posted August 27, 2016 (edited) . Edited September 23, 2016 by zilbe333
Tryskell Posted August 27, 2016 Posted August 27, 2016 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.
Morgana Posted August 27, 2016 Posted August 27, 2016 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:
l2jkain Posted September 17, 2016 Posted September 17, 2016 How about creating a way to put color in the title and name of the new characters? Setting the days I tried it can not eternal is the accor. for Acis
ganjaradio Posted September 19, 2016 Posted September 19, 2016 (edited) 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 September 19, 2016 by ganjaradio
Reborn12 Posted September 19, 2016 Posted September 19, 2016 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)?
ganjaradio Posted September 19, 2016 Posted September 19, 2016 (edited) dont tell me l2jkain wanted the code Edited September 19, 2016 by ganjaradio
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now