
π»Adding Job Locations
Config.Locations = {
['my_custom_job_name'] = { -- the key is the job name
coords = vector3(-31.05, -1106.59, 26.42), -- target zone coords
image = 'my_custom_job_image.png', -- job image url
blip = {
enabled = true, -- enable blip for management menu
id = 40, -- blip id
colour = 5, -- blip colour
scale = 0.7, -- blip scale
title = 'Job Management', -- blip title
},
stash = {
enabled = true, -- enable boss stash for this job
slots = 64, -- stash slots
weight = 10000000, -- stash weight
},
},
-- add more jobs as required
}
Last updated