Unlock advanced jobs?
Posted: Fri Jan 31, 2014 7:47 pm
I'm attempting to manually create a character that has a set of advanced jobs unlocked and levelled - essentially, to eventually recreate my group's old characters as they were when we all quit. I would prefer to do this through the database, as I'm also (eventually) going to add equipment and change other character settings.
Long story short, I see where in the char_jobs table to set the job levels (that's easy enough), but the jobs don't appear when I log in with the affected character. I suspect that the limiting factor is the "unlocked" field in the same table, if for no other suspicion than its name. I found it suspicious that its default value - 126 (0x7E) - has 6 set bits and that there are 6 by-default unlocked jobs. Is this a correct correlation? If so, then which bits in this field correspond to which jobs?
Long story short, I see where in the char_jobs table to set the job levels (that's easy enough), but the jobs don't appear when I log in with the affected character. I suspect that the limiting factor is the "unlocked" field in the same table, if for no other suspicion than its name. I found it suspicious that its default value - 126 (0x7E) - has 6 set bits and that there are 6 by-default unlocked jobs. Is this a correct correlation? If so, then which bits in this field correspond to which jobs?