Dream Services
Discord Shop
  • Home
    • Welcome
    • FAQ
    • Purchase
    • Keymaster
    • Common issues
  • Support
    • Support Policy
    • πŸ‡ΊπŸ‡ΈTicket Rules (EN)
    • πŸ‡©πŸ‡ͺTicket Rules (GER)
  • Development Guide
    • Create own locale
  • Product
    • 🎰Dream Vending
      • Config Preview
      • Installation
      • Item Use Effect API
    • 🚘Dream Used Cardealer
      • Config Preview
      • Installation
    • ⚑Dream Solarsystems
      • Config Preview
      • Installation
    • πŸ”ŒDream Solarjob
      • Config Preview
      • Installation
    • πŸͺ™Dream Cryptomining
      • Config Preview
      • Installation
      • Create Warehouses
      • Server
        • Exports
          • IsWarehouseAvailable
          • GetAllWarehouses
          • GetPlayerWarehouses
          • GetWarehouse
          • GetWarehouseWorth
          • GetWarehouseRevenue
          • GetWarehouseTransactions
          • GetWarehouseAllServer
          • GetWarehouseAllServerStatus
          • GetWarehouseServer
          • RefreshAllWarehouses
    • πŸš™Dream Fakeplates
      • Config Preview
      • IsPlateFake
    • 🐟Dream Fishing
      • Config Preview
    • πŸͺDream Market Stalls
      • Config Preview
    • 🚬Dream Smoking
      • Config Preview
      • Installation
Powered by GitBook
On this page
  • Dream Fishing Config
  • Dream Fishing Locales
  1. Product
  2. Dream Fishing

Config Preview

πŸ”§ See the current config files

Dream Fishing Config

DreamCore.lua
DreamLocales = {} -- Do not touch this!!!
DreamCore = {} -- Do not touch this!!!

-- Dream Fishing Settings
DreamCore.Language = 'en'
DreamCore.OpenDefaultKey = 'e'

DreamCore.PossibleFish = {
    { name = 'Eel',            item = 'eel',           price = { min = 200, max = 500 }, chanceEntry = 8, baitChance = 15, difficulty = 'easy' },
    { name = 'Lobster',        item = 'lobster',       price = { min = 200, max = 500 }, chanceEntry = 7, baitChance = 15, difficulty = 'medium' },
    { name = 'Codfish',        item = 'codfish',       price = { min = 200, max = 500 }, chanceEntry = 6, baitChance = 15, difficulty = 'hard' },
    { name = 'Flounder',       item = 'flounder',      price = { min = 200, max = 500 }, chanceEntry = 5, baitChance = 15, difficulty = 'easy' },
    { name = 'Mackerel',       item = 'mackerel',      price = { min = 200, max = 500 }, chanceEntry = 4, baitChance = 15, difficulty = 'medium' },
    { name = 'Perch',          item = 'perch',         price = { min = 200, max = 500 }, chanceEntry = 3, baitChance = 15, difficulty = 'hard' },
    { name = 'Tunafish',       item = 'tunafish',      price = { min = 200, max = 500 }, chanceEntry = 2, baitChance = 15, difficulty = 'easy' },
    { name = 'Turtle',         item = 'turtle',        price = { min = 200, max = 500 }, chanceEntry = 1, baitChance = 15, difficulty = 'medium' },

    -- Some Rivets
    { name = 'Deposit bottle', item = 'depositbottle', price = { min = 200, max = 500 }, chanceEntry = 7, baitChance = 0,  difficulty = 'easy' },
    { name = 'Shoe',           item = 'shoe',          price = { min = 200, max = 500 }, chanceEntry = 6, baitChance = 0,  difficulty = 'medium' },
    { name = 'Car tires',      item = 'cartires',      price = { min = 200, max = 500 }, chanceEntry = 3, baitChance = 0,  difficulty = 'hard' },
    { name = 'Keys',           item = 'keys',          price = { min = 200, max = 500 }, chanceEntry = 5, baitChance = 0,  difficulty = 'easy' },
}
DreamCore.FishingClubStore = {
    fishingrods = {
        { name = 'Cheap Fishing Rod',   item = 'fishingrod_1', prop = 'prop_fishing_rod_01', max = 1, breakChance = 50, price = 1500 },
        { name = 'Normal Fishing Rod',  item = 'fishingrod_2', prop = 'prop_fishing_rod_01', max = 1, breakChance = 15, price = 2500 },
        { name = 'Premium Fishing Rod', item = 'fishingrod_3', prop = 'prop_fishing_rod_01', max = 1, breakChance = 5,  price = 4000 },
    },
    decoys = {
        { name = 'Worms',  item = 'decoy_worm',   max = 15, price = 10, biteInterval = { min = 5000, max = 25000 } },
        { name = 'Maggot', item = 'decoy_maggot', max = 15, price = 20, biteInterval = { min = 3000, max = 20000 } },
        { name = 'Corn',   item = 'decoy_corn',   max = 15, price = 30, biteInterval = { min = 1500, max = 10000 } },
    }
}
DreamCore.NoDecoyBiteInterval = { min = 7500, max = 30000 }
DreamCore.FishingClubs = {
    {
        name = 'Fishing Club',
        pos = vector3(-1814.1283, -1213.2041, 13.01750),
        blip = {
            sprite = 68,
            color = 0,
            label = 'Fishing Club',
        },
        ped = {
            model = 'a_m_y_beach_01',
            pos = vector3(-1814.1283, -1213.2041, 12.0175),
            heading = 39.1869,
        },
    }
}
DreamCore.FishingSeller = {
    {
        name = 'Fish Seller',
        pos = vector3(1197.2146, -3253.5618, 6.0952),
        blip = {
            sprite = 616,
            color = 67,
            label = 'Fish Seller',
        },
        ped = {
            model = 'a_m_y_stbla_02',
            pos = vector3(1197.2146, -3253.5618, 6.0952),
            heading = 90.5817,
        },
    }

}
Webhooks.lua
DreamCore.Webhooks = {
    Enabled = true,

    -- Base Data
    Color = '10169855', -- Change the Color of the Webhook
    Author = 'Dream Fishing', -- Change the Author of the Webhook
    IconURL = 'https://i.ibb.co/KNS96CM/dreamservices-round.png', -- Change the IconURL of the Webhook

    -- Webhook URLs
    FishingClub = 'https://canary.discord.com/api/webhooks/XXX/XXX',
    FishingFish = 'https://canary.discord.com/api/webhooks/XXX/XXX',
    FishingSeller = 'https://canary.discord.com/api/webhooks/XXX/XXX',
}

Dream Fishing Locales

Reminder: You can create your own locale file in your language πŸ‘Œ

en.lua
DreamLocales['en'] = {
    ['FishingClubTitle']            = 'Fishing Club',
    ['FishingClubInteraction']      = '[E] - open Fishing Club',
    ['FishingClubKeymapping']       = 'Open the Fishing Club',
    ['FishingClubMenuRod']          = 'Fishing Rod',
    ['FishingClubMenuDecoy']        = 'Decoy',
    ['FishingClubMenuTooltip']      = 'It cost %s$ to buy %s',
    ['FishingClubQuantity']         = 'Quantity',
    ['FishingClubQuantityDesc']     = 'Enter the quantity your want to buy',
    ['FishingClubBuySuccees']       = 'You successfully bought %s %s for %s$',
    ['FishingClubBuyFailed']        = {
        ['item_not_found'] = 'Item %s not found',
        ['not_enough_money'] = 'You donΒ΄t have enough money to buy %s for %s$',
        ['max_item_count'] = 'You reach the carry maximum of %s',
        ['max_inventory_count'] = 'You can`t carry %s in your bag',
        ['detected_exploit'] = 'Exploit detected',
    },
    ['FishingRodTitle']             = 'Fishing Rod',
    ['FishingRodAlreadyInUse']      = 'One fishing rod is already in use...',
    ['FishingRodNotAtWater']        = 'You need to be near the water to fish',
    ['FishingRodWaitForBite']       = 'Watch out! A fish could bite at any moment!',
    ['FishingRodFishingSuccess']    = 'Awesome! You catch a %s',
    ['FishingRodFishingFailed']     = 'Oh no! The fish got away...',
    ['FishingRodFishingBaitFailed'] = 'Shit! The fish bait you...',
    ['FishingRodFishingBroke']      = 'Your fishing rod broke...',
    ['FishingRodActiveUI']          = "Fishing Rod: %s | Decoy: %s",
    ['FishingRodActiveUINoDecoy']   = 'None',
    ['FishingRodBackKeymapping']    = 'Put your fishing rod back in your rucksack',
    ['FishingRodStartKeymapping']   = 'Start fishing',
    ['FishingRodInstructions']      = 'Press ~INPUT_ATTACK~ to fish, ~INPUT_FRONTEND_RRIGHT~ to cancel',
    ['FishingSellerTitle']          = 'Fish Seller',
    ['FishingSellerInteraction']    = '[E] - open Fish Seller',
    ['FishingSellerKeymapping']     = 'open the Fish Seller',
    ['FishingSellerMenuTooltip']    = 'Sell %s for %s$ - %s$ each piece',
    ['FishingSellerQuantity']       = 'Quantity',
    ['FishingSellerQuantityDesc']   = 'Enter the quantity your want to sell',
    ['FishingSellerSellSuccees']    = 'You successfully sell %s %s for %s$',
    ['FishingSellerSellFailed']     = {
        ['item_not_found'] = 'Item %s not found',
        ['not_enough_quantity'] = 'You have not enough %s to sell',
        ['detected_exploit'] = 'Exploit detected',
    },
}
PreviousDream FishingNextDream Market Stalls

Last updated 1 year ago

🐟