From 93eca3547174271444fc35e38d294056031b600d Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 29 Jun 2025 07:05:43 +0200 Subject: [PATCH] Update config.lua --- resources/[tools]/okokBanking/config.lua | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 }