🪶Config Settings

Lab Pet V3 Config Settings

Config = {}

Config.ServerCallbacks = {}

PET = {
    ManualMode = true, -- If this is true, you can access your ped from the menu at any time by typing "/mypets".

    BotToken = "https://discord.com/api/webhooks/1251088910155780137/4qzlrwX6wXN9K2-tlVQ9MFXn6SvflGi2nvS97Br35YE7q08iFYk8NG1VAHK-hFojGCp-", -- Your bot token

    Interaction = {
        Target = "qb-target",
    },

    TargetText = {
        ["buyShop"] = "Buy Shop",
        ["boss"] = "Open Boss Menu",
        ["buyPet"] = "Buy Pets",
        ["itemShop"] = "Item Shop",
    },

    TvProp = "prop_tv_flat_01",
    
    MaxDistanceForAnimPos = 20.0,

    SellingPersonalPets = true, -- If this is true, you can sell your personal pets
    -- "/petinfo" to turn off the part that comes up when you approach pets.
    debugMode = false, -- Certain prints are turned on, if you don't understand this you don't need to turn it on at all, it's here to help us understand where the error is when the script has problems.
    -- 
    petInfoCommand = "petinfo", -- Command used to turn off the pet's on-screen infos
    showPetCommand = "showmyPets", -- Blip showing the location of the pet
    outCarCommand = "outCar",
    -- 
    DefaultPetIMG = "https://cdn.discordapp.com/attachments/919180635388653618/1035353250242777138/pet-logo-design-paw-vector-animal-shop-business_53876-136741.webp",
    DefaultPetName = "Amazing Pets", -- if the name is "", the system will automatically fill it with the one here.
    -- Pet Shop area
    -- petBuyCoords = vector3(-1368.35, 56.31, 53.7), -- purchase marker part of the pet
    -- petShowCoords = vector4(-1366.09,56.35,54.1,119.19),-- Where to spawn when in the pet purchase menu
    -- SQL 
    Mysql = "mysql-async", --oxmysql , --ghmattimysql
    --NEEDS SYSETM
    petHealFillItem = "pethealth", -- the pad's full of health, hunger and thirst remain as they are.
    petHealFillAmount = 97, -- How much to fill when used --max 97

    petHungryFillItem = "petfood", -- item to fill pet's hunger
    petHungryFillAmount = 97,  -- How much to fill when used --max 97

    petThirstFillItem = "petthirst", -- item to fill pet's thirst
    petThirstFillAmount = 50, -- How much to fill when used --max 97
    
    ropeLength = 4, -- How long the towing rope should be (in meters) I highly recommend keeping it between 6 and 10 meters
    ropeItem = "petrope",
    -- Ball
    petBallItem = "petball",

    -- DEADTH SIDE
    PermanentlyDie = false, -- if "true", the pet will be directly deleted when it dies and will never come back.
    -- UPTADES
    UpdateAnimInterval = 0, -- If the pad is going into animation, like dying, etc., how many seconds will it be checked?
    UpdateInterval = 1, -- "1minutes" will update all pets' death, hunger, thirst, location and many other updates every 1 minute (it will be good to do this in a short time to live without problems).
    UpdateXPInterval = 10, -- "1minutes" Every 1 minute all pets will gain a set amount of xp.
    LevelingDifficulty = 20,--% Indicates the health starvation value that the pet will have directly when you buy it the difficulty to level up in [ % ]  
    --
    lossOfLife_hungry = 3, -- Selects how many lives to take when Hunger drops to 0.
    lossOfLife_thirst = 1, -- Selects how many lives to take when Thirst drops to 0.
    --
    earnXPAmount = 10, -- "UpdateXPInterval" time during which all pets will gain +1 xp for the specified amount of time
    --
    NotificationInScript = true, -- If this is "true" you will use the script's own notify system.
    Notification = function(text, inform) -- You can put your own notify text here
        -- QBCore.Functions.Notify(text, length, type)

    end,
    PetShopMiniMap = { showblip = true, sprite = 442, colour = 2 },
    PetMiniMap = { showblip = true, sprite = 442, colour = 2, shortRange = false },
    -- ROPE SIDE


    --Pet Attack
    chaseDistance = 50.0,
    chaseIndicator = true, -- huge marker on hunted target head
    petAttackKeyCode = 49, --https://docs.fivem.net/docs/game-references/controls/
    petAttackKeyCodeDisplay = "PRESS ~g~F~w~ TO ATTACK TARGET", --Displaying Text
    setShopKeyCodeDisplay = "PRESS ~g~E~w~ TO SET THE SHOP COORDINATE", --Displaying Text
    setPetKeyCodeDisplay = "PRESS ~g~E~w~ TO SET THE PET SPAWN COORDINATE", --Displaying Text
    -- PET Interact
    petInteractKeyCode = 38, -- [ E ] https://docs.fivem.net/docs/game-references/controls/
    -- Random animations

    ItemData = {
        ["dog"] = {
            {name='bowl', label='Stainless Steel Dog Bowl', price=200, img = "../images/itembowl.png"},
            {name='petfood', label='Dry Dog Food', price=150, img = "../images/dogfood.png"},
            {name='petthirst', label='Premium Dog Food', price=250, img = "../images/dogfood2.png"},
            {name='dogfood3', label='Natural Dog Food', price=300, img = "../images/dogfood3.png"},
            {name='dogfood4', label='Grain-Free Dog Food', price=350, img = "../images/dogfood4.png"},
            {name='dogfood5', label='Organic Dog Food', price=400, img = "../images/dogfood5.png"},
        },
        ["cat"] = {
            {name='bowl1', label='Ceramic Cat Bowl', price=180, img = "../images/itembowl.png"},
            {name='catfood1', label='Basic Cat Food', price=100, img = "../images/catmama.png"},
            {name='catfood2', label='Deluxe Cat Food', price=200, img = "../images/catmama2.png"},
            {name='catfood3', label='Gourmet Cat Food', price=250, img = "../images/catmama3.png"},
        },
        ['toys'] = {
            {name='toy1', label='Rubber Dog Bone', price=90, img = "../images/itemkemik.png"},
            {name='toy2', label='Squeaky Dog Toy', price=110, img = "../images/toys1.png"},
            {name='petrope', label='Chew Toy for Dogs', price=120, img = "../images/toys2.png"},
            {name='petball', label='Interactive Dog Toy', price=130, img = "../images/toys3.png"},
            {name='toy5', label='Dental Health Dog Toy', price=140, img = "../images/toys4.png"},
            {name='toy6', label='Tug of War Rope', price=150, img = "../images/toys5.png"},
            {name='toy7', label='Plush Dog Toy', price=160, img = "../images/toys6.png"},
            {name='toy8', label='Ball for Dogs', price=170, img = "../images/toys7.png"},
            {name='toy9', label='Tennis Ball Launcher', price=180, img = "../images/toys8.png"},
            {name='toy10', label='Frizbee for Dogs', price=190, img = "../images/toys9.png"},
            {name='toy11', label='Automatic Ball Thrower', price=200, img = "../images/toys10.png"},
            {name='toy12', label='Dog Puzzle Toy', price=220, img = "../images/toys11.png"},
        },
        ['health'] = {
            {name='pethealth', label='Basic Pet Health Kit', price=300, img = "../images/health1.png"},
            {name='pethealth2', label='Advanced Pet Health Kit', price=450, img = "../images/health2.png"},
            {name='pethealth3', label='Premium Pet Health Kit', price=600, img = "../images/health3.png"},
            {name='pethealth4', label='Complete Pet Care Package', price=800, img = "../images/health4.png"},
        },        
    },



    ShopsBuyCoords = vector3(559.6754, 2750.7390, 42.8771),
    Shops = {
        [1] = {
            name = "Pet Shop 1",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 1,
            neighborhood = "Vespucci",
            street = "Vespucci Blvd",
            img = "../images/store1.png",
            price = 1000,
            coords = vector3(564.6584, 2753.0103, 42.8770),
            petscoords = vector4(564.9654, 2745.9912, 42.8771, 124.9139),
            shopscoords = vector4(561.3677, 2744.6719, 42.8771, 78.8730),
            shopimg = "../images/dui.png",
        },
        [2] = {
            name = "Pet Shop 2",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 2,
            neighborhood = "Vinewood",
            street = "Vinewood Blvd",
            img = "../images/store2.png",
            price = 2000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [3] = {
            name = "Pet Shop 3",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 3,
            neighborhood = "Mirror Park",
            street = "Mirror Park Blvd",
            img = "../images/store3.png",
            price = 3000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [4] = {
            name = "Pet Shop 4",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 4,
            neighborhood = "Del Perro",
            street = "Del Perro Blvd",
            img = "../images/store1.png",
            price = 4000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [5] = {
            name = "Pet Shop 5",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 5,
            neighborhood = "Rockford Hills",
            street = "Rockford Blvd",
            img = "../images/store2.png",
            price = 5000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [6] = {
            name = "Pet Shop 6",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 1,
            neighborhood = "Burton",
            street = "Burton Blvd",
            img = "../images/store3.png",
            price = 6000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [7] = {
            name = "Pet Shop 7",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 2,
            neighborhood = "Hawick",
            street = "Hawick Ave",
            img = "../images/store1.png",
            price = 7000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [8] = {
            name = "Pet Shop 8",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 3,
            neighborhood = "Alta",
            street = "Alta St",
            img = "../images/store2.png",
            price = 8000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [9] = {
            name = "Pet Shop 9",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 4,
            neighborhood = "Pillbox Hill",
            street = "Pillbox Hill Blvd",
            img = "../images/store3.png",
            price = 9000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
        [10] = {
            name = "Pet Shop 10",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 5,
            neighborhood = "Downtown",
            street = "Downtown Blvd",
            img = "../images/store1.png",
            price = 10000,
            coords = vector3(-1371.0280, 63.5699, 53.7015),
            petscoords = vector4(0, 0, 0,0),
        },
    },
    
    

    RandomAnim = {
        ["dog"] = {
            -- {
            --     animName = "creatures@rottweiler@amb@",
            --     animID = "hump_loop_chop" 
            -- },
            {
                animName = "creatures@rottweiler@amb@world_dog_sitting@idle_a",
                animID = "idle_b" 
            },
            {
                animName = "creatures@rottweiler@amb@world_dog_barking@idle_a",
                animID = "idle_a" 
            },
            {
                animName = "creatures@rottweiler@amb@sleep_in_kennel@",
                animID = "sleep_in_kennel" 
            }, 
            
        },
        ["cat"] = {
            {
                animName = "creatures@cat@amb@world_cat_sleeping_ground@base",
                animID = "base" 
            }, 
            {
                animName = "creatures@cat@amb@world_cat_sleeping_ledge@base",
                animID = "base" 
            }, 
            -- {
            --     animName = "creatures@cat@step",
            --     animID = "step_lft" 
            -- }, 
            
        },
        ["bird"] = {
            {
                animName = "creatures@chickenhawk@amb@world_chickenhawk_feeding@base",
                animID = "base" 
            }, 
            {
                animName = "creatures@cormorant@amb@world_cormorant_standing@base",
                animID = "base" 
            },   
        },
        ["coguar"] = {
            { -- rest
                animName = "creatures@cougar@amb@world_cougar_rest@idle_a",
                animID = "idle_a" 
            }, 
            { -- getup
                animName = "creatures@cougar@getup",
                animID = "idle_a" 
            },   
        }  
    },

    Levels = {
        [1] = {
            level = 1,
            xp = 0,
        },
        [2] = {
            level = 2,
            xp = 100,
        },
        [3] = {
            level = 3,
            xp = 200,
        },
        [4] = {
            level = 4,
            xp = 300,
        },
        [5] = {
            level = 5,
            xp = 400,
        },
        [6] = {
            level = 6,
            xp = 500,
        },
        [7] = {
            level = 7,
            xp = 600,
        },
        [8] = {
            level = 8,
            xp = 700,
        },
        [9] = {
            level = 9,
            xp = 800,
        },
        [10] = {
            level = 10,
            xp = 900,
        },
        [11] = {
            level = 11,
            xp = 1000,
        },
        [12] = {
            level = 12,
            xp = 1100,
        },
        [13] = {
            level = 13,
            xp = 1200,
        },
        [14] = {
            level = 14,
            xp = 1300,
        },
        [15] = {
            level = 15,
            xp = 1400,
        },
        [16] = {
            level = 16,
            xp = 1500,
        },
        [17] = {
            level = 17,
            xp = 1600,
        },
        [18] = {
            level = 18,
            xp = 1700,
        },
        [19] = {
            level = 19,
            xp = 1800,
        },
        [20] = {
            level = 20,
            xp = 1900,
        },
    },

    
    AvailablePets = {
        ["Dogs"] = {
            [1] = {
                id = 1,
                job = "police",
                price = 1,
                hungryRatio = 20,
                thirstRatio = 50,
                energyRatio = 70,
                healthRatio = 95,
                petAge = 3,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petName = "Police Dog Chop",
                petNickName = "Brave Protector", 
                petLabel = "The Rottweiler is one of the oldest known dog breeds, dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan.",
                petIMG = "https://cdn.discordapp.com/attachments/697541709713899545/1050974691810082896/domestic-dog_thumb_4x3.webp",
                pedHash = "a_c_chop",
                petTexureID = 0,
                petGender = "F",
                petLevel = 5,
                petBoughtAnim = true,
                listOf = "Dogs",
                img = "../images/newdog1.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 10,
            },
            [2] = {
                id = 2,
                job = "",
                price = 1,
                hungryRatio = 30,
                thirstRatio = 80,
                energyRatio = 70,
                healthRatio = 85,
                petAge = 4,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petName = "Popu",
                petNickName = "Loyal Friend", 
                petLabel = "The Rottweiler is one of the oldest known dog breeds, dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan.",
                petIMG = "",
                pedHash = "a_c_westy",
                petTexureID = 0,
                petGender = "F",
                petLevel = 5,
                petBoughtAnim = false,
                listOf = "Dogs",
                img = "../images/newdog2.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 15,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 20,
            },
            [3] = {
                id = 3,
                job = "",
                price = 2,
                hungryRatio = 10,
                thirstRatio = 20,
                energyRatio = 50,
                healthRatio = 98,
                petAge = 5,
                hungryDecrase = 5,
                thirstDecrase = 5,
                petName = "Retriever",
                petNickName = "Golden Hero Dog", 
                petLabel = "Golden Retriever, dog breed. It originated in Scotland around the 19th century and was used as an aid in hunting activities at that time.",
                petIMG = "https://cdn.discordapp.com/attachments/697541709713899545/1050974692388900954/unnamed.png",
                pedHash = "a_c_retriever",
                petTexureID = 0,
                petGender = "M",
                petBoughtAnim = true,
                petLevel = 10,
                listOf = "Dogs",
                img = "../images/newdog3.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 30,
            },
            [4] = {
                id = 4,
                job = "",
                price = 0,
                hungryRatio = 80,
                thirstRatio = 20,
                energyRatio = 40,
                healthRatio = 50,
                petAge = 6,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petName = "Pug",
                petNickName = "Tiny Cute Friend", 
                petLabel = "The Rottweiler is one of the oldest known dog breeds, dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan.",
                petIMG = "",
                pedHash = "a_c_pug",
                petTexureID = 0,
                petGender = "F",
                petLevel = 5,
                petBoughtAnim = false,
                listOf = "Dogs",
                img = "../images/newdog4.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 40,
            },
            [5] = {
                id = 5,
                job = "",
                price = 1,
                hungryRatio = 30,
                thirstRatio = 40,
                energyRatio = 50,
                healthRatio = 10,
                petAge = 4,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petName = "Popu",
                petNickName = "Friendly Pup", 
                petLabel = "The Rottweiler is one of the oldest known dog breeds, dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan.",
                petIMG = "",
                pedHash = "a_c_westy",
                petTexureID = 0,
                petGender = "F",
                petLevel = 5,
                petBoughtAnim = false,
                listOf = "Dogs",
                img = "../images/newdog2.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 50,
            },
            [6] = {
                id = 6,
                job = "",
                price = 1,
                hungryRatio = 30,
                thirstRatio = 80,
                energyRatio = 70,
                healthRatio = 90,
                petAge = 3,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petName = "Chop",
                petNickName = "Guard Dog Champ", 
                petLabel = "The Rottweiler is one of the oldest known dog breeds, dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan.",
                petIMG = "https://cdn.discordapp.com/attachments/697541709713899545/1050974691810082896/domestic-dog_thumb_4x3.webp",
                pedHash = "a_c_chop",
                petTexureID = 0,
                petGender = "F",
                petLevel = 5,
                petBoughtAnim = true,
                listOf = "Dogs",
                img = "../images/newdog1.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 60,
            },
            [7] = {
                id = 7,
                job = "",
                price = 1,
                hungryRatio = 10,
                thirstRatio = 50,
                energyRatio = 30,
                healthRatio = 70,
                petAge = 5,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petName = "BulDog",
                petNickName = "Fatty BulDog", 
                petLabel = "The Bulldog is one of the oldest known dog breeds, dating back to ancient times. With their distinctive physical characteristics and loyal nature, they have been companions to people in many different ways. Bulldogs are known for their strength and determination, often depicted as symbols of courage and resilience. This breed, originally used for bull-baiting, has a storied history that showcases their protective and companionable qualities. Today, they are cherished as loving family pets, renowned for their gentle and affectionate demeanor.",
                petIMG = "https://cdn.discordapp.com/attachments/697541709713899545/1050974691810082896/domestic-dog_thumb_4x3.webp",
                pedHash = "ft-fbulldog",
                petTexureID = 0,
                petGender = "F",
                petLevel = 5,
                petBoughtAnim = true,
                listOf = "Dogs",
                img = "../images/bulldog.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 60,
            },
            [8] = {
                id = 8,
                job = "",
                price = 1,
                hungryRatio = 30,
                thirstRatio = 80,
                energyRatio = 70,
                healthRatio = 90,
                petAge = 3,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petName = "Greyhound",
                petNickName = "Runner Greyhound", 
                petLabel = "The Greyhound is one of the oldest known dog breeds, dating back to ancient times. With their incredible speed and keen sight, they have been valuable helpers to people in various ways. Greyhounds are renowned for their hunting and racing capabilities, often depicted as symbols of grace and agility. This breed, historically used for hunting game, has a storied history that showcases their remarkable abilities and loyal nature. Today, they are cherished as gentle and affectionate companions, admired for their sleek and elegant appearance.",
                petIMG = "https://cdn.discordapp.com/attachments/697541709713899545/1050974691810082896/domestic-dog_thumb_4x3.webp",
                pedHash = "ft_greyhound",
                petTexureID = 0,
                petGender = "F",
                petLevel = 5,
                petBoughtAnim = true,
                listOf = "Dogs",
                img = "../images/greyhound.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 60,
            },
        },
        ["Cat"] = {
            [1] = {
                id = 1,
                job = "",
                price = 1,
                hungryRatio = 10,
                thirstRatio = 20,
                energyRatio = 50,
                healthRatio = 98,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petAge = 10,
                petName = "Catty",
                petNickName = "Whisker Wonder", 
                petLabel = "Domestic cat, small, usually hairy, domesticated, carnivorous mammal. Usually kept as pets, they are called house cats, or simply cats if it is not necessary to distinguish them from other felines and small cats. People value the companionship of cats and their ability to hunt vermin and household pests.",
                petIMG = "",
                pedHash = "a_c_cat_01",
                petTexureID = 0,
                petGender = "M",
                petBoughtAnim = true,
                petLevel = 10,
                listOf = "Cat",
                img = "../images/cat1.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 70,
            },
            [2] = {
                id = 2,
                job = "",
                price = 1,
                hungryRatio = 10,
                thirstRatio = 20,
                energyRatio = 50,
                healthRatio = 98,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petAge = 10,
                petName = "Catty",
                petNickName = "Feline Friend", 
                petLabel = "Domestic cat, small, usually hairy, domesticated, carnivorous mammal. Usually kept as pets, they are called house cats, or simply cats if it is not necessary to distinguish them from other felines and small cats. People value the companionship of cats and their ability to hunt vermin and household pests.",
                petIMG = "",
                pedHash = "a_c_cat_01",
                petTexureID = 0,
                petGender = "M",
                petBoughtAnim = true,
                petLevel = 10,
                listOf = "Cat",
                img = "../images/cat2.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 80,
            },
            [3] = {
                id = 3,
                job = "",
                price = 1,
                hungryRatio = 10,
                thirstRatio = 20,
                energyRatio = 50,
                healthRatio = 98,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petAge = 10,
                petName = "Catty",
                petNickName = "Pawsome Pal", 
                petLabel = "Domestic cat, small, usually hairy, domesticated, carnivorous mammal. Usually kept as pets, they are called house cats, or simply cats if it is not necessary to distinguish them from other felines and small cats. People value the companionship of cats and their ability to hunt vermin and household pests.",
                petIMG = "",
                pedHash = "a_c_cat_01",
                petTexureID = 0,
                petGender = "M",
                petBoughtAnim = true,
                petLevel = 10,
                listOf = "Cat",
                img = "../images/cat4.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 90,
            },
            [4] = {
                id = 4,
                job = "",
                price = 1,
                hungryRatio = 10,
                thirstRatio = 20,
                energyRatio = 50,
                healthRatio = 98,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petAge = 10,
                petName = "Catty",
                petNickName = "Fluffy Feline", 
                petLabel = "Domestic cat, small, usually hairy, domesticated, carnivorous mammal. Usually kept as pets, they are called house cats, or simply cats if it is not necessary to distinguish them from other felines and small cats. People value the companionship of cats and their ability to hunt vermin and household pests.",
                petIMG = "",
                pedHash = "a_c_cat_01",
                petTexureID = 0,
                petGender = "M",
                petBoughtAnim = true,
                petLevel = 10,
                listOf = "Cat",
                img = "../images/cat5.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 100,
            },
            [5] = {
                id = 5,
                job = "",
                price = 1,
                hungryRatio = 10,
                thirstRatio = 20,
                energyRatio = 50,
                healthRatio = 98,
                hungryDecrase = 1,
                thirstDecrase = 1,
                petAge = 10,
                petName = "Catty",
                petNickName = "Mischief Maker", 
                petLabel = "Domestic cat, small, usually hairy, domesticated, carnivorous mammal. Usually kept as pets, they are called house cats, or simply cats if it is not necessary to distinguish them from other felines and small cats. People value the companionship of cats and their ability to hunt vermin and household pests.",
                petIMG = "",
                pedHash = "a_c_cat_01",
                petTexureID = 0,
                petGender = "M",
                petBoughtAnim = true,
                petLevel = 10,
                listOf = "Cat",
                img = "../images/cat3.png",
                petHungryLevel = 100,
                petThirstLevel = 100,
                petHealthLevel = 100,
                petXP = 0,
                lastXP = 100,
                requiredLevel = 1,
                list = true, -- if this becomes true this animal will be listed in your store
                addXP = 110,
            },
        },
    },
    
    
    --ORDER
    Orders = { -- In this section you can edit the orders that come directly to the pet, you can add different commands if you want.

        -- DOG
        {
            label = "Go Back",
            listOf = { "Cat", "Dogs" },-- if he's a dog, his action
            args = "lab-pet:client:backPet", -- In the 1st list of arguments that come with the content of the pet system, there is "Animal Type", i.e. cat or dog, and the 2nd argument is the networkID of the animal, so the first two functions will be filled with whatever you type here.
            level = 0, -- at what level it can be applied
            dotStyle = "left:14rem;",
            textStyle = "left:15rem;",
            svg = '../images/mama.png'
        },
        {
            label = "FOLLOW",
            listOf = { "Cat", "Dogs" },-- if he's a dog, his action
            args = "lab-pet:client:followOwner", -- In the 1st list of arguments that come with the content of the pet system, there is "Animal Type", i.e. cat or dog, and the 2nd argument is the networkID of the animal, so the first two functions will be filled with whatever you type here.
            level = 0, -- at what level it can be applied
            dotStyle = "left:14.5rem;",
            textStyle = "left:15.5rem;",
            svg = '../images/ayak.png'

        },
        {
            label = "SIT",
            listOf = { "Cat", "Dogs" },-- if he's a dog, his action
            args = "lab-pet:client:sit",
            level = 2, -- at what level it can be applied
            dotStyle = "left:18rem;",
            textStyle = "left:19rem;",
            svg = '../images/sit.png'

        },
        {
            label = "GETUP",
            listOf = { "Cat", "Dogs" },-- if he's a dog, his action
            args = "lab-pet:client:getup",
            level = 3, -- at what level it can be applied
            dotStyle = "left:15.5rem;",
            textStyle = "left:16.5rem;",
            svg = '../images/bark.png'
        },
        {
            label = "SLEEP",
            listOf = { "Cat", "Dogs" },-- if he's a dog, his action
            args = "lab-pet:client:sleep",
            level = 4, -- at what level it can be applied
            dotStyle = "left:16rem;",
            textStyle = "left:17rem;",
            svg = '../images/sleep.png'
        },
        {
            label = "ATTACK",
            listOf = { "Cat", "Dogs" }, -- if he's a dog, his action
            args = "lab-pet:client:attack",
            level = 5, -- at what level it can be applied
            dotStyle = "left:15rem;",
            textStyle = "left:16rem;",
            svg = '../images/attack.png'
        },
        {
            label = "INTO CAR",
            listOf = { "Cat", "Dogs" },-- if he's a dog, his action
            args = "lab-pet:client:getIntoCar",
            level = 6, -- at what level it can be applied
            dotStyle = "left:14rem;",
            textStyle = "left:15rem;",
            svg = '../images/bark.png'
        },
        {
            label = "OUT CAR",
            listOf = { "Cat", "Dogs" },-- if he's a dog, his action
            args = "lab-pet:client:getOutCar",
            level = 7, -- at what level it can be applied
            dotStyle = "left:14rem;",
            textStyle = "left:15rem;",
            svg = '../images/bark.png'
        },
    },
    OrderAnim = {
        ["Dogs"] = {
            ["sex"] = {
                animName = "creatures@rottweiler@amb@",
                animID = "hump_loop_chop" 
            },
            ["sit"] = {
                animName = "creatures@rottweiler@amb@world_dog_sitting@idle_a",
                animID = "idle_b" 
            },
            ["bark"] = {
                animName = "creatures@rottweiler@amb@world_dog_barking@idle_a",
                animID = "idle_a" 
            },
            ["sleep"] = {
                animName = "creatures@rottweiler@amb@sleep_in_kennel@",
                animID = "sleep_in_kennel" 
            }, 
            ["getup"] = {
                animName = "creatures@rottweiler@amb@world_dog_sitting@exit",
                animID = "exit"
            }
            
        },
        ["Cat"] = {
            ["sleep"] = {
                animName = "creatures@cat@amb@world_cat_sleeping_ground@base",
                animID = "base" 
            }, 
            ["getup"] = {
                animName = "creatures@cat@getup",
                animID = "getup_l" 
            },     
            ["sit"] = {
                animName = "creatures@cat@amb@world_cat_sleeping_ledge@base",
                animID = "base" 
            },       
        },
        -- ["bird"] = {
        --     {
        --         animName = "creatures@chickenhawk@amb@world_chickenhawk_feeding@base",
        --         animID = "base" 
        --     }, 
        --     {
        --         animName = "creatures@cormorant@amb@world_cormorant_standing@base",
        --         animID = "base" 
        --     },   
        -- }
    },

    
}

Last updated