[DiscordArchive] Good morning, I have encountered a problem when...
[DiscordArchive] Good morning, I have encountered a problem when...
Archived author: Overlord • Posted: 2025-07-07T15:57:54.894000+00:00
Original source
I realized that but I don't know how to configure it so that my class gains those abilities along with the other classes.
Archived author: Rev • Posted: 2025-07-07T15:58:33.903000+00:00
Original source
add all class masks together
Archived author: Rev • Posted: 2025-07-07T15:58:42.233000+00:00
Original source
if you want all classes to learn them
Archived author: Rev • Posted: 2025-07-07T15:59:44.433000+00:00
Original source
for example, if you set the class mask to 2050 then your custom class and paladin will be able to learn them
Archived author: Overlord • Posted: 2025-07-07T16:00:22.653000+00:00
Original source
Because if I base myself on the class masks that are in the DB, none appear that include my class, and I don't know what equation to use to determine the class mask in group, that includes my custom class.
Archived author: Rev • Posted: 2025-07-07T16:04:07.985000+00:00
Original source
to determine a class mask for your custom class you just have to calculate 2^(classID-1)
Archived author: Rev • Posted: 2025-07-07T16:04:18.004000+00:00
Original source
if your class is set to 12 as ID then its 2048
Archived author: Rev • Posted: 2025-07-07T16:04:22.341000+00:00
Original source
if 13 then its 4096
Archived author: Rev • Posted: 2025-07-07T16:04:23.587000+00:00
Original source
and so on
Archived author: Titi • Posted: 2025-07-07T16:04:38.480000+00:00
Original source
if old mask was like 4523 and new class is 2048 then you just do 4523 + 2048 = 6571