[DiscordArchive] A MySQL trigger?
[DiscordArchive] A MySQL trigger?
Archived author: metallinos • Posted: 2025-05-05T23:18:59.623000+00:00
Original source
This is inaccurate, by the way. The Eluna store does *not* query the character db, it queries runtime cache through https://www.azerothcore.org/eluna/Player...inage.html
[Embed: Player:GetCoinage - Eluna]
API documentation for the Player:GetCoinage method in the Eluna engine.
https://www.azerothcore.org/eluna/Player...inage.html
Archived author: Ryan Turner • Posted: 2025-05-05T23:20:35.677000+00:00
Original source
Keep in english, not everyone speaks portuguese <@1028129948726210640>
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T23:20:36.810000+00:00
Original source
There is no table in Authy that has the points. Fusion only extracts account information and registers accounts,
the remaining functions are sent to the site's DB
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T23:20:39.410000+00:00
Original source
sorry
Archived author: metallinos • Posted: 2025-05-05T23:21:24.795000+00:00
Original source
Yes you must make the missing table in the auth db for the intended functionality to work
Archived author: Ryan Turner • Posted: 2025-05-05T23:22:34.669000+00:00
Original source
On the azerothcore side you have at least.
Auth, Chars, World and Eluna.
I don't know how fusion does their points, probably their own database with their own tables which have primary and foreign (so unique values that connect between databases) from your Fusion to Azerothcore databases, but i'm being speculative
Archived author: metallinos • Posted: 2025-05-05T23:22:51.256000+00:00
Original source
You can also have it update to any existing table if you introduce new columns, such as directly in the accounts table, if you please
Archived author: metallinos • Posted: 2025-05-05T23:23:32.806000+00:00
Original source
(There's no Eluna database, if that's what you mean?)
Archived author: Ryan Turner • Posted: 2025-05-05T23:24:36.629000+00:00
Original source
You're complety correct, it has been be default always created the db and did the eluna changes there per script if need, ignorem y comment about the eluna db)
Archived author: MTSURUGY⚡DEV • Posted: 2025-05-05T23:35:49.851000+00:00
Original source
I have to study the situation better to see how I'm going to get around this, now I'm going to sleep because it's already very late here, thanks for your help