# Boss menu + locations

All existing boss menus can be found in the directory: `rcore_pdm/config/boss_menu_list.lua`

```lua
Config.BossMarkerList = {
    -- This is a key and must be uniq name
    ["example_id"] = {
        -- Marker position with interactive menu
        Position = vector3(-719.41, -1326.13, 1.6),

        -- Marker style
        MarkerSpawnerStyle = MarkerSpawnerStyle,

        -- This will select only certain vehicles, if left nil everything will break.
        Job = "boatdealer",

        -- What grade is allowed to open this & see the marker?
        Grades = {"boss", "2"},

        -- Will this boss menu allow changing the vehicle's price from the game?
        ChangingPriceEnabled = true,

        -- Where the vehicle will spawn?
        SpawnPoints = BoatSpawn,

        -- Society name
        Society = "society_boatdealer",

        -- Society name
        SocietyLabel = "boat dealer",

        -- A custom camera position?
        CameraPositions = {
            -- the same ID's like from "Config.CameraPosition"
            ["car"] = BoatShop,
        },
    },
}
```

## Location for all boss menus

In the default settings of rcore\_pdm there are 3 boss menus here is a list of locations + what job + grade you need to have.

X = `-31`\
Y = `-1110`\
Z = `26`

Job: `dealer`\
Grade: `2`

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-827f38585caa80177aeef8fe055e888c1877eeae%2Fimage%20(1)%20(3).png?alt=media" alt=""><figcaption></figcaption></figure>

X = `-719`\
Y = `-1326`\
Z = `2`

Job: `boatdealer`\
Grade: `2`

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-fe4a093b60921ee794925cd1c083cfd7adfc90d9%2Fimage%20(2)%20(3).png?alt=media" alt=""><figcaption></figcaption></figure>

X = `-955`\
Y = `-2974`\
Z = `14`

Job: `planedealer`\
Grade: `2`

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-f54faf83732ea7a2357a1baf2b5f5ce26ab809c9%2Fimage%20(12).png?alt=media" alt=""><figcaption></figcaption></figure>

\`\`
