[DiscordArchive] Hello! I have a few questions about uninstalling modules.
[DiscordArchive] Hello! I have a few questions about uninstalling modules.
Archived author: Niby • Posted: 2025-10-16T18:00:00.102000+00:00
Original source
Hello! I have a few questions about uninstalling modules.
Is simply deleting the module’s folder from the modules directory and rebuilding the core enough to completely remove all traces of it?
Does this also revert any database changes the module may have made?
Archived author: Ryan Turner • Posted: 2025-10-16T18:01:26.481000+00:00
Original source
Remove the module the from the module folder or disable it on cmake, either way you've to run cmake then compile
Archived author: Honk • Posted: 2025-10-16T18:03:45.464000+00:00
Original source
Hi everyone! Is anyone else having issues with Utgardes Pinnacle? Especially Skadi fight!
Harpoons do not damage Grauf, but 3 of them triggers phase 2 but Skadi is invulnerable
Running playerbot branch, updates the server weekly.
Archived author: Niby • Posted: 2025-10-16T18:06:53.812000+00:00
Original source
I see, thank you!
By the way, are these build aliases okay to use?
```bash
alias compile='cd ~/azerothcore-wotlk; ./acore.sh compiler all'
alias build='cd ~/azerothcore-wotlk; ./acore.sh compiler build'
```
If so, is it enough to just use the one with compiler build, or should I be using compiler all instead?
Archived author: Ryan Turner • Posted: 2025-10-16T18:07:40.615000+00:00
Original source
I don't use Linux not sure, what I do on windows is cmake then compile, you can wait until a Linux user may enlighten you
Archived author: Niby • Posted: 2025-10-16T18:08:49.639000+00:00
Original source
And one last question
If I tried to install a module but the build process failed (for example, at 55%), is there any possibility that the module still made changes to the server or the database?
Or does a failed build mean that none of its changes were applied at all?
Archived author: Tereneckla • Posted: 2025-10-16T18:09:25.545000+00:00
Original source
database changes are done on worldserver start
Archived author: Tereneckla • Posted: 2025-10-16T18:11:13.581000+00:00
Original source
first runs cmake, 2nd doesn't
personally I've always ran cmake because it takes no time
Archived author: Niby • Posted: 2025-10-16T18:11:29.069000+00:00
Original source
So, just to confirm — if the build fails, it doesn’t affect the server in any way, and any partial progress made during the build isn’t applied, correct?
Archived author: Tereneckla • Posted: 2025-10-16T18:11:37.440000+00:00
Original source
correct