[DiscordArchive] 1) core is up to date
[DiscordArchive] 1) core is up to date
Archived author: P4r4z1t • Posted: 2023-04-12T16:41:35.868000+00:00
Original source
1) core is up to date
2) Do you mean completely delete acore_world and restart the server ?
Archived author: Revision • Posted: 2023-04-12T16:43:53.403000+00:00
Original source
Delete and re-create the database or drop all tables inside the database - either works.
Archived author: Siigonis • Posted: 2023-04-12T16:51:18.919000+00:00
Original source
Can you write in more detail what exactly you are doing? You clone the original azerothcore repository, then copy the patch to a folder and execute it with a command (patch -p1 < NPCBots.patch). After you compile, run worldserver, and all your files are updated automatically? Or is there something else that needs to be done?
In principle, everything works for me, but I would like to understand how the correct installation works, so that everything is the same automatically.
Archived author: Revision • Posted: 2023-04-12T16:53:04.408000+00:00
Original source
Clone the source, copy AC/NPCBots.patch to the source code folder, open CMD or the git terminal (as I assume you're using Windows) and use `git apply NPCBots.patch` followed by compile and run. The rest after that is automated on my end.
Archived author: Siigonis • Posted: 2023-04-12T16:53:43.141000+00:00
Original source
Well, thanks. I'll try with a patch.