[DiscordArchive] Did you run cmake and then re compile?
[DiscordArchive] Did you run cmake and then re compile?
Archived author: 0xCiBeR • Posted: 2023-06-09T02:08:14.571000+00:00
Original source
If not it didn’t get compiled w/core
.text+0x8): undefined reference to `Addwow_chatScripts()'Archived author: ritzmenardi • Posted: 2023-06-09T02:10:47.759000+00:00
Original source
I got an error with the CMake:
```
[ 99%] Building CXX object src/server/apps/CMakeFiles/worldserver.dir/worldserver/RemoteAccess/RASession.cpp.o
[100%] Linking CXX executable worldserver
/usr/bin/x86_64-unknown-linux-gnu-ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
ModulesLoader.cpp
.text+0x8): undefined reference to `Addwow_chatScripts()'
clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:193: src/server/apps/worldserver] Error 1
make[1]: *** [CMakeFiles/Makefile2:1020: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
```
Archived author: ritzmenardi • Posted: 2023-06-09T02:11:16.306000+00:00
Original source
Guess I'll try with the -v flag
Archived author: ritzmenardi • Posted: 2023-06-09T02:12:08.345000+00:00
Original source
It just prints the version info -.-
Archived author: ritzmenardi • Posted: 2023-06-09T02:16:53.083000+00:00
Original source
This seems like an installation issue so I'll ask in <#284406375495368704>
Archived author: Anchy • Posted: 2023-06-09T03:05:39.017000+00:00
Original source
it looks like you have an issue with one of your modules
Archived author: Anchy • Posted: 2023-06-09T03:05:51.449000+00:00
Original source
whatever wow_chat is
Archived author: ritzmenardi • Posted: 2023-06-09T04:53:34.126000+00:00
Original source
I tried a fresh installation and that worked! I think.
Archived author: ritzmenardi • Posted: 2023-06-09T06:49:34.610000+00:00
Original source
Is there a hook / event for when a player opens up the chatbox? I want to cast divine shield on them so they can't be hurt by monsters while they're typing to their friends.
I found one for when they *send* a message, but not when they're typing.
Archived author: Tereneckla • Posted: 2023-06-09T06:54:48.939000+00:00
Original source
I doubt anything is send to the server when typing