Usage
How it works
- Obtain a Blue Folder (
sea_hunt_startitem) - this is consumed when you join the queue. - Form a group with your crew, then head to the Starting NPC near the city and interact with them to join the mission queue.
- Once the mission starts, all group members receive an SMS with the coordinates of the Diving NPC near the coast.
- Travel to the Diving NPC. Pick up a free Rebreather and optionally rent a Seashark ($500) for quicker travel.
- A radius blip appears on the map showing the general search area. Navigate to it and look for the flare particle effect marking the exact dive site.
- Dive underwater and locate the 3 wreck props. Interact with each one to begin a 5-second search animation.
- Each searched wreck drops the configured loot directly into your inventory.
- After all 3 wrecks are searched, a final SMS confirms completion. Return to the Diving NPC to sell your recovered items.
Time limit
The mission has a 35-minute timeout by default. If the timer expires the mission ends automatically and any remaining loot is lost.
Diving locations
There are 9 pre-configured underwater dive sites spread across the map. One is picked at random each time a mission starts. Only one mission can run at a time on the server by default.
| Location | Area |
|---|---|
| 1 | North-west coast (Paleto Bay area) |
| 2 | North-west coast (Paleto Bay area) |
| 3 | West coast (near Chumash) |
| 4 | South-east coast |
| 5 | South coast |
| 6 | East coast |
| 7 | East coast (north) |
| 8 | Far east coast |
| 9 | Far west coast |
Each site contains 3 searchable wrecks (car wrecks, tanks or train wreckage).
Loot drop tables
Loot is defined in Config.DropTables inside config/sv_config.lua. Each wreck references one of three tiers. You can assign any items and quantities you like.
| Table key | Default usage |
|---|---|
car_low | Low-value wrecks |
car_medium | Standard wrecks (all current sites use this) |
car_high | High-value wrecks |
Each table entry supports itemCount (how many rolls) and a list of items with name, count and optional metaData.
Configuration
| File | Purpose |
|---|---|
config/sh_config.lua | Diving locations, wreck props, Diving NPC coords, Seashark price and spawn, blip radius |
config/sv_config.lua | Loot drop tables, mission timeout, cooldown, concurrent mission limit, required start item |
Admin command
| Command | Description |
|---|---|
/force_end_seahunt [stateId] | Force-ends the active mission for the group containing the given player |