Forums WoW Modding Support Archives Azerothcore Discord Archives [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 ?

[DiscordArchive] Without using the ACAR module is it possible to allow dwarfs to become shamans somewhat simply ?

rektbyfaith
Administrator
0
09-21-2025, 04:10 PM
#1
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 ?
rektbyfaith
09-21-2025, 04:10 PM #1

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 ?

rektbyfaith
Administrator
0
09-21-2025, 04:38 PM
#2
Archived author: Revision • Posted: 2025-09-21T16:38:09.806000+00:00
Original source

It takes DBC and SQL changes
rektbyfaith
09-21-2025, 04:38 PM #2

Archived author: Revision • Posted: 2025-09-21T16:38:09.806000+00:00
Original source

It takes DBC and SQL changes

rektbyfaith
Administrator
0
09-21-2025, 04:47 PM
#3
Archived author: Apostasy • Posted: 2025-09-21T16:47:43.776000+00:00
Original source

Yes, there's a row with this guid
rektbyfaith
09-21-2025, 04:47 PM #3

Archived author: Apostasy • Posted: 2025-09-21T16:47:43.776000+00:00
Original source

Yes, there's a row with this guid

rektbyfaith
Administrator
0
09-21-2025, 04:48 PM
#4
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
rektbyfaith
09-21-2025, 04:48 PM #4

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

rektbyfaith
Administrator
0
09-21-2025, 04:48 PM
#5
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&]
rektbyfaith
09-21-2025, 04:48 PM #5

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&]

rektbyfaith
Administrator
0
09-21-2025, 04:49 PM
#6
Archived author: JF9 • Posted: 2025-09-21T16:49:10.413000+00:00
Original source

I have that gdb.conf in the startup script directory
rektbyfaith
09-21-2025, 04:49 PM #6

Archived author: JF9 • Posted: 2025-09-21T16:49:10.413000+00:00
Original source

I have that gdb.conf in the startup script directory

rektbyfaith
Administrator
0
09-21-2025, 05:28 PM
#7
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
rektbyfaith
09-21-2025, 05:28 PM #7

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

rektbyfaith
Administrator
0
09-21-2025, 05:32 PM
#8
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`
rektbyfaith
09-21-2025, 05:32 PM #8

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`

rektbyfaith
Administrator
0
09-21-2025, 05:32 PM
#9
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
rektbyfaith
09-21-2025, 05:32 PM #9

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

rektbyfaith
Administrator
0
09-21-2025, 05:41 PM
#10
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
rektbyfaith
09-21-2025, 05:41 PM #10

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)