Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Hello! I have a few questions about uninstalling modules.

[DiscordArchive] Hello! I have a few questions about uninstalling modules.

[DiscordArchive] Hello! I have a few questions about uninstalling modules.

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
10-16-2025, 06:00 PM
#1
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?
rektbyfaith
10-16-2025, 06:00 PM #1

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?

rektbyfaith
Administrator
0
10-16-2025, 06:01 PM
#2
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
rektbyfaith
10-16-2025, 06:01 PM #2

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

rektbyfaith
Administrator
0
10-16-2025, 06:03 PM
#3
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.
rektbyfaith
10-16-2025, 06:03 PM #3

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.

rektbyfaith
Administrator
0
10-16-2025, 06:06 PM
#4
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?
rektbyfaith
10-16-2025, 06:06 PM #4

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?

rektbyfaith
Administrator
0
10-16-2025, 06:07 PM
#5
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
rektbyfaith
10-16-2025, 06:07 PM #5

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

rektbyfaith
Administrator
0
10-16-2025, 06:08 PM
#6
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?
rektbyfaith
10-16-2025, 06:08 PM #6

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?

rektbyfaith
Administrator
0
10-16-2025, 06:09 PM
#7
Archived author: Tereneckla • Posted: 2025-10-16T18:09:25.545000+00:00
Original source

database changes are done on worldserver start
rektbyfaith
10-16-2025, 06:09 PM #7

Archived author: Tereneckla • Posted: 2025-10-16T18:09:25.545000+00:00
Original source

database changes are done on worldserver start

rektbyfaith
Administrator
0
10-16-2025, 06:11 PM
#8
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
rektbyfaith
10-16-2025, 06:11 PM #8

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

rektbyfaith
Administrator
0
10-16-2025, 06:11 PM
#9
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?
rektbyfaith
10-16-2025, 06:11 PM #9

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?

rektbyfaith
Administrator
0
10-16-2025, 06:11 PM
#10
Archived author: Tereneckla • Posted: 2025-10-16T18:11:37.440000+00:00
Original source

correct
rektbyfaith
10-16-2025, 06:11 PM #10

Archived author: Tereneckla • Posted: 2025-10-16T18:11:37.440000+00:00
Original source

correct

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)