mod-ah-bot to work in container? #9384
Balubablahblah
started this conversation in
Modules
Replies: 1 comment 1 reply
-
Please use git glone |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Got a wonderful container up and running very smoothly, thank you Azerothcore dev team! Up and running for the simple enjoyment for a few friends, the container setup replacing a poor force built and hack'n'slashed old manual build of a alternate distribution.
One request that popped up quickly was the possibilty to add the auction house. Instructions to add modules seemed pretty forward, so:
Downloaded and extracted the module directory, so ./azerothcore-wotlk/modules/mod-ah-bot-master/
Tables and content created (mod_auctionhousebot.sql) in the world DB
Files in module ./conf/ put and duplicated without the .dist under ./azerothcore-wotlk/env/docker/etc/modules/
Separate account created, character created, information put in the mod_ahbot.conf file
| guid | account | name |
+------+---------+----------+
| 7 | 15 | Ebenezer |
./acore.sh docker build
But sadly no items in the auction house. Destroyed the containers and tried a complete rebuild, but no luck there either, but it ALMOST gets me there, ending with:
...
[100%] Linking CXX executable worldserver
/usr/bin/ld: ../scripts/libscripts.a(ScriptLoader.cpp.o): in function
AddScripts()': /azerothcore/var/build/obj/src/server/scripts/gen_scriptloader/static/ScriptLoader.cpp:83: undefined reference to
Addmod_ah_bot_masterScripts ()'clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/build.make:174: src/server/worldserver/worldserver] Error 1
make[1]: *** [CMakeFiles/Makefile2:1159: src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2
Enrolled a friend who is much more skilled in both containers and coding to see if he could get it rolling, but he gave up after finding the current module throughout the code using 32 bit objects, and not 64 bit objects as the main Azerothcore code...?
Here's hoping someone here have got the auction house working in a container installation, and can help and point me (and others?) in the right direction on what needs to done here. :)
Beta Was this translation helpful? Give feedback.
All reactions