This is the configuration that you can give to this script to modify it to your liking
It is important to choose your framework
Config File
Config = {}
Config.Debug = false
Config.OpenCommand = 'doblejob'
Config.UnemployedJob = 'unemployed'
Config.GradeUnemployed = 0
Config.DefaultJobs = 2
Config.JobsPerPlayer = {
{
-- Work only characters id for example: (char1:xxxxxx or XXXXXX)
identifier = "char1:e5b673a44035ffa5c4333b413f995cb309818a13",
jobs = 4
}
}
You can add a customized number of jobs for each player.
Config.JobsPerPlayer = {
{
-- Work only characters id for example: (char1:xxxxxx or XXXXXX)
identifier = "char1:e5b673a44035ffa5c4333b413f995cb309818a13",
jobs = 4
}
}