[DiscordArchive] is there a gm command to max a skill?
[DiscordArchive] is there a gm command to max a skill?
Archived author: unhott • Posted: 2024-07-08T20:09:11.719000+00:00
Original source
is there a gm command to max a skill?
Archived author: unhott • Posted: 2024-07-08T20:09:13.640000+00:00
Original source
like tailoring
Archived author: PrivateDonut • Posted: 2024-07-08T20:11:15.006000+00:00
Original source
Yeah, you're looking for https://prnt.sc/yoXy_6xW5-22
[Embed: Screenshot]
Captured with Lightshot
https://prnt.sc/yoXy_6xW5-22
Archived author: PrivateDonut • Posted: 2024-07-08T20:11:31.322000+00:00
Original source
You can find information about other GM commands here: https://www.azerothcore.org/wiki/gm-commands
[Embed: GM Commands]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/gm-commands
Archived author: Jeee • Posted: 2024-07-08T20:13:28.798000+00:00
Original source
Multiple modules are giving me related errors when compiling
```Severity Code Description Project File Line Suppression State Details
Error LNK2019 unresolved external symbol "void __cdecl AddDungeonRespawn_masterScripts(void)" (?AddDungeonRespawn_masterScripts@@YAXXZ) referenced in function "void __cdecl AddModulesScripts(void)" (?AddModulesScripts@@YAXXZ) worldserver D:\Azeroth Core\Build\src\server\apps\modules.lib(ModulesLoader.obj) 1
```
Archived author: Jeee • Posted: 2024-07-08T20:13:44.881000+00:00
Original source
multiple modules with just different names
Archived author: Jeee • Posted: 2024-07-08T20:14:04.249000+00:00
Original source
for example ```Severity Code Description Project File Line Suppression State Details
Error LNK2019 unresolved external symbol "void __cdecl Addmod_aoe_loot_masterScripts(void)" (?Addmod_aoe_loot_masterScripts@@YAXXZ) referenced in function "void __cdecl AddModulesScripts(void)" (?AddModulesScripts@@YAXXZ) worldserver D:\Azeroth Core\Build\src\server\apps\modules.lib(ModulesLoader.obj) 1
```
Archived author: unhott • Posted: 2024-07-08T20:27:17.323000+00:00
Original source
I looked through there, I was wondering if there was a way to do it without learning the recipes. but this will work!
Archived author: Revision • Posted: 2024-07-08T20:28:46.843000+00:00
Original source
Remove `-master` from the name of the module folders, or ideally don't download the archive from github but instead clone the repos.