[DiscordArchive] Is host typing register command the only way to make a user account on one's server? Or is there add
[DiscordArchive] Is host typing register command the only way to make a user account on one's server? Or is there add
Archived author: Duckers McQuack • Posted: 2025-03-06T20:35:19.391000+00:00
Original source
Is host typing register command the only way to make a user account on one's server? Or is there addons that adds a "make user" menu?
Archived author: Ryan Turner • Posted: 2025-03-06T20:36:11.884000+00:00
Original source
If you have other players you may want to get a simple registration page from github for AzerothCore, otherwise people ahve to share you their password to create their account :v and ther's no addon to my knowledge
Archived author: Duckers McQuack • Posted: 2025-03-06T20:37:47.168000+00:00
Original source
Oh neat! got a link to it? <:thinky:458407502732722176>
Archived author: Ryan Turner • Posted: 2025-03-06T20:39:33.534000+00:00
Original source
Quick google search
Archived author: Duckers McQuack • Posted: 2025-03-06T21:12:38.880000+00:00
Original source
Found a docker image of it, but couldn't get it working at all sadly.
Archived author: InfinityATX • Posted: 2025-03-06T21:14:54.933000+00:00
Original source
I'm trying to install the module individual-player-progression in my docker build, I have cloned the git and when I run build it gives an error:
34.41 gmake: *** [Makefile:136: all] Error 2
------
failed to solve: executor failed running [/bin/sh -c git config --global --add safe.directory /azerothcore && cmake /azerothcore -DCMAKE_INSTALL_PREFIX="/azerothcore/env/dist" -DAPPS_BUILD="all" -DTOOLS_BUILD="$CTOOLS_BUILD" -DSCRIPTS="$CSCRIPTS" -DMODULES="$CMODULES" -DWITH_WARNINGS="$CWITH_WARNINGS" -DCMAKE_BUILD_TYPE="$CTYPE" -DCMAKE_CXX_COMPILER="clang++" -DCMAKE_C_COMPILER="clang" -DCMAKE_CXX_COMPILER_LAUNCHER="ccache" -DCMAKE_C_COMPILER_LAUNCHER="ccache" -DBoost_USE_STATIC_LIBS="ON" && cmake --build . --config "$CTYPE" -j $(($(nproc) + 1)) && cmake --install . --config "$CTYPE"]: exit code: 2
Took a look at the github issues, and found #445, which looks like it might solve my problem, but he provides a .patch file which I do not know how to use.