[DiscordArchive] I swear when I first set up azerothcore my gm character had a tracking spell to track herbs and mine
[DiscordArchive] I swear when I first set up azerothcore my gm character had a tracking spell to track herbs and mine
Archived author: JudgeFae • Posted: 2025-07-12T20:36:57.295000+00:00
Original source
I swear when I first set up azerothcore my gm character had a tracking spell to track herbs and minerals at the same time. But I can't replicate that or find it anywhere. Pretty sure it was vanilla acore. Was I hallucinating?
Archived author: JudgeFae • Posted: 2025-07-12T20:37:23.786000+00:00
Original source
Possibly I'm misremembering and this spell was on chromiecraft ptr
Archived author: Revision • Posted: 2025-07-12T20:42:45.046000+00:00
Original source
You must be imagining things
Archived author: Tereneckla • Posted: 2025-07-12T20:42:47.352000+00:00
Original source
pretty sure you were hallucinating
Archived author: JudgeFae • Posted: 2025-07-12T20:42:51.635000+00:00
Original source
My other guess it was from a random client patch that showed the tooltip I saw but it didn't actually function
Archived author: JudgeFae • Posted: 2025-07-12T20:43:33.223000+00:00
Original source
I got rid of all my client patches if I didn't know what they did lol
Archived author: Ryan Turner • Posted: 2025-07-12T21:07:58.388000+00:00
Original source
<@297958074747191296> I recall you were screwing a roundabout with that spell when you started using, that might be been your first work and mod
Archived author: JudgeFae • Posted: 2025-07-12T21:40:19.255000+00:00
Original source
"Started using" like a drug. But true lol
:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\AzerothCore.sln" (cible par défaut) (1) ->Archived author: Guerriax • Posted: 2025-07-12T22:16:39.035000+00:00
Original source
Hello, just cloned the repo, then compiled with
```cmake
cmake ../ -DCMAKE_TOOLCHAIN_FILE=D:/MyPathToVCPKG/libraries/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_STATIC=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DTOOLS=1 -DSCRIPTS=dynamic
```
and I actually have this error
```
:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\AzerothCore.sln" (cible par défaut) (1) ->
"D:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\ALL_BUILD.vcxproj.metaproj" (cible par défaut) (2) ->
"D:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\src\server\apps\worldserver.vcxproj.metaproj" (cible par défaut) (6
4) ->
"D:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\src\server\apps\worldserver.vcxproj" (cible par défaut) (65) ->
(Link cible) ->
modules.lib(LuaFunctions.obj) : error LNK2019: symbole externe non résolu "public: enum TeamId __cdecl OPvPCapturePoi
ntNA::GetControllingFaction(void)const " (?GetControllingFaction@OPvPCapturePointNA@@QEBA?AW4TeamId@@XZ) référencé dans
la fonction "int __cdecl LuaGlobalFunctions::GetOwnerHalaa(struct lua_State *)" (?GetOwnerHalaa@LuaGlobalFunctions@@YA
HPEAUlua_State@@@Z) [D:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\src\server\apps\worldserver.vcxproj]
D:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\bin\RelWithDebInfo\worldserver.exe : fatal error LNK1120: 1 extern
es non résolus [D:\HeroicLegacyCompiler\AC\azerothcore-wotlk\build\src\server\apps\worldserver.vcxproj]
36 Avertissement(s)
2 Erreur(s)
```