Simple blackjack plugin for Dalamud. Requires set macros to use and work properly.
- Simple blackjack plugin
- Totals Bets
- One table UI
- REQUIRES MACROS TO USE
While this project is still a work in progress, you can use it by addin the following URL to the custom plugin repositories list in your Dalamud settings
/xlsettings
-> Experimental tab- Copy and paste the repo.json link below
- Click on the + button
- Click on the "Save and Close" button
- You will now see Blackjack listed in the Dalamud Plugin Installer
- Next, use
/xlplugins
(chat) orxlplugins
(console) to open up the Plugin Installer. - You should now be able to use
/blackjack
(chat) orblackjack
(console)!
https://raw.githubusercontent.com/Deckerz/Plugins/main/repo.json
They can be set up however you want but they must do the following to resolve the criteria to active.
- Can be anything but must have these words in it
New Game
- has to be typed manually each time
<t> bets <amount>
- i.e.
<t> bets 500k
,<t> bets 69069
,<t> bets 2m
- i.e.
- This simple stops you accidentally adding more players with miss-clicks of macros
- Usage: must contain the words
all bets placed
- Any of the following words do this:
reveal the dealers
,dealers starting card
,dealer hits
- Simple have a macro that says either of the following
dealer stands
dealer bust
- must contain the word
stand
orbust
- i.e.
<t> stands
,<t> is bust!
- i.e.
- This macro must contain
chooses to split
- Afterwards you MUST roll 2 dice to hit both hands
- This macro must contain
chooses double down
- simply type
/dice party 13
while targeting the player you want to draw a card for
- If you have any requests or problems create a issue on github to ask :)