[DiscordArchive] I'm still not sure how to install modules, for example, https://github.com/azerothcore/mod-npc-buff
[DiscordArchive] I'm still not sure how to install modules, for example, https://github.com/azerothcore/mod-npc-buff
Archived author: manevilus • Posted: 2024-09-28T16:46:15.225000+00:00
Original source
I'm still not sure how to install modules, for example, https://github.com/azerothcore/mod-npc-buffer I cloned it into modules folder, but when I go to run, I get an error about configuration file not existing, then I tried cloning it without it creating its own folder, and the server runs, but I'm pretty sure the module didn't acutally install, becuse the buff npc doesn't do anything?
[Embed: GitHub - azerothcore/mod-npc-buffer: A NPC that buffs players]
A NPC that buffs players. Contribute to azerothcore/mod-npc-buffer development by creating an account on GitHub.
https://github.com/azerothcore/mod-npc-buffer
Archived author: manevilus • Posted: 2024-09-28T16:46:49.991000+00:00
Original source
(yes, I did the build thing)
Archived author: Agent • Posted: 2024-09-28T16:48:44.698000+00:00
Original source
Did you remove the -master from the folder name? Everything fails if you forget that.
Archived author: manevilus • Posted: 2024-09-28T16:49:24.532000+00:00
Original source
It doesn't have -master in the folder name, is that why it doesnt work?
Archived author: Agent • Posted: 2024-09-28T16:50:37.253000+00:00
Original source
No, wrong way around. Most modules have -master on the end of the folder name when you initially clone them and you have to remove it to make it work. If it was never there then that's not the reason.
Archived author: manevilus • Posted: 2024-09-28T16:50:51.873000+00:00
Original source
It's probably something stupid I'm missing
Archived author: manevilus • Posted: 2024-09-28T16:51:34.276000+00:00
Original source
In one of my programming classes, I spent 2 weeks looking for a bug and it was a missing definition