[DiscordArchive] Is there a way to add a Fourth Talent tab by ed...
[DiscordArchive] Is there a way to add a Fourth Talent tab by ed...
Archived author: Needle • Posted: 2025-01-16T10:28:37.251000+00:00
Original source
Archived author: Needle • Posted: 2025-01-16T10:28:38.467000+00:00
Original source
Thread automatically created by Adrien in <#415944535718494208>
Archived author: Titi • Posted: 2025-01-16T14:04:26.283000+00:00
Original source
yes, gotta edit interface files
Archived author: Adrien • Posted: 2025-01-16T17:14:24.332000+00:00
Original source
sorry, I meant " a fourth RACE BASED talent tab"
Archived author: Titi • Posted: 2025-01-16T17:37:15.994000+00:00
Original source
should be possible, talentTabs have a racemask setting, and could always hardcode the UI to load specific tabs based on the race
Archived author: Titi • Posted: 2025-01-16T17:38:39.529000+00:00
Original source
Now if you want it to use a different points systems than the other talent tabs, you might have to implement a custom solution
Archived author: Adrien • Posted: 2025-01-16T17:53:17.656000+00:00
Original source
the points system would remain the same (people will just have to choose between regular class tree and investing in their race specific tree)
Archived author: Adrien • Posted: 2025-01-16T17:54:03.796000+00:00
Original source
ty for the pointers
Archived author: Aldori • Posted: 2025-01-18T04:02:40.206000+00:00
Original source
I made this awhile back.
https://docs.google.com/document/d/1xE4h...obilebasic
[Embed: Adding a 4th Talent Tab in Azerothcore]
Adding a 4th Talent Tab in Azerothcore Core Changes: src/server/shared/DataStores/DBCStructure.h Change MAX_TALENT_TABS from 3 to 4. src/server/shared/SharedDefines.h Locate the SkillType enum and add a new skill to the enum. src/server/game/Entities/Player/Player.h Locate the TalentTree ...
https://docs.google.com/document/d/1xE4h...obilebasic
Archived author: Adrien • Posted: 2025-01-18T15:00:17.816000+00:00
Original source
skimmed through, it, looks like gold! ty for sharing