[DiscordArchive] did you try 'docker container logs ac-db-import'?
[DiscordArchive] did you try 'docker container logs ac-db-import'?
Archived author: aloehart • Posted: 2025-02-11T05:04:33.589000+00:00
Original source
did you try 'docker container logs ac-db-import'?
Archived author: Marotheit • Posted: 2025-02-11T05:23:52.391000+00:00
Original source
I would like to attempt to allow cross-faction friends lists. I have set `AllowTwoSide.AddFriend = 1` in the worldserver.conf, but the friends list only successfully displays opposing faction players when the player is using a GM account. Is there a way to adjust this behavior so that players who are not set to GM can see online friends of the opposing faction?
I checked the `commands` table but seeing as this isn't a command, I don't think I could adjust the required permission level down to 0 to fix this.
Archived author: fantaseour1 • Posted: 2025-02-11T05:47:16.650000+00:00
Original source
Hello. I’m experiencing some strange behavior. One character from a GM account (Account1) cannot invite another character from a different GM account (Account2) into the group. Additionally, it’s not possible to add it through the "group join" command—the character is not in the group. Since I play with player bots (and thus use the AC branch for player bots), I can bring a bot into my group and then use the "group join" command to add the character from the other account (Account2).
/script LeaveParty()
This doesn’t help. The groups table in the database is empty.
Other characters from Account1 have no issues inviting this particular character from Account2.
Also, when adding characters as friends, their online status is not visible—they show up as grey, with an unknown location.
The GM-related settings in the config are permissive:
GM.Visible = 1
GM.WhisperingTo = 1
GM.AllowInvite = 1
GM.AllowFriend = 1
Do you have any idea what might be causing this, or if there’s a solution? It’s still playable using the group join command, but it would be nice to fix this issue.