[ESX] [PAID] kr_farms | 2250+ planting spots | Ownable farms

A script by KRILLE

No reviews yet.
[ESX] [PAID] kr_farms | 2250+ planting spots | Ownable farms main image

Full Description

KR FARMS

  • Ownable Farms but employees have access to the farm and crafting system

  • 2250+ plant locations

  • 7 Different farms

  • 3 Plant states

  • Tractor attachments for each state; Rake (with seeds), Sprayer (to water your crops from state 1 to 2), Collector (used to harvest wheat otherwise they’re picked up)

  • Cooking/Craft system

  • 8 Plant types

  • Optimized

  • Well maintained

  • Allows for more features because of kr_companies. Read these features here: kr_companies

PLEASE NOTE

Tebex

  • The script can be found at tebex (NOW 14.99€ + VAT)

Requirements

  • ESX
  • MySQL
  • KR Companies

Note

  • This resource uses the Asset Escrow but only for the server files which leaves the most essential codes configurable.
  • Feel free to add more item icons by simply putting the image in the img folder and name it to the identifiing item name.

Video showcase all the essential functions and features of this script (click here if the video won’t load)

Config (not including positions)

Config = {
    Lang = 'en',
    Framework = 'esx',
    Align = "top-left",
    MaxSeedInRake = 100, -- max count of seeds in rake

    Types = {
        {
            seedName = "wheat_seed",
            itemName = "wheat",
            model = "prop_veg_crop_04", -- prop_veg_crop_04
            stateGrowthTime = 5, --(hours)
            minZ = -0.8, -- -0.8
            maxZ = 1.25, -- 1.25
        },
        {
            seedName = "pumpkin_seed",
            itemName = "pumpkin",
            model = "prop_veg_crop_03_pump",
            stateGrowthTime = 5, --(hours)
            minZ = -1.0,
            maxZ = 1.0,
        },
        {
            seedName = "cab_seed",
            itemName = "cab",
            model = "prop_veg_crop_03_cab",
            stateGrowthTime = 5, --(hours)
            minZ = -0.5,
            maxZ = 0.5,
        },
        {
            seedName = "tomato_seed",
            itemName = "tomato",
            model = "prop_veg_crop_02",
            stateGrowthTime = 5, --(hours)
            minZ = -0.75,
            maxZ = 0.75,
        },
        {
            seedName = "potato_seed",
            itemName = "potato",
            model = "prop_veg_crop_04_leaf",
            stateGrowthTime = 5, --(hours)
            minZ = -1.0,
            maxZ = 0.5,
        },
        {
            seedName = "carrot_seed",
            itemName = "carrot",
            model = "prop_veg_crop_04_leaf",
            stateGrowthTime = 5, --(hours)
            minZ = -1.0,
            maxZ = 0.5,
        },
        {
            seedName = "palm_seed",
            itemName = "palm",
            model = "prop_plant_palm_01a",
            stateGrowthTime = 5,
            minZ = -1.0,
            maxZ = 1.0,
        },
        {
            seedName = "sugarcane_seed",
            itemName = "sugar_cane",
            model = "prop_plant_01a",
            stateGrowthTime = 5,
            minZ = -1.0,
            maxZ = 1.0,
        }
    }
}