Description
A three-dice Sic Bo table for roleplay casino floors, covering small/big, exact-total, double and specific-triple bets with their classic odds. Servers sell it because it fills the Asian-floor gap most casino packs leave empty, and every roll is resolved server-side so payouts can't be gamed.
Prompt Template
Write a FiveM Sic Bo three-dice casino table for ESX (exports['esextended']:getSharedObject()).
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth β both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access β pay once
- All 510 prompts β the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates β new niches as the market moves
$49 for 60 Β· $199 for all 510 + intelligence β one-time, no subscription.
Expected Output
See content/expected-outputs/casino/19-sic-bo-table.lua β a client/server pair where the client handles approach, NUI bet placement and the roll anim, and the server owns the 3d6 RNG, per-bet-typeβ¦
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth β both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access β pay once
- All 510 prompts β the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates β new niches as the market moves
$49 for 60 Β· $199 for all 510 + intelligence β one-time, no subscription.
Known Failure Modes & Corrective Prompt
- Dice rolled client-side, letting a modified client force a triple.
- Payout credited as
stake * multiplierwithout removing the stake first, so a win double-counts. TaskPlayAnimfires before the dict loads and silently no-ops.
Corrective re-prompt: "Move the 3d6 roll and all payout math into the server event; remove the stake before rolling and credit only stake * (multiplier + 1) on a win. Guard the roll anim with RequestAnimDict + a while not HasAnimDictLoaded(dict) do Wait(0) end loop before TaskPlayAnim."
Framework Integration
- ESX:
xPlayer.getMoney()/removeMoney/addMoneygate and settle every wager server-side. - QBCore: swap to
QBCore.Functions.GetPlayer(src)withPlayer.Functions.RemoveMoney('cash', amount)andAddMoney. - QBox: identical to QBCore via the
qbx_coreexports; useexports.qbx_core:GetPlayer(src).
Profit Potential
$250β$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 FiveM script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100), scaled to a rising-niche unit rate.
Trend Signal
β rising β inferred: Domain: Asian-market dice game, scarce on Tebex (rising niche).
Sales Angle
Sell it as the Asian-floor differentiator most casino bundles miss; recommended Tebex price $129.
Difficulty & Ship Time
intermediate Β· ships in 2-4h.