diff --git a/resources/[tools]/okokBanking/config.lua b/resources/[tools]/okokBanking/config.lua index c0473270b..f4109054a 100644 --- a/resources/[tools]/okokBanking/config.lua +++ b/resources/[tools]/okokBanking/config.lua @@ -50,7 +50,9 @@ Config.Societies = { -- Which societies have bank accounts "police", "ambulance", "cinema", - + "fussiom", + "kayas", + "sud" @@ -68,9 +70,21 @@ Config.JobBossRanks = { specificRanks = {} }, ["cinema"] = { + maxRank = false, -- Will automatically detect the highest rank + specificRanks = {0,1} -- Or you can specify ranks like {3, 4} if needed + }, + ["kayas"] = { + maxRank = true, + specificRanks = {} + }, + ["fussion"] = { maxRank = true, -- Will automatically detect the highest rank specificRanks = {} -- Or you can specify ranks like {3, 4} if needed }, + ["sud"] = { + maxRank = true, -- Will automatically detect the highest rank + specificRanks = {} -- Or you can specify ranks like {3, 4} if needed + }, -- Add other jobs as needed }