Zum Hauptinhalt springen

Config Preview

Dream Fishing Config

DreamCore.lua
DreamLocales = {} -- Bitte nicht anfassen!!!
DreamCore = {} -- Bitte nicht anfassen!!!

-- Dream Fishing Einstellungen
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' },

-- Einige 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', -- Ändere die Farbe des Webhooks
Author = 'Dream Fishing', -- Ändere den Autor des Webhooks
IconURL = 'https://i.ibb.co/KNS96CM/dreamservices-round.png', -- Ändere die IconURL des Webhooks

-- 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',
}
en.lua
DreamLocales['en'] = {
['FishingClubTitle'] = 'Fishing Club',
['FishingClubInteraction'] = '[E] - Öffne Fishing Club',
['FishingClubKeymapping'] = 'Öffne den Fishing Club',
['FishingClubMenuRod'] = 'Angelrute',
['FishingClubMenuDecoy'] = 'Köder',
['FishingClubMenuTooltip'] = 'Es kostet %s$ um %s zu kaufen',
['FishingClubQuantity'] = 'Menge',
['FishingClubQuantityDesc'] = 'Gib die Menge ein, die du kaufen möchtest',
['FishingClubBuySuccees'] = 'Du hast erfolgreich %s %s für %s$ gekauft',
['FishingClubBuyFailed'] = {
['item_not_found'] = 'Item %s nicht gefunden',
['not_enough_money'] = 'Du hast nicht genug Geld, um %s für %s$ zu kaufen',
['max_item_count'] = 'Du hast die maximale Anzahl an Gegenständen erreicht',
['max_inventory_count'] = 'Du kannst nicht %s in deinem Inventar tragen',
['detected_exploit'] = 'Exploit erkannt',
},
['FishingRodTitle'] = 'Angelrute',
['FishingRodAlreadyInUse'] = 'Eine Angel ist bereits im Gebrauch...',
['FishingRodNotAtWater'] = 'Du musst dich in der Nähe des Wassers befinden, um zu angeln',
['FishingRodWaitForBite'] = 'Pass auf! Ein Fisch könnte beißen!',
['FishingRodFishingSuccess'] = 'Super! Du hast einen %s gefangen',
['FishingRodFishingFailed'] = 'Oh nein! Der Fisch ist entkommen...',
['FishingRodFishingBaitFailed'] = 'Mist! Der Fisch hat dich geködert...',
['FishingRodFishingBroke'] = 'Deine Angel ist kaputt gegangen...',
['FishingRodActiveUI'] = "Angelrute: %s | Köder: %s",
['FishingRodActiveUINoDecoy'] = 'Keiner',
['FishingRodBackKeymapping'] = 'Lege deine Angel zurück in deinen Rucksack',
['FishingRodStartKeymapping'] = 'Fang an zu angeln',
['FishingRodInstructions'] = 'Drücke ~INPUT_ATTACK~ um zu angeln, ~INPUT_FRONTEND_RRIGHT~ um abzubrechen',
['FishingSellerTitle'] = 'Fischhändler',
['FishingSellerInteraction'] = '[E] - Öffne Fischhändler',
['FishingSellerKeymapping'] = 'Öffne den Fischhändler',
['FishingSellerMenuTooltip'] = 'Verkaufe %s für %s$ - %s$ pro Stück',
['FishingSellerQuantity'] = 'Menge',
['FishingSellerQuantityDesc'] = 'Gib die Menge ein, die du verkaufen möchtest',
['FishingSellerSellSuccees'] = 'Du hast erfolgreich %s %s für %s$ verkauft',
['FishingSellerSellFailed'] = {
['item_not_found'] = 'Item %s nicht gefunden',
['not_enough_quantity'] = 'Du hast nicht genug %s zum Verkaufen',
['detected_exploit'] = 'Exploit erkannt',
},
}