198 lines
8.2 KiB
Lua
198 lines
8.2 KiB
Lua
Config = {}
|
|
|
|
Config.PriceImpactPerItem = 0.05 -- Standardwert (0.05$ Abzug pro verkauftem Item)
|
|
|
|
Config.Webhook = "https://discord.com/api/webhooks/1484650993126871053/p1z1gfVWCR2VZfytILztU171Qq8wuqYyYfr4FGTVHGYB2d7Dvw6-A1P8rMARbiijYgi0"
|
|
|
|
-- Interaktionsdistanz zum NPC
|
|
Config.InteractionDistance = 2.5
|
|
|
|
-- Wie oft die Preise aktualisiert werden (Sekunden)
|
|
Config.PriceUpdateInterval = 600
|
|
|
|
-- Maximale Preisänderung pro Update (0.3 = 30%)
|
|
Config.MaxPriceSwing = 0.1
|
|
|
|
-- Dealer - Jeder hat nun seine eigene Zahlungsart (payment)
|
|
Config.Dealers = {
|
|
['dealer_crack'] = {
|
|
npc = {
|
|
model = 'a_m_y_mexthug_01',
|
|
coords = vector4(-684.24810791016, -1170.9205322266, 10.612624168396, 307.8727722168),
|
|
scenario = 'WORLD_HUMAN_STAND_IMPATIENT'
|
|
},
|
|
label = 'Crackdealer',
|
|
image = 'https://images.unsplash.com/photo-1643625748977-43532f7d023f?w=600&q=80',
|
|
color = '#ef4444',
|
|
blip = { enabled = false, sprite = 500, color = 5, scale = 0.8 },
|
|
items = { 'crack' },
|
|
-- Spezifische Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'black_money',
|
|
label = 'Schwarzgeld'
|
|
}
|
|
},
|
|
['dealer_sandy'] = {
|
|
npc = {
|
|
model = 'a_m_m_hillbilly_01',
|
|
coords = vector4(450.68695068359, -847.69012451172, 27.993604660034, 266.21466064453),
|
|
scenario = 'WORLD_HUMAN_SMOKING'
|
|
},
|
|
label = 'Joint Dealer',
|
|
image = 'https://images.unsplash.com/photo-1608618801333-4db732b30d8d?w=600&q=80',
|
|
color = '#22c55e',
|
|
items = { 'joint' },
|
|
-- Andere Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'black_money',
|
|
label = 'Schwarzgeld'
|
|
}
|
|
},
|
|
['meth_dealer'] = {
|
|
npc = {
|
|
model = 'a_m_m_hillbilly_01',
|
|
coords = vector4(1442.3352050781, 3749.9809570312, 31.934173583984, 290.54776000977),
|
|
scenario = 'WORLD_HUMAN_SMOKING'
|
|
},
|
|
label = 'Meth Dealer',
|
|
image = 'https://images.unsplash.com/photo-1639775425635-fd86a889f2a7?w=600&q=80',
|
|
color = '#3b82f6',
|
|
items = { 'meth' },
|
|
-- Andere Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'black_money',
|
|
label = 'Schwarzgeld'
|
|
}
|
|
},
|
|
['koks_dealer'] = {
|
|
npc = {
|
|
model = 'g_m_y_mexgoon_01',
|
|
coords = vector4(246.76647949219, -3137.0661621094, 5.7902746200562, 3.9869458675385),
|
|
scenario = 'WORLD_HUMAN_SMOKING'
|
|
},
|
|
label = 'Kokain Dealer',
|
|
image = 'https://images.unsplash.com/photo-1620065692460-d8e110a47ffb?q=80&w=2080&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
|
|
color = '#3b82f6',
|
|
items = { 'kokain' },
|
|
-- Andere Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'black_money',
|
|
label = 'Schwarzgeld'
|
|
}
|
|
},
|
|
['orangensaft'] = {
|
|
npc = {
|
|
model = 'a_m_y_mexthug_01',
|
|
coords = vector4(2475.4025878906, 4445.2387695312, 35.391258239746, 269.48590087891),
|
|
scenario = 'WORLD_HUMAN_STAND_IMPATIENT'
|
|
},
|
|
label = 'Orangensaft Ankauf',
|
|
image = 'https://images.unsplash.com/photo-1611080626919-7cf5a9dbab5b?q=80&w=735&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
|
|
color = '#f59e0b',
|
|
blip = { enabled = true, sprite = 605, color = 5, scale = 0.8 },
|
|
items = { 'orangensaft' },
|
|
-- Spezifische Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'money',
|
|
label = 'Geld'
|
|
}
|
|
},
|
|
['melonensaft'] = {
|
|
npc = {
|
|
model = 'a_m_y_mexthug_01',
|
|
coords = vector4(-1043.5651855469, 5327.279296875, 44.56071472168, 33.23849105835),
|
|
scenario = 'WORLD_HUMAN_STAND_IMPATIENT'
|
|
},
|
|
label = 'Melonensaft Ankauf',
|
|
image = 'https://images.unsplash.com/photo-1595250600763-263025f726a0?q=80&w=735&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
|
|
color = '#4ade80',
|
|
blip = { enabled = true, sprite = 605, color = 5, scale = 0.8 },
|
|
items = { 'melonensaft' },
|
|
-- Spezifische Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'money',
|
|
label = 'Geld'
|
|
}
|
|
},
|
|
['moonshine'] = {
|
|
npc = {
|
|
model = 'a_m_y_mexthug_01',
|
|
coords = vector4(1128.5328369141, -987.99896240234, 46.021499633789, 186.60647583008),
|
|
scenario = 'WORLD_HUMAN_STAND_IMPATIENT'
|
|
},
|
|
label = 'Moonshine Ankauf',
|
|
image = 'https://images.unsplash.com/photo-1529060532150-a0c935a6d6e5?w=600&q=80',
|
|
color = '#a855f7',
|
|
blip = { enabled = false, sprite = 605, color = 5, scale = 0.8 },
|
|
items = { 'moonshine' },
|
|
-- Spezifische Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'black_money',
|
|
label = 'Schwarzgeld'
|
|
}
|
|
},
|
|
['lsd'] = {
|
|
npc = {
|
|
model = 'a_m_y_mexthug_01',
|
|
coords = vector4(-130.0516, -2240.2798, 7.9899, 184.3798),
|
|
scenario = 'WORLD_HUMAN_STAND_IMPATIENT'
|
|
},
|
|
label = 'LSD Ankauf',
|
|
image = 'https://t3.ftcdn.net/jpg/02/85/50/48/240_F_285504853_6V647SlqF1iGyQ7nX1ihAMSO4vjCeqtb.jpg',
|
|
color = '#a855f7',
|
|
blip = { enabled = false, sprite = 605, color = 5, scale = 0.8 },
|
|
items = { 'lsd' },
|
|
-- Spezifische Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'black_money',
|
|
label = 'Schwarzgeld'
|
|
}
|
|
},
|
|
['popcorn'] = {
|
|
npc = {
|
|
model = 'a_m_y_mexthug_01',
|
|
coords = vector4(-729.5526, 6842.0073, 22.1460, 153.3457),
|
|
scenario = 'WORLD_HUMAN_STAND_IMPATIENT'
|
|
},
|
|
label = 'Popcorn Ankauf',
|
|
image = 'https://images.unsplash.com/photo-1585647347483-22b66260dfff?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
|
|
color = '#a855f7',
|
|
blip = { enabled = true, sprite = 605, color = 5, scale = 0.8 },
|
|
items = { 'popcorn' },
|
|
-- Spezifische Bezahlung für diesen Dealer:
|
|
payment = {
|
|
type = 'account',
|
|
item = 'money',
|
|
label = 'Geld'
|
|
}
|
|
},
|
|
}
|
|
|
|
-- Alle verkaufbaren Items
|
|
-- Alle verkaufbaren Items (Ausbalanciert für 1.000$ - 5.000$ Stundenlohn)
|
|
Config.SellableItems = {
|
|
-- === HARTE DROGEN (Ziel: ca. 5.000$/h | bei ca. 187 Stück/h) ===
|
|
['kokain'] = { label = 'Kokain', minPrice = 25, maxPrice = 35, sellTime = 30, priceDrop = 0.5 }, --20 pro Stück
|
|
['crack'] = { label = 'Crack', minPrice = 20, maxPrice = 32, sellTime = 30, priceDrop = 0.5 }, --16 pro Stück
|
|
['meth'] = { label = 'Meth', minPrice = 23, maxPrice = 32, sellTime = 30, priceDrop = 0.5 }, --18,40 pro Stück
|
|
['lsd'] = { label = 'LSD', minPrice = 24, maxPrice = 32, sellTime = 30, priceDrop = 0.5 }, --19,20 pro Stück
|
|
|
|
|
|
-- === WEICHE DROGEN (Ziel: ca. 3.000$/h | bei ca. 187 Stück/h) ===
|
|
['joint'] = { label = 'Joint', minPrice = 21, maxPrice = 28, sellTime = 30, priceDrop = 0.2 },
|
|
['moonshine'] = { label = 'Moonshine', minPrice = 19, maxPrice = 26, sellTime = 30, priceDrop = 0.2 },
|
|
|
|
-- === LEGALE JOBS (Ziel: ca. 1.000$ - 1.500$/h | bei 100 Stück/h) ===
|
|
-- ACHTUNG: Wenn 1 Orange = 1 Saft ist, müsst ihr die Preise hier dritteln (also auf 3$ - 5$ setzen)!
|
|
['orangensaft'] = { label = 'Orangensaft', minPrice = 10, maxPrice = 12, sellTime = 30, priceDrop = 0.05 },
|
|
['melonensaft'] = { label = 'Melonensaft', minPrice = 12, maxPrice = 14, sellTime = 30, priceDrop = 0.05 },
|
|
['popcorn'] = { label = 'Popcorn', minPrice = 11, maxPrice = 13, sellTime = 30, priceDrop = 0.05 },
|
|
} |