ConfigClassMaster in Core

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
iamhawk
Posts: 45
Joined: Sun Mar 21, 2010 9:04 am

ConfigClassMaster in Core

Post by iamhawk »

L2J Revision 4470
L2JDP Revision 7734

Two questions:
1) How can I get in core the following values in depend of current character class level (0,1,2,3):
- permitted occupations to change
- Sum of item needed to change the occupation
- name of item to change the occupation

I mean method, for example i found next one in the L2ClassMasterInstance.java:
private static String getRequiredItems(int level)
{.... }
But I cannot use this for my code, it always return "none"

May be I can get some of those values more easier way?
Post Reply