ConfigClassMaster in Core
Posted: Sun Jan 09, 2011 9:07 am
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?
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?