[QBCore/ESX] FIVEM WEED PLANTING + DRYING + CLONING + PROPS

As a player, you will enjoy a seamless and user-friendly UI.

  • You can plant in any housing script or in the outside (Using Buckets)

  • Usiing Gizmo to place props easly.

  • Lights Affects the plants planted in the nearby Planter.

  • Fans and Heaters affects the Drying bracnches in the nearby Weed Rack.

  • Genetics :

    • X : Does Nothing.

    • W : Less Water Consumption.

    • H : Better Health even on low nutrition, light or water.

    • G : Less Fertilizer Consumption.

    • Y : More Clones amount

  • You can Clone seeds and plants.

  • Plants Genetics are affected by the nearby Plants.

Code is accessible 80%
Subscription-based No
Lines (approximately) 10k+
Requirements qb-core/es_extended
Support Yes
  • Config.lua :
Config = {}

-- Framework : 
--                    "qb"  : QBCORE
--                    "esx" : ESX
Config.Framework    = "qb" -- "esx"

-- Inventory : 
--                    "qb"  : QBCORE : "qb", "origen", "ps", "ox"
--                    "esx" : ESX    : only "ox"
Config.Inventory    = "qb" -- "qb", "origen", "ps", "ox"

Config.TimeToGrow   = 180   -- Time that a plant takes to fully grow (1-100) in minutes.
Config.UpdatePlants = 15    -- Time that the server side will check Plant Data and update it. 

Config.DryIncrease  = 1      -- Increase of the dry amount each (Config.UpdatePlants) mins (without heaters and Fans).
Config.FertilizerDecay = 0.5 -- Decrease amount of the Fertilizer.
Config.WaterDecay = 0.5      -- Decrease amount of the Water.

Config.FertilizerThreshold = 45 -- Value under it, the Plant Health will decrease
Config.WaterThreshold = 45      -- Value under it, the Plant Health will decrease
Config.LightThreshold = 45      -- Value under it, the Plant Health will decrease

Config.HealthBaseDecay = {5, 10} -- The decrease amount of the Plant Health when needs are missing.(water, nutrition and lights)

Config.PurityDevider = 3        -- The Amount to devide the purity by to get the Joint ReliefStress Amount



-------------------------- PLEASE DO NOT TOUCH THIS UNLESS YOU KNOW WHAT YOU ARE DOING ---------------------
------------------------------------- ORDER OF THE PROPS IS IMPORTANT --------------------------------------

Config.FanProps = {
    [1] = "prop_fan_01",
    [2] = "v_res_fa_fan", 
    [3] = "prop_wall_vent_02"
}

Config.HeaterProps = {
    [1] = "prop_elec_heater_01",
    [2] = "prop_patio_heater_01", 
}

Config.LightProps = {
    [1] = "prop_wall_light_05a",
    [2] = "ch_prop_ch_lamp_ceiling_w_01a", 
    [3] = "h4_prop_x17_sub_lampa_small_blue"
}

Config.PlanterProps = {
    [1] = "prop_garden",
    [2] = "prop_weed_rack_xs",
    [3] = "prop_rack_dryer_s",
    [4] = "bkr_prop_weed_table_01a",
    [5] = "prop_water_setup"
}

Config.WeedProps = {
    [1] = "bkr_prop_weed_bud_01a",
    [2] = "bkr_prop_weed_med_01a",
    [3] = "bkr_prop_weed_med_01b",
    [4] = "bkr_prop_weed_lrg_01a",
    [5] = "bkr_prop_weed_lrg_01b"
}
--------------------------------------------------------------------------------------------------------------------
2 Likes

Not recommended because no support for housing (buckets) means you can only plant in MLOs or outside.

Shells are a thing of the past anyway this isn’t 2020. You can literally have just about everything MLO including hundreds of houses and even apartments/motels. If you still use shells then I guess it isn’t for you

1 Like

Ok but dont forget performance if you have 100s of mlos LOOL

Performance isn’t an issue if the MLO’s are both high quality and highly optimized. Also helps if you’re using a quality Dedicated. In regards to client side issues, then that’s on them to get a better gaming PC that can handle playing Fivem Properly, the oldest graphics card/cpu members in our community are using is a 3060/I7 and the amd variants so they don’t have any issues. Now you’ll also encounter issues if your Internet is crap, again that isn’t on the server that’s on the player so again not the servers problem if everyone else plays just fine at high settings/high frames no drops no texture loss then it’s on that player.

1 Like

lol ok you are right.

You can plant in qb-houses and any other housing script SIR. Only appartments does not work.
As you can see in the example i am using QB HOUSE :slight_smile:

how about moneywash?

Same ! they both work on housing Scripts SIR !!

Is there any housing system like NoPixel, ONX or Prodigy uses? Where almost all of the houses are enterable interiors?

The way Nopixel does it, is that they make houses/warehouses empty MLO shells and then people in game can decorate it how they want it with walls/floors/props/ and etc. Currently the exact way they do it no one has released/copied yet. Now there are devs who have made a large amount of mirror park houses MLO’s, Grove Street house MLO’s, and etc. There are also some good housing scripts out there as well for MLO’s. I do know Koil has stated that he wants to release more stuff from Nopixel to the community such as the inventory system and etc so who knows they might release the system they use too at some point. Just search up housing system or housing script in the search bar then go to filters and select categories and type on releases and choose fivem releases then in the tags put QBcore or ESX which ever core you are using then it search.

2 Likes

Would it be possible for there to be compatibility for qs inventory and qtarget for ESX? I use both and I am interested in 3 of your scripts so far so if it could be done I would definitely be making some purchases.

1 Like

yes they are …

how do i change the item names in weed?

and amount each give strains etc?