[DiscordArchive] is there a way for the server to send data/packets to the player's addon?
[DiscordArchive] is there a way for the server to send data/packets to the player's addon?
Archived author: devout_filidh • Posted: 2025-08-17T21:42:13.948000+00:00
Original source
is there a way for the server to send data/packets to the player's addon?
Archived author: Corey • Posted: 2025-08-17T21:47:08.758000+00:00
Original source
https://github.com/Rochet2/AIO
[Embed: GitHub - Rochet2/AIO: AIO is a pure lua server-client communication...]
AIO is a pure lua server-client communication system for Eluna and WoW. - Rochet2/AIO
https://github.com/Rochet2/AIO
Archived author: devout_filidh • Posted: 2025-08-17T21:47:54.962000+00:00
Original source
ty I'll check it out
Archived author: gartred • Posted: 2025-08-17T21:52:18.916000+00:00
Original source
Is there an easy way to just delete all databases to rebuild from scratch? I swapped out a module, and rebuilt, but my account and characters are still there, and I think it's causing unintended issues.
Archived author: gartred • Posted: 2025-08-17T21:52:29.611000+00:00
Original source
I'm using docker, by the way
Archived author: Spargel • Posted: 2025-08-17T21:55:42.591000+00:00
Original source
If you *weren't* using docker, it would be a simple sql query to drop and create them. There are already scripts to do it in /data/sql/create/, for however you would use those in docker. I don't know what is done differently to run them in your case, though.