Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] interesting is that we have command .kick charname but there isnt command for .kick account correct?

[DiscordArchive] interesting is that we have command .kick charname but there isnt command for .kick account correct?

[DiscordArchive] interesting is that we have command .kick charname but there isnt command for .kick account correct?

rektbyfaith
Administrator
0
12-29-2023, 11:00 AM
#1
Archived author: luckydead0894 • Posted: 2023-12-29T11:00:18.818000+00:00
Original source

interesting is that we have command .kick charname but there isnt command for .kick account correct?
rektbyfaith
12-29-2023, 11:00 AM #1

Archived author: luckydead0894 • Posted: 2023-12-29T11:00:18.818000+00:00
Original source

interesting is that we have command .kick charname but there isnt command for .kick account correct?

rektbyfaith
Administrator
0
12-29-2023, 11:40 AM
#2
Archived author: Qeme • Posted: 2023-12-29T11:40:18.601000+00:00
Original source

Hey, could someone help me with this? Errors when trying to build with modules. I have git cloned them into repo/modules/mod-xx

Regular build w/o modules goes fine.

Ubuntu 22

```/usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
ModulesLoader.cppSad.text+0x2): undefined reference to `Addmod_acScripts()'
/usr/bin/ld: ModulesLoader.cppSad.text+0x7): undefined reference to `Addmod_ahbotScripts()'
/usr/bin/ld: ModulesLoader.cppSad.text+0x12): undefined reference to `Addmod_worldchatScripts()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:192: 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```

```root@AzcoreServer:~/azcorerepo/modules# ls
CMakeLists.txt create_module.sh how_to_make_a_module.md mod-ac mod-ahbot mod-eluna ModulesLoader.cpp.in.cmake ModulesPCH.h ModulesScriptLoader.h mod-worldchat```

```root@AzcoreServer:~/azcorerepo/modules/mod-worldchat# ls
conf data include.sh LICENSE pull_request_template.md src```

```root@AzcoreServer:~/azcorerepo/modules/mod-eluna# ls
conf _config.yml icon.png include.sh LICENSE README_CN.md README_ES.md README.md sql src```
rektbyfaith
12-29-2023, 11:40 AM #2

Archived author: Qeme • Posted: 2023-12-29T11:40:18.601000+00:00
Original source

Hey, could someone help me with this? Errors when trying to build with modules. I have git cloned them into repo/modules/mod-xx

Regular build w/o modules goes fine.

Ubuntu 22

```/usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
ModulesLoader.cppSad.text+0x2): undefined reference to `Addmod_acScripts()'
/usr/bin/ld: ModulesLoader.cppSad.text+0x7): undefined reference to `Addmod_ahbotScripts()'
/usr/bin/ld: ModulesLoader.cppSad.text+0x12): undefined reference to `Addmod_worldchatScripts()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:192: 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```

```root@AzcoreServer:~/azcorerepo/modules# ls
CMakeLists.txt create_module.sh how_to_make_a_module.md mod-ac mod-ahbot mod-eluna ModulesLoader.cpp.in.cmake ModulesPCH.h ModulesScriptLoader.h mod-worldchat```

```root@AzcoreServer:~/azcorerepo/modules/mod-worldchat# ls
conf data include.sh LICENSE pull_request_template.md src```

```root@AzcoreServer:~/azcorerepo/modules/mod-eluna# ls
conf _config.yml icon.png include.sh LICENSE README_CN.md README_ES.md README.md sql src```

rektbyfaith
Administrator
0
12-29-2023, 12:13 PM
#3
Archived author: Roboto • Posted: 2023-12-29T12:13:03.468000+00:00
Original source

The module folders need to follow a strict naming convention. For instance, `mod-ah-bot`, you're missing a hyphen
rektbyfaith
12-29-2023, 12:13 PM #3

Archived author: Roboto • Posted: 2023-12-29T12:13:03.468000+00:00
Original source

The module folders need to follow a strict naming convention. For instance, `mod-ah-bot`, you're missing a hyphen

rektbyfaith
Administrator
0
12-29-2023, 12:14 PM
#4
Archived author: Roboto • Posted: 2023-12-29T12:14:23.367000+00:00
Original source

Same with `mod-world-chat`
rektbyfaith
12-29-2023, 12:14 PM #4

Archived author: Roboto • Posted: 2023-12-29T12:14:23.367000+00:00
Original source

Same with `mod-world-chat`

rektbyfaith
Administrator
0
12-29-2023, 12:15 PM
#5
Archived author: Roboto • Posted: 2023-12-29T12:15:16.523000+00:00
Original source

Not sure what `mod-ac` is
rektbyfaith
12-29-2023, 12:15 PM #5

Archived author: Roboto • Posted: 2023-12-29T12:15:16.523000+00:00
Original source

Not sure what `mod-ac` is

Recently Browsing
 
Recently Browsing