[DiscordArchive] I've got a sort of weird question. I have files from a private server that no longer exists. Is ther
[DiscordArchive] I've got a sort of weird question. I have files from a private server that no longer exists. Is ther
Archived author: ImpossibleNovel • Posted: 2025-10-10T12:47:55.864000+00:00
Original source
Actually if there are db changes would those be client side?
Archived author: ImpossibleNovel • Posted: 2025-10-10T12:48:25.855000+00:00
Original source
I'll do the work I'm just a complete noob at this and want to know if it's possible before I do it.
Archived author: Mithria • Posted: 2025-10-10T12:48:30.669000+00:00
Original source
the db is used by the server, client doesnt have access to it
Archived author: ImpossibleNovel • Posted: 2025-10-10T12:48:46.899000+00:00
Original source
That's what I was afraid of. Crud.
Archived author: Mithria • Posted: 2025-10-10T12:48:54.942000+00:00
Original source
server just reads stuff from db, works with it, builds packets, and sends info to client
Archived author: ImpossibleNovel • Posted: 2025-10-10T12:49:18.626000+00:00
Original source
And since the server no longer exists I can't mine the db on my side.
Archived author: ImpossibleNovel • Posted: 2025-10-10T12:49:26.116000+00:00
Original source
I get it.
Archived author: Mithria • Posted: 2025-10-10T12:49:35.003000+00:00
Original source
it really depends on what changes exist in the .mpq files
Archived author: Mithria • Posted: 2025-10-10T12:50:01.947000+00:00
Original source
like if one of the mpq has a modified spell.dbc that added a non-scripted spell, then that would be fine
Archived author: Mithria • Posted: 2025-10-10T12:50:21.181000+00:00
Original source
but if it contains a spell that required core scripting, the core script will be missing and the db entry linking the script to the spell id will be missing