Mysticky Drug System
A configurable activity ecosystem with harvesting, processing, street sales, plant growth, effects, dispatch, and persistent addiction.
v2.9.12Mysticky Bridge requiredSQL persistence
Feature overview
- Harvest labs and configurable raw ingredient yields
- Processing benches and crafting recipes
- NPC street selling with payout ranges, required police, and alert chances
- Live cannabis placement, growth, watering, nutrients, and harvesting
- Persistent addiction, withdrawal, rehab medication, and overdose settings
- Built-in /checkaddictions interface
Installation
Add every required item to your inventory, import the SQL table, and follow the shared start order.
- Use the ox_inventory paste block included in the package README.
- Import [install]/sql/mysticky_drugsystem.sql before startup.
- Confirm every renamed item is also updated in every matching config entry.
ensure mysticky_bridge
ensure mysticky_drugsystemGood to know
The resource stops itself when its configured addiction table does not exist.
Configuration map
- shared/config.lua — global toggles
- shared/config.harvesting.lua — locations and yields
- shared/config.processing.lua — labs and recipes
- shared/config.selling.lua — buyers, props, payouts, alerts, and required police
- shared/config.addiction.lua — SQL metadata, detox, timing, and withdrawal
- shared/config.effects.lua — buffs, cooldowns, stress, euphoria, and overdose
Adding content
- New raw material: create the inventory item, then add its harvest station.
- New processed drug: add its item, recipe, selling price, and usable effect.
- New buyer: append a ped entry to Config.Selling.peds.
- Balance changes belong in the split configuration files—not protected client or server logic.
Planting and dispatch
Using a configured seed opens a live placement preview. Green is valid; red indicates collision, spacing, or ground restrictions.
- Left/Right rotates the preview.
- E confirms placement.
- Backspace or Escape cancels.
- Dispatch alerts can cover selling, processing, planting, and harvesting through the bridge provider.