adian-acosta / Gamba

A plugin for the game Final Fantasy 14 using the Dalamud API
0 stars 0 forks source link

Feature suggestions #1

Open Diagonet opened 3 days ago

Diagonet commented 3 days ago

I've worked as a dealer for a long time in game and I would say the plugin needs these features:

1- Be able to get bets from chat msgs, usually in the format " bets 100k" for example. Dealers usually confirm the bets by announcing them in chat. Otherwise the dealer would need to write the bet amount twice. This needs to be filtered to only read msgs from the dealer or it becomes hell haha 2- The copy payout button should generate a complete message (preferably customizable) like "[player name] has won [payoutvalue]!!!"

adian-acosta commented 15 hours ago

Hi thank you for your feedback!

I do agree in your suggestions as for the first one I know quite a bit of dealers who don't work in venues tend to follow this style so it was an oversight on me to not include it in the first place. As for the second suggestion initally that was a thought during development but ran into issues with sending messages directly to chat since the plugin is completely client side rather than server side so it wouldn't work. But the added info of having it be text the user can copy and modify on their own is a sound choice and i'll work on it but still plan to somehow automate this process in the future.

Thank you again and if you have any more feedback or found bugs do let me know ^-^.

Diagonet commented 13 hours ago

I'm not currently working so I unfortunately won't be able to test much, thanks for the plugin anyway!

EDIT: I just remember that all places I worked at had a 5 card charlie rule that also altered the payout, maybe worth looking into?