[DiscordArchive] I am working on a script for the player to save their talent setup, but I am stuck on the following
[DiscordArchive] I am working on a script for the player to save their talent setup, but I am stuck on the following
Archived author: medivh • Posted: 2025-10-08T13:51:45.085000+00:00
Original source
I am working on a script for the player to save their talent setup, but I am stuck on the following detail: the character_talent table should theoretically have only the value 0 or 1 in specMask. However, I noticed that in my database they have values 1, 2, and 3.
How this table works ?
Archived author: Ryan Turner • Posted: 2025-10-08T14:52:32.417000+00:00
Original source
SpecMask it's just the active spect out of the 2 specs
Archived author: medivh • Posted: 2025-10-08T15:19:43.648000+00:00
Original source
I understood this part, since there are only two specs in the game, the value should be 0 or 1. But there is 1, 2, and 3.