[DiscordArchive] are you adding a container with key value pairs that point to the DB?
[DiscordArchive] are you adding a container with key value pairs that point to the DB?
Archived author: Dep • Posted: 2022-03-15T01:21:34.565000+00:00
Original source
numbers in comments are offset by one
Archived author: Bogir • Posted: 2022-03-15T01:21:44.452000+00:00
Original source
it means that this menuID must call other menu 3881
Archived author: Bogir • Posted: 2022-03-15T01:22:29.991000+00:00
Original source
I don't know how it is work. Not seen it in the core )
Archived author: Bogir • Posted: 2022-03-15T01:23:03.267000+00:00
Original source
It is just comment for fix errors if they will be there
![[Image: unknown.png?ex=690bf8ee&is=690aa76e&hm=e...e269b4a2c&]](https://cdn.discordapp.com/attachments/284323424032129024/953101487955902564/unknown.png?ex=690bf8ee&is=690aa76e&hm=e64ba201dda8390d22dcf4cdad379439c1cbb676e39f51f33cd8698e269b4a2c&)
Archived author: Bogir • Posted: 2022-03-15T01:25:02.665000+00:00
Original source
Some texts I skiped.
![[Image: unknown.png?ex=690bf8ee&is=690aa76e&hm=e...e269b4a2c&]](https://cdn.discordapp.com/attachments/284323424032129024/953101487955902564/unknown.png?ex=690bf8ee&is=690aa76e&hm=e64ba201dda8390d22dcf4cdad379439c1cbb676e39f51f33cd8698e269b4a2c&)
Archived author: Bogir • Posted: 2022-03-15T01:26:20.163000+00:00
Original source
This menuItems are pointing to ActionMenuIDs which were not found in `gossip_menu` table
Archived author: Bogir • Posted: 2022-03-15T01:27:41.848000+00:00
Original source
God knows what kind of errors they can bring to players if we will be using it. So, I left it as it was
Archived author: Dep • Posted: 2022-03-15T01:27:54.873000+00:00
Original source
What is this `GOSSIP_ACTION_INFO_DEF` defined as? 0?
Archived author: Dep • Posted: 2022-03-15T01:28:07.442000+00:00
Original source
`case GOSSIP_ACTION_INFO_DEF + 2` what's the purpose of having these switch cases like this
Archived author: Bogir • Posted: 2022-03-15T01:29:50.409000+00:00
Original source
It is the such code-style I don't like it, but there is a lot of such code in the core, it will take a lot of time to fix this them. While they are works fine in this form. Let them work)))