[DiscordArchive] Without using the ACAR module is it possible to allow dwarfs to become shamans somewhat simply ?
[DiscordArchive] Without using the ACAR module is it possible to allow dwarfs to become shamans somewhat simply ?
Archived author: Savage • Posted: 2025-09-21T16:10:29.713000+00:00
Original source
Without using the ACAR module is it possible to allow dwarfs to become shamans somewhat simply ?
Archived author: Revision • Posted: 2025-09-21T16:38:09.806000+00:00
Original source
It takes DBC and SQL changes
Archived author: Apostasy • Posted: 2025-09-21T16:47:43.776000+00:00
Original source
Yes, there's a row with this guid
Archived author: JF9 • Posted: 2025-09-21T16:48:42.074000+00:00
Original source
So I think I got it compiled with the debug and I'm trying to start it with this: ./starter /path/to/bin worldserver ./gdb.conf /path/to/worldserver.conf "" "" 1
![[Image: image.png?ex=690c28b1&is=690ad731&hm=b41...9fefc74eb&]](https://cdn.discordapp.com/attachments/1255602330431127753/1419364761531056239/image.png?ex=690c28b1&is=690ad731&hm=b410ae242cf55aff0a6a762baa442943e0f4eb24f00a2396182d03a9fefc74eb&)
Archived author: JF9 • Posted: 2025-09-21T16:48:49.781000+00:00
Original source
Starts to run but then gives me this:
![[Image: image.png?ex=690c28b1&is=690ad731&hm=b41...9fefc74eb&]](https://cdn.discordapp.com/attachments/1255602330431127753/1419364761531056239/image.png?ex=690c28b1&is=690ad731&hm=b410ae242cf55aff0a6a762baa442943e0f4eb24f00a2396182d03a9fefc74eb&)
Archived author: JF9 • Posted: 2025-09-21T16:49:10.413000+00:00
Original source
I have that gdb.conf in the startup script directory
Archived author: JF9 • Posted: 2025-09-21T17:28:12.149000+00:00
Original source
Managed to get it running with the run-engine script and got a crash. This is a lot
Archived author: JF9 • Posted: 2025-09-21T17:32:03.503000+00:00
Original source
`Thread 1 "worldserver" received signal SIGSEGV, Segmentation fault.
Guild::AddMember (this=0x7fff9f149b00, guid=..., rankId=1 '\001') at /home/wowuser/azerothcore/src/server/game/Guilds/Guild.cpp:2215
2215 (!sWorld->getBoolConfig(CONFIG_ALLOW_TWO_SIDE_INTERACTION_GUILD) && (leader->GetTeamId() != player->GetTeamId())))
#0 Guild::AddMember (this=0x7fff9f149b00, guid=..., rankId=1 '\001') at /home/wowuser/azerothcore/src/server/game/Guilds/Guild.cpp:2215
#1 0x0000555555cff1bf in PlayerbotFactory::InitGuild (this=this@entry=0x7fffffffccf0) at /home/wowuser/azerothcore/modules/mod-playerbots/src/factory/PlayerbotFactory.cpp:3996
#2 0x0000555555cedc22 in PlayerbotFactory::Randomize (this=0x7fffffffccf0, incremental=false) at /home/wowuser/azerothcore/modules/mod-playerbots/src/factory/PlayerbotFactory.cpp:445
#3 0x0000555555c89743 in RandomPlayerbotMgr::RandomizeFirst (this=0x555557c774d8 <RandomPlayerbotMgr::instance()::instance>, bot=0x7fff2b5cc080) at /home/wowuser/azerothcore/modules/mod-playerbots/src/RandomPlayerbotMgr.cpp:2438`
Archived author: JF9 • Posted: 2025-09-21T17:32:27.191000+00:00
Original source
Doesn't sound good? Right at the start of the file
Archived author: Apostasy • Posted: 2025-09-21T17:41:36.611000+00:00
Original source
OK, ignore my missing NPC issue, having done some further looking it appears I misremembered where the Stormwind Gryphon Master was and the Goldshire one wasn't added until Cataclysm