Calling individual job levels
Posted: Sat May 30, 2015 2:02 pm
I would like to edit advanced job quests to require specific basic jobs to be at certain levels, rather than the retail requirement of anything at 30.
I found the quests within the NPC lua files and know how to edit the requirements, however, I don't know how to call individual job levels. I see that there is a call getMainLvL(), is there already a call made for each job? Would anyone be able to explain to me how and where to create a call for individual levels? I know the table char_jobs holds all of a characters job levels, so I should just have to call the value from there.
I found the quests within the NPC lua files and know how to edit the requirements, however, I don't know how to call individual job levels. I see that there is a call getMainLvL(), is there already a call made for each job? Would anyone be able to explain to me how and where to create a call for individual levels? I know the table char_jobs holds all of a characters job levels, so I should just have to call the value from there.