[DiscordArchive] A MySQL trigger?
[DiscordArchive] A MySQL trigger?
Archived author: metallinos • Posted: 2025-05-05T22:45:32.752000+00:00
Original source
The stock fusioncms store can already read account balances from the fusioncms database's account_data table, correct?
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T22:45:45.041000+00:00
Original source
the website uses one database and the in-game store uses another
Archived author: metallinos • Posted: 2025-05-05T22:46:11.833000+00:00
Original source
Yes which is why you want to use a MySQL trigger
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T22:46:21.427000+00:00
Original source
lol
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T22:46:58.335000+00:00
Original source
the in-game store can see the player's gold and use it
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T22:47:39.554000+00:00
Original source
I wanted it to connect to the website's database and see how many points it has
Archived author: metallinos • Posted: 2025-05-05T22:47:43.695000+00:00
Original source
The Lua versions that Eluna can compile to does not include any MySQL connectivity extensions by default so you'll either have to mod the core, your fusioncms website/store code, or your Eluna setup, or use a MySQL trigger
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T22:50:06.462000+00:00
Original source
message.txt
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T22:50:23.032000+00:00
Original source
Store_Server.lua
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T22:50:27.831000+00:00
Original source
Store_Client.lua