# Hunting

### 🌲 Welcome to drz\_hunting

**The wild calls. Will you answer?**

Welcome to the documentation for **drz\_hunting**. This is a comprehensive overhaul of the hunting experience, designed to be lightweight (600+ lines of code) yet feature-rich. We have moved away from clunky zone restrictions and basic interactions to create a seamless, secured, and rewarding loop for players.

From tracking specific species to managing rare trophies and selling to a dynamic shop, every aspect involves strategy and the right equipment.

***

### 🔥 Key Features

* **🐻 Advanced Hunting System** The wilderness is alive. Hunt specific configurable animals including **Deer, Boar, Coyote, Mountain Lion, and Rabbit**. Each species comes with custom meat drops, rarity settings, and specific loot amounts per kill.
* **🔪 Realistic Gutting Mechanics** Harvesting requires the right tools. You must have an allowed knife (e.g., `weapon_knife`, `weapon_dagger`) to field dress an animal. The process features immersive blood particle effects and automatically handles animal despawning to keep the server clean.
* **🎯 Seamless ox\_target Integration** No more "press E" spam or invisible zone limits. The script uses **ox\_target** to auto-detect dead animals anywhere on the map. If you kill it, you can harvest it—regardless of where you are.
* **💰 Smart Hunting Shop & NPC** Visit the local Hunter (configurable Ped and Blip) to sell your goods. The **Dynamic Sell Menu** is smart—it only displays items you currently have in your inventory, keeping the UI clean and efficient.
* **🏆 Rare Trophies & Zones** Define specific Hunting Zones with blips and radius support on the map. Every kill has a configurable chance to drop **Rare Trophies**, adding a collector's element and high-value loot to the loop.
* **🛡️ Security & Logging** Your economy is safe. The script includes built-in **Anti-Cheat protection** to prevent exploits and item abuse. Every major action—from looting rare items to selling goods—is logged directly to **Discord**.

***

### ⚡ Performance

Despite its advanced features, **drz\_hunting** is optimized for performance. It consists of 600+ lines of clean, efficient code designed to run smoothly on any server.

| State      | Usage           |
| ---------- | --------------- |
| **Idle**   | 0.00ms          |
| **Active** | 0.01ms - 0.02ms |

***

### 🔗 Useful Links

| Platform        | Link                                                         |
| --------------- | ------------------------------------------------------------ |
| 🛒 **Webstore** | Get drz\_hunting                                             |
| 💬 **Discord**  | [Join Support Server](https://discord.com/invite/nJBpRUQWGb) |

***

### ⚠️ Requirements

Before installing, ensure you have the following dependencies installed and updated:

* [ox\_lib](https://github.com/overextended/ox_lib)
* [ox\_target](https://github.com/overextended/ox_target)
* [ox\_inventory](https://github.com/overextended/ox_inventory)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://drz-scripts.gitbook.io/drz-scripts/paid/hunting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
