This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lordpsyan

Pages: [1]
1
Serverside Modding / 3.3.5a trinitycore disable talent tree...
« on: November 15, 2017, 03:22:13 am »
I figured if anyone would know, it would be here. I am trying to setup a type of sub class.

normal classes, and I will use warrior in my example, have 3 different talent trees. arms, fury, and protection. I want all these to work, and they do, but I want to create a sub class, like veteran warrior, for lack of a better name, where they can only use the arms talent tree (talents are significantly boosted, which I can already do).

I have searched the core, and it seems I can only turn on or off talents, or add new ones, via talent dbc file.

The way I was going to do the sub classes, was similar to a ranking system, where they get a title like "Veteran" and a field in characters table added, subclass, which would be a boolean, but dbc's cannot check the database for true or false, and the core only adds the talent trees generically (all at once, not specifying individual trees by class).

Any idea how this can be done? Scrapping this idea is ok, but I really want to learn more about how the talents work.

Pages: [1]