[DiscordArchive] Is that because those .dist files are missing?
[DiscordArchive] Is that because those .dist files are missing?
Archived author: Mindfulness • Posted: 2025-08-27T05:58:52.436000+00:00
Original source
Thanks. One more thing -- made a few code changes to mod-customlogin (`/azerothcore/modules/mod-customlogin/src/mod_customlogin.cpp`) so that it looks for new kinds of entries in the configuration file. Do I also need to update `mod_customlogin.conf.dist` as well, or is it sufficient to update `mod_customlogin.conf`? For example I updated the code to be able to give me items if I specify them in the .conf file, but I'm getting notices like these on the worldserver:
```
Config: Missing property CustomLogin.SpecialAbility.Spell3 in config file /azerothcore/env/dist/etc/worldserver.conf, add "CustomLogin.SpecialAbility.Spell3 = 0" to this file or define 'AC_CUSTOM_LOGIN_SPECIAL_ABILITY_SPELL_3' as an environment variable.
Config: Missing property CustomLogin.SpecialAbility.Title1 in config file /azerothcore/env/dist/etc/worldserver.conf, add "CustomLogin.SpecialAbility.Title1 = 0" to this file or define 'AC_CUSTOM_LOGIN_SPECIAL_ABILITY_TITLE_1' as an environment variable.
Config: Missing property CustomLogin.Bags.Item1 in config file /azerothcore/env/dist/etc/worldserver.conf, add "CustomLogin.Bags.Item1 = " to this file or define 'AC_CUSTOM_LOGIN_BAGS_ITEM_1' as an environment variable.
```
Archived author: Mithria • Posted: 2025-08-27T06:00:02.566000+00:00
Original source
I would imagine the .dist needs those new properties in it, even if you're using a .conf in the end
Archived author: Mindfulness • Posted: 2025-08-27T06:00:59.485000+00:00
Original source
Curious, I'll try that. Thanks
Archived author: nooby • Posted: 2025-08-27T06:05:39.246000+00:00
Original source
ty so much
![[Image: image.png?ex=690c40b3&is=690aef33&hm=b53...e80e6ba40&]](https://cdn.discordapp.com/attachments/1255602330431127753/1410149649339252746/image.png?ex=690c40b3&is=690aef33&hm=b53c26ae2545597b95861f8394ff8ae417d4d22d7dfff87a5ecea79e80e6ba40&)
Archived author: nooby • Posted: 2025-08-27T06:31:15.691000+00:00
Original source
![[Image: image.png?ex=690c40b3&is=690aef33&hm=b53...e80e6ba40&]](https://cdn.discordapp.com/attachments/1255602330431127753/1410149649339252746/image.png?ex=690c40b3&is=690aef33&hm=b53c26ae2545597b95861f8394ff8ae417d4d22d7dfff87a5ecea79e80e6ba40&)
Archived author: nooby • Posted: 2025-08-27T06:31:48.478000+00:00
Original source
Guys this is my biggest problem right now, i can't figure out how this abilities work, i look at the spell.dbc and other tables and can't find where it is declared that the damage boost goes only to those 3 abilities
Archived author: Mithria • Posted: 2025-08-27T06:31:57.702000+00:00
Original source
oh boy